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: 580px;
}

.swiper-slide .banner {
  width: 100%;
  object-fit: cover;
  height: 230px;
}


.swiper-slide .numbox {
  width: 1200px;
  height: 300px;
  position: absolute;
  top: 81%;
  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: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 5px;
  margin-top: 30px;
  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: 120px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  margin-top: 10px;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-left: 15px;
  transition: all .4s;
}

.swiper-slide .numbox button:hover {
  background: linear-gradient(257deg, #80BE30, #348DCC);
  border: none;
}

.swiper-slide .numbox ul {
  margin-left: 15px;
  /* margin-top: 20px; */
}

.swiper-slide .numbox ul li {
  font-size: 14px;
  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: 10px;
  height: 10px;
  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: 300px !important;
  height: 9px !important;
  background: #ffffff !important;
  border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #80BE30 !important;
}

/* 首创新药 */
.initdrug {
  height: 710px;
  width: 100%;
  background: url(../img/initdrug.png) no-repeat center center;
  background-size: 100% 100%;
}

.initdrug .title {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 43px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #348DCC;
  line-height: 11px;
  padding-top: 56px;
  padding-bottom: 36px;
  text-align: center;
}

.initdrug .content {
  width: 800px;
  margin: 0 auto;
  padding-top: 100px;
  /* display: flex; */
  position: relative;
}

.initdrug .content .leftbody {
  /* width: 265px; */
  /* height: 525px; */
  /* display: flex; */
  /* flex-direction: column;
  justify-content: space-between; */
  /* position: absolute; */
  /* left: 120px;  */
  /* top: 0px; */
}

.initdrug .content .leftbody .p1 {
  /* width: 265; */
  font-size: 16px;
  font-family: Arial;
  /* font-weight: 400; */
  color: #333333;
  line-height: 18px;
  margin-bottom: 30px;
}

.initdrug .content .leftbody .p2 {
  /* width: 265; */
  font-size: 16px;
  font-family: Arial;
  /* font-weight: 400; */
  color: #333333;
  line-height: 18px;
}

.initdrug .content .rightbody {
  /* padding-top: 100px; */

  /* position: absolute; */
  /* right: -80px;
  top: -40px; */
}

.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;
  display: flex;
  width: 100%;
}

.initdrug .content .rightbody .cardbox .card {
  width: 250px;
  height: 360px;
  background: #246FBD;
  cursor: pointer;
  transition: all .4s;
}

.initdrug .content .rightbody .cardbox .left {
  float: left;
  margin-right: 25px;
  justify-content: space-between;
}

.initdrug .content .rightbody .cardbox .right {
  float: right;
  /* margin-top: 44px; */
}

.initdrug .content .rightbody .cardbox .cardt {
  /* margin-bottom: 35px; */
  margin-right: 20px;
}

.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;
  /* -webkit-text-stroke: 1px #FFF19D; */
  padding-top: 16px;
  padding-bottom: 15px;
}

.initdrug .content .rightbody .cardbox .card:hover>.namebox .name {
  text-shadow: none;
}

.initdrug .content .cardbox .card .desc {
  padding: 0 16px;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.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: 43px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #348DCC;
  text-align: center;
  padding-bottom: 30px;
}

.resarch .content .info {
  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 {
  text-align: left;
  font-size: 16px;
  font-family: Arial;

  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.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: 159px;
  height: 43px;
  font-size: 14px;
  font-family: Arial;
  color: #246FBD;
  font-weight: 400;
  border: 2px solid #246FBD;
  text-align: center;
  line-height: 45px;
  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: 1225px;
  margin: 0 auto;
}


.dynamic .content .dytitle {
  font-size: 43px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  padding-top: 48px;
  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;
  left: 0;
}

.dynamic .content .firstinfo .infodesc {
  width: 462px;
  margin-left: 253px;
}

.dynamic .content .firstinfo .infodesc .time {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  float: right;
  margin-top: 20px;
}

.dynamic .content .firstinfo .infodesc .p_content {
  width: 98%;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

.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: 1px 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) {
  float: right;
}


.infobox {
  width: 100%;
  margin-top: 40px;
}

.infoitem {
  width: 378px;
  height: 135px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.item_desc {
  width: 348px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 16px;
  font-family: Arial;

  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
}

.item_time {
  font-size: 16px;
  font-family: Arial;

  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  position: absolute;
  bottom: 5px;
  right: 15px;
  ;
}

.new_title {
  height: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}