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: 360px;
}

.swiper-slide .numbox {
  width: 1320px;
  height: 500px;
  position: absolute;
  top: 92%;
  left: 51%;
  margin-left: -660px;
  margin-top: -250px;
}

.swiper-slide .numbox img {
  max-width: 80%;
  height: auto;
}

.swiper-slide .numbox h2 {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 5px;
  margin-left: 15px;
  /* font-family: PingFang SC; */




}

.swiper-slide .numbox .desc {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 20px;
  margin-left: 15px;
}

.swiper-slide .numbox button {
  width: 223px;
  height: 58px;
  border: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 40px;
  margin-top: 20px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-left: 15px;
}

.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: 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 .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%;
  /* height: 850px; */
  background: url(../img/initdrug.png) no-repeat center center;
  background-size: 100% 100%;
}

.initdrug .title {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 60px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #348DCC;
  line-height: 16px;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.initdrug .content {
  width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  /* position: relative; */
  /* display: flex; */
}

.initdrug .content .leftbody {
  /* width: 350px; */
  /* height: 650px; */
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  /* position: absolute; */
  /* left: 120px;  */
  /* top: 0px; */
}

.initdrug .content .leftbody .p1 {
  /* width: 350px; */
  font-size: 20px;
  font-family: Arial;
  /* font-weight: 400; */
  color: #333333;
  line-height: 25px;
  margin-bottom: 50px;
}

.initdrug .content .leftbody .p2 {
  /* width: 350px; */
  font-size: 20px;
  font-family: Arial;
  /* font-weight: 400; */
  color: #333333;
  line-height: 25px;
}

.initdrug .content .rightbody {
  /* padding-top: 100px; */

  /* position: absolute;
  right: -80px;
  top: -50px; */
}



.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;
  font-weight: bold;
  color: #7f7f7f;
  text-align: right;
}

.initdrug .content .rightbody .cardbox {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 120px;
  display: flex;
  
  /* justify-content: space-between; */

}

.initdrug .content .rightbody .cardbox .card {
  width: 345px;
  height: 360px;
  background: #246FBD;
  cursor: pointer;
  transition: all .4s;
}

.initdrug .content .rightbody .cardbox .left {
  float: left;
  /* 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 {
  /* margin-bottom: 35px; */
  margin-right: 32px;
}

.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;
  /* -webkit-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 23px;
  margin-top: 10px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.initdrug .content .cardbox .card .detail {
  padding: 0 23px;
  margin-top: 18px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}

.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: 60px;
  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: 22px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.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: 20px;
  color: #246FBD;
  border: 2px solid #246FBD;
  text-align: center;
  line-height: 60px;
  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%;
  overflow: hidden;
  clear: both;
}

.dynamic .content {
  width: 1096px;
  margin: 0 auto;
}


.dynamic .content .dytitle {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #348DCC;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 20px;
  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;
}

.dynamic .content .firstinfo .first_img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.dynamic .content .firstinfo .infodesc {
  float: right;
  margin-right: 65px;
  width: 60%;
}

.dynamic .content .firstinfo .infodesc .time {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 57px;
  text-align: right;

}

.dynamic .content .firstinfo .infodesc .p_content {
  width: 95%;
  font-size: 24px;
  margin-top: 18px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

.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: 505px;
  height: 170px;
  float: left;
  /* padding: 0 26px; */
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all .4s;
  position: relative;


}

.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;
}

.dynamic .content .infobox .infoitem .item_time {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.dynamic .content .infobox .infoitem .item_desc {
  width: 475px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;

}

.dynamic .content .infobox .infoitem img {
  position: absolute;
  right: -20px;
  top: 9px;
}