/* 导航下划线 */
.bottomLine{
	left:194px;
}

.about_banner {
	width: 100%;
}
.about_banner .about_content {
	max-height:580px;
	position: relative;
}
.about_banner .about_content img {
	width: 100%;
	object-fit:contain;
}
.about_banner .about_content .textdesc {
	width: 1000px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 55%;
	margin-left: -500px;
	margin-top: -60px;
}

.about_banner .about_content .textdesc p{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 2px;
}

.about_banner .about_content .textdesc .poline {
	width: 362px;
	height: 1px;
	background-color: #ffffff;
	margin-top: 15px;
	position: relative;
}
.about_banner .about_content .textdesc .poline div{
	width: 190px;
	height: 10px;
	background: #ffffff;
	box-shadow: rgb(0, 204, 0) 0px 0px 2px inset;
	position:absolute;
	left: 0;
	top:-5px;
}
.about_banner .about_content .textdesc .poline p {
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: -35px;
}

/* DB药物说明 */
.drugbox {
	width: 100%;
	background-image:url(../img/gbglist2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.drugbox .content {
	max-width: 781px;
	padding: 0 30px;
	margin: 0 auto;
}

.drugbox .content .drugitem {
	width: 100%;
}
.drugbox .content .drugitem .dr_name {
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 45px;
	padding-bottom: 6px;
}
.drugbox .content .drugitem .dr_desc{
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding-bottom: 30px;
}
.drugbox .content .drugitem .dr_detail{
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
	line-height: 20px;
}
.drugbox .content .drugitem .dr_detail span {
	font-size: 14px;
	color:#7CBC36;
}
.drugbox .content .drugitem .drimg {
	text-align: center;
	padding:10px 0;
	margin-bottom: 10px;
}
.drugbox .content .drugitem .drimg img {
	width: 786px;
	/* height: auto; */
	height: 460px;
	position: relative;
	left: -5px;
}

/* DB102 */
.dbtwo{
	width: 100%;
	background-image:url(../img/gbglist3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.drugbox .content .drugitem .dr_title {
	font-size: 22px;
	color: #7CBC36;
	padding-bottom: 20px;
}

/* .drugbox .content .drugitem .lisibox {
	padding-bottom: 20px;
} */
.drugbox .content .drugitem .lisibox .left {
	float: left;
	width: 50%;
}
.drugbox .content .drugitem .lisibox .right {
	float: right;
	width: 50%;
}
.drugbox .content .drugitem .lisibox ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #7f7f7f;
}
.drugbox .content .drugitem .lisibox ul li i {
	display: block;
	width: 12px;
	height: 12px;
	background: #246FBD;
	border-radius: 50%;
	position: absolute;
	top:5px;
	left: 0;
}

/* 详情 */
.dbdetail {
	width: 100%;
	background:#f2f2f2;
	padding: 50px 0;
	background-image: url(../img/banner-db.png);
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
}
.dbdetail .content {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #fff;
}
.dbdetail .content .top {
	width: 100%;
	height: 50px;
}
.dbdetail .content .top .left {
	float: left;
}
.dbdetail .content .top .right {
	float: right;
}

.dbdetail .content .top .t_item{
	height: 46px;
	width: 580px;
	background-color:#246FBD;
	font-size: 18px;
	font-weight: bold;
	color: #8BC4FF;
	line-height: 50px;
	text-align: center;
	border-bottom: 10px solid #8BC4FF;
	cursor: pointer;
	transition: all .3s;
}

.dbdetail .content .top .item_active {
	color: #fff;
	border-bottom: 10px solid #80BE30;
}

.dbdetail .content .tipsbox {
	width: 90%;
	margin: 0 auto;
}
.dbdetail .content .tipsbox .tiptitle {
	font-size: 26px;
	color: #333333;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 50px;
}
.dbdetail .content .tipsbox .title {
	font-size: 16px;
	color: #333333;
	text-align: justify;
	line-height: 30px;
	padding-bottom: 30px;
}
.dbdetail .content .tipsbox .ulbox {
	border-left:1px solid  #80BE30;
	padding: 20px 0;
	padding-bottom: 0;
	margin-left: 10px;
	position: relative;
}
.dbdetail .content .tipsbox ul li {
	margin-bottom: 35px;
	position: relative;
}
.dbdetail .content .tipsbox ul {
	position: relative;
	left:-10px;
}
.dbdetail .content .tipsbox ul li p{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	padding-left: 45px;
}
.dbdetail .content .tipsbox ul li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #80BE30;
	border-radius: 50%;
	margin-right: 20px;
	position: absolute;
	top: 9px;
	left: 0;
}
.dbdetail .content .tipsbox ul li p a {
	color: #246FBD;
	margin-left: 30px;
}