body {
	width: 100%;
	padding-right: 0;
	overflow: hidden;
}

.container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 导航栏 */




/* 轮播 */
.swiper-container {
	width: 100% !important;
}

.swiper-slide {
	width: 100% !important;
	max-height: 580px !important;
}

.swiper-slide .banner {
	width: 100%;
	object-fit: contain;
}


.swiper-slide .numbox {
	width: 1200px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -150px;
}

.swiper-slide .numbox img {
	max-width: 100%;
	height: auto;
	transform: scale(.7);
	transform-origin: 0 0;
}

.swiper-slide .numbox h2 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-top: -32px;
	margin-left: 15px;
}

.swiper-slide .numbox .desc {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 15px;
	line-height: 30px;
}

.swiper-slide .numbox button {
	width: 160px;
	height: 56px;
	background: linear-gradient(257deg, #80BE30, #348DCC);
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	margin-top: 42px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-left: 15px;
}

.swiper-slide .numbox ul {
	margin-left: 15px;
	margin-top: 20px;
}

.swiper-slide .numbox ul li {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.swiper-slide .numbox ul li:last-child {
	margin-bottom: 0;
}

.swiper-slide .numbox ul li span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 12px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0 !important;
}

.swiper-pagination {
	/* border: 2px solid black; */
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 300px !important;
	height: 9px !important;
	background: #ffffff !important;
	border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #80BE30 !important;
}

/* 首创新药 */
.initdrug {
	width: 100%;
	background-image: url(../img/initdrug.png);
	background-size: 100% 100%;
}

.initdrug .content {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.initdrug .content .rightbody {
	position: absolute;
	right: 0;
	top: 0;
}

.initdrug .content .rightbody .desc {
	padding-top: 47px;
}

.initdrug .content .rightbody .desc h2 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #348DCC;
	text-align: right;
	margin-bottom: 10px;
}

.initdrug .content .rightbody .desc .title {
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	text-align: right;
}

.initdrug .content .rightbody .cardbox {
	padding-top: 39px;
	padding-bottom: 50px;
}

.initdrug .content .rightbody .cardbox .card {
	width: 300px;
	height: 230px;
	background: #246FBD;
	cursor: pointer;
	transition: all .4s;
}

.initdrug .content .rightbody .cardbox .left {
	float: left;
	margin-right: 25px;
}

.initdrug .content .rightbody .cardbox .right {
	float: right;
	margin-top: 44px;
}

.initdrug .content .rightbody .cardbox .cardt .card:first-child {
	margin-bottom: 24px;
}

.initdrug .content .rightbody .cardbox .card:hover {
	background-color: #7CBC36;
	box-shadow: 10px 10px 14px 0px rgba(21, 50, 96, 0.4);
	border-radius: 20px;
}

.initdrug .content .cardbox .card .namebox {
	width: 94%;
	margin: 0 auto;
	background-image: url(../img/initbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 50%;
}

.initdrug .content .cardbox .card .namebox .name {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 2px #009dfc;
	text-stroke: 1px #FFF19D;
	padding-top: 24px;
	padding-bottom: 15px;
}

.initdrug .content .rightbody .cardbox .card:hover>.namebox .name {
	text-shadow: none;
}

.initdrug .content .cardbox .card .desc {
	padding: 0 16px;
	margin-top: 24px;
	color: #fff;
	font-size: 14px;
}

.initdrug .content .cardbox .card .detail {
	padding: 0 16px;
	margin-top: 18px;
	color: #fff;
	font-size: 14px;
}

.initdrug .content .cardbox .card .namebox .bordesc {
	height: 2px;
	width: 100%;
}

.initdrug .content .cardbox .card .namebox .bordesc li {
	float: left;
}

.initdrug .content .cardbox .card .namebox .bordesc li {
	width: 42%;
	height: 2px;
	background-color: #ffffff;
	opacity: .5;
}

.initdrug .content .cardbox .card .namebox .bordesc .lr {
	float: right;
}

.initdrug .content .cardbox .card .namebox .bordesc .lc {
	width: 11%;
	margin-left: 2%;
	background: #FFC71D;
	opacity: 1;
}

/* 研发管线 */
.resarch {
	width: 100%;
	background-image: url(../img/index_back.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.resarch .content {
	max-width: 768px;
	padding: 0 10px;
	padding-top: 50px;
	padding-bottom: 80px;
	margin: 0 auto;
}

.resarch .content h2 {
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	color: #348DCC;
	text-align: center;
	padding-bottom: 30px;
}

.resarch .content .info {
	padding: 0 20px;
	padding-left: 35px;
	margin-bottom: 30px;
	position: relative;
}

.resarch .content .info .cicrl {
	display: block;
	width: 15px;
	height: 15px;
	background: #246FBD;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.resarch .content .info p {
	font-size: 13px;
	color: #7f7f7f;
}

.resarch .content .info p .span_green {
	font-size: 13px;
	color: #7CBC36;
}

.desc_img {
	max-width: 768px;
	text-align: center;
}

.desc_img img {
	/* max-width: 100%; */
	max-width: 768px;
	height: auto;
	/* transform: scale(.71);
	transform-origin:50% 0 0; */

}

.button {
	width: 223px;
	height: 60px;
	font-size: 20px;
	color: #246FBD;
	border: 2px solid #246FBD;
	text-align: center;
	line-height: 56px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 35px;
	cursor: pointer;
}

/* 公司动态 */
.dynamic {
	width: 100%;
	background-image: url(../img/dynamic.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dynamic .content {
	width: 1225px;
	margin: 0 auto;
}


.dynamic .content .dytitle {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #348DCC;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 42px;
	position: relative;
}

.dynamic .content .firstinfo {
	width: 783px;
	height: 134px;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 68px;
	position: relative;
	display: block;
	cursor: pointer;
	background: linear-gradient(0deg, #8ea175, #348DCC);
}

.dynamic .content .firstinfo .first_img {
	max-width: 242px;
	height: 153px;
	position: absolute;
	bottom: 0;
	transform-origin: 15% 100% 0;
}

.dynamic .content .firstinfo .infodesc {
	float: right;
	margin-right: 100px;
	width: 60%;

}

.dynamic .content .firstinfo .infodesc .time {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: 34px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 300px;
}

.dynamic .content .firstinfo .infodesc .p_content {
	width: 98%;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 46px;
	padding-top: 18px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.dynamic .content .firstinfo .backblack {
	position: absolute;
	right: 31px;
	top: 46px;
}

.dynamic .content .infobox {
	width: 783px;
	margin-top: 40px;
	margin: 0 auto;
}

/* 四块新闻 */


.dynamic .content .infobox .infoitem:hover {
	background: #348DCC;
	border-bottom: 2px solid #348DCC;
}

.dynamic .content .infobox .infoitem:hover>.item_time {
	color: #FFFFFF;

}

.dynamic .content .infobox .infoitem:hover>.item_desc {
	color: #FFFFFF;
}

.dynamic .content .infobox .infoitem:nth-child(even) {
	margin-left: 10%;
}


.infobox {
	width: 783px;

}

.infoitem {
	width: 378px;
	height: 74px;
	border-bottom: 2px solid #666666;
	;
}

.item_desc {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.item_time {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding-left: 228px;
}

.new_title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}