body {
	width: 100%;
	padding-right: 0;
	overflow: hidden;
}

.container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 导航栏 */





/* 轮播 */
.swiper-container {
	width: 100%;
	font-size: 0;
}

.swiper-slide {
	width: 100%;
	max-height: 640px;
}

.swiper-slide .banner {
	width: 100%;
	object-fit: cover;
	height: 575px;
}

.swiper-slide .numbox {
	width: 1320px;
	height: 500px;
	position: absolute;
	top: 61%;
	left: 51%;
	margin-left: -660px;
	margin-top: -250px;
}

.swiper-slide .numbox img {
	max-width: 80%;
	height: auto;
}

.swiper-slide .numbox h2 {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 15px;
	/* font-family: Microsoft YaHei; */




}

.swiper-slide .numbox .desc {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 15px;
}

.swiper-slide .numbox button {
	width: 191px;
	height: 65px;
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	margin-top: 60px;
	line-height: 59px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	margin-left: 15px;
	background-color: rgba(255,0,0,0);
	transition: all .4s;
}
.swiper-slide .numbox button:hover{
	background: linear-gradient(257deg, #80BE30, #348DCC);
	border: none;

}
.swiper-slide .numbox ul {
	height: 100px;
	/* border: 1px solid black; */
	margin-left: 15px;
	margin-top: 20px;
}

.swiper-slide .numbox ul li {
	font-size: 24px;
	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 .swiper-pagination-bullet {
	display: inline-block;
	width: 340px !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: 1095px;
	margin: 0 auto;
	position: relative;
	
}

.initdrug .content .rightbody {
	width: 100%;
	/* position: absolute;
	right: 130px; */
	/* top: 0; */
}

.initdrug .content .rightbody .desc {
	padding-top: 66px;
}

.initdrug .content .rightbody .desc h2 {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #348DCC;
	text-align: right;
	margin-bottom: 10px;
}

.initdrug .content .rightbody .desc .title {
	font-size: 20px;
	color: #333333;
	text-align: right;
}

.initdrug .content .rightbody .cardbox {
	padding-top: 55px;
	padding-bottom: 120px;
}

.initdrug .content .rightbody .cardbox .card {
	width: 335px;
	height: 270px;
	background: #246FBD;
	cursor: pointer;
	transition: all .4s;
	/* margin-right: 35px; */
}

.initdrug .content .rightbody .cardbox .left {
	/* float: left; */
	display: flex;
	justify-content: space-between;
	/* border: 1px solid black; */
	/* margin-right: 35px; */
}

.initdrug .content .rightbody .cardbox .right {
	float: right;
	/* border: 1px solid black; */
	margin-top: 62px;
}

.initdrug .content .rightbody .cardbox .cardt .card:first-child {
	margin-bottom: 35px;
}

.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: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 2px #009dfc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.initdrug .content .rightbody .cardbox .card:hover>.namebox .name {
	text-shadow: none;
}

.initdrug .content .cardbox .card .desc {
	padding: 0 23px;
	margin-top: 24px;
	color: #fff;
}

.initdrug .content .cardbox .card .detail {
	padding: 0 23px;
	margin-top: 18px;
	color: #fff;
}

.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 {
	width: 1095px;
	padding: 0 10px;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.resarch .content h2 {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #348DCC;
	text-align: center;
	padding-bottom: 30px;
}

.resarch .content .info {
	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: 20px;
	color: #333333;
}

.resarch .content .info p .span_green {
	font-size: 24px;
	color: #7CBC36;
}

.desc_img {
	text-align: center;
}

.desc_img img {
	max-width: 100%;
	height: auto;
}

.button {
	width: 223px;
	height: 60px;
	font-size: 26px;
	color: #246FBD;
	border: 2px solid #246FBD;
	text-align: center;
	line-height: 56px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 35px;
	cursor: pointer;
	transition: all .4s;
}

.button:hover{
	background: linear-gradient(257deg, #80BE30, #348DCC);
    color: #FFFFFF;
	border: 2px solid #ffffff;
}
/* 公司动态 */
.dynamic {
	width: 100%;
	background-image: url(../img/dynamic.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dynamic .content {
	width: 1096px;
	margin: 0 auto;
}


.dynamic .content .dytitle {
	font-size: 48px;
	font-weight: bold;
	color: #348DCC;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 60px;
	position: relative;
}

.dynamic .content .firstinfo {
	width: 100%;
	height: 173px;
	background: linear-gradient(0deg, #80BE30, #348DCC);
	opacity: 0.8;
	border-radius: 87px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 50px;
}

.dynamic .content .firstinfo .first_img {
	max-width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0;

}

.dynamic .content .firstinfo .infodesc {
	float: right;
	margin-right: 120px;
	width: 60%;
}

.dynamic .content .firstinfo .infodesc .time {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-top: 20px;
	margin-bottom: 5px;
	float: right;
}

.dynamic .content .firstinfo .infodesc .p_content {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 40px;
	padding-left: 46px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dynamic .content .firstinfo .backblack {
	position: absolute;
	right: 43px;
	top: 61px;
}

.dynamic .content .infobox {
	width: 100%;
	margin-top: 40px;
}

.dynamic .content .infobox .infoitem {
	display: block;
	width: 425px;
	height: 100px;
	float: left;
	padding: 0 26px;
	padding-top: 10px;
	border-bottom: 2px solid #666666;
	margin-bottom: 40px;
	cursor: pointer;
	transition: all .4s;

}

.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%;
}

.dynamic .content .infobox .infoitem .item_time {
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 262px;
}

.dynamic .content .infobox .infoitem .item_desc {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.dynamic .content .infobox .infoitem img {
	position: absolute;
	right: -20px;
	top: 9px;
}