index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <template>
  2. <div class="box">
  3. <div class="banner">
  4. <img class="backout_img" src="@/assets/img/doubleAntibody/S5.jpg" alt="" srcset="" />
  5. <img class="backout_img_move" src="@/assets/img/home/m4.png" alt="" srcset="" />
  6. </div>
  7. <div class="serviceBox">
  8. <div class="serviceBoxOne">
  9. <p class="serviceText">
  10. As of 2024, 19 bispecific antibody drugs have been approved globally, with over 200 candidates in clinical development and an annual growth rate exceeding 30%. Current focus remains on oncology, while expanding into hematologic diseases, autoimmune disorders and other areas. Leveraging diverse structural formats (e.g., IgG-like, BiTE®), BsAbs enable synergistic targeting and immune cell bridging, demonstrating superior efficacy versus conventional therapies. Emerging technologies like BsAb-ADCs are driving applications in neurodegenerative diseases and beyond.
  11. </p>
  12. <p class="serviceText">Sanyou Bio offers a validated collection of 73 reference BsAb covering major platforms (CrossMab, BiTE®, etc.), supporting end-to-end R&D from candidate screening to preclinical evaluation. SY-CRS-BsAb solutions accelerate development by addressing key technical challenges and improving efficiency.</p>
  13. <div class="homeBox">
  14. <div class="homeBoxLeft">
  15. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S7.png" alt="" srcset="" />
  16. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m1.png" alt="" srcset="" />
  17. <p class="homeBoxLeftText">SY-CRS-BsAb Isotype Distribution</p>
  18. </div>
  19. <div class="homeBoxLeft">
  20. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S8.png" alt="" srcset="" />
  21. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m3.png" alt="" srcset="" />
  22. <p class="homeBoxLeftText">SY-CRS-BsAb Target Distribution</p>
  23. </div>
  24. </div>
  25. </div>
  26. <div class="serviceBoxOne">
  27. <p class="serviceBoxOneTitle">Manufacturing Process</p>
  28. <div class="serviceTopTitle">SY-CRS-BsAb Produciton Process Flow</div>
  29. <img class="serviceBoxOneImg image_pc" src="@/assets/img/doubleAntibody/S6.png" alt="" srcset="" />
  30. <img class="serviceBoxOneImg image_move" src="@/assets/img/home/m2.png" alt="" srcset="" />
  31. </div>
  32. <div class="serviceBoxOne">
  33. <p class="serviceBoxOneTitle">Quality Management System</p>
  34. <p class="serviceText">SanYou Bio’s advanced antibody production system features high-end international equipment and full capabilities in plasmid construction, protein expression, and purification. Operating under GMP-grade host cells and Grade C+A cleanroom conditions, it follows 400+ standardized SOPs to ensure high-throughput, efficient delivery. All processes comply with ISO9001 and ISO27001, with strict quality control to guarantee antibody quality.</p>
  35. <div class="article">
  36. <template>
  37. <el-table
  38. :data="overView"
  39. stripe
  40. border
  41. empty-text="Not Date"
  42. style="width: 100%">
  43. <el-table-column prop="data" label="Data"/>
  44. <el-table-column prop="BsAb" label="SY-CRS-BsAb" />
  45. </el-table>
  46. </template>
  47. </div>
  48. </div>
  49. <div class="serviceBoxTwo">
  50. <p class="serviceBoxOneTitle">Production Experience</p>
  51. <div class="homeBox">
  52. <div class="homeBoxLeft">
  53. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S1.jpg" alt="" srcset="" />
  54. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m5.png" alt="" srcset="" />
  55. </div>
  56. <div class="homeBoxLeft">
  57. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S2.jpg" alt="" srcset="" />
  58. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m6.png" alt="" srcset="" />
  59. </div>
  60. </div>
  61. <div class="homeBox">
  62. <div class="homeBoxLeft">
  63. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S3.jpg" alt="" srcset="" />
  64. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m7.png" alt="" srcset="" />
  65. </div>
  66. <div class="homeBoxLeft">
  67. <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S4.jpg" alt="" srcset="" />
  68. <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m8.png" alt="" srcset="" />
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. </template>
  75. <script>
  76. export default {
  77. name: "indexIndex",
  78. components: {
  79. },
  80. data() {
  81. return {
  82. overView: [
  83. {
  84. data: "Concentration",
  85. BsAb: "√"
  86. }, {
  87. data: "Purity: SDS-PAGE",
  88. BsAb: "√"
  89. }, {
  90. data: "Purity: SEC-HPLC",
  91. BsAb: "√"
  92. }, {
  93. data: "LC-MS",
  94. BsAb: "√"
  95. }, {
  96. data: "Endotoxin",
  97. BsAb: "√"
  98. }, {
  99. data: "ELISA Binding",
  100. BsAb: "√"
  101. }, {
  102. data: "FACS Binding",
  103. BsAb: "√"
  104. }, {
  105. data: "Funtional Assay",
  106. BsAb: "√"
  107. }
  108. ]
  109. };
  110. },
  111. methods: {
  112. },
  113. mounted() {},
  114. created() {}
  115. };
  116. </script>
  117. <style lang="scss" scoped>
  118. @media screen and (min-width: 751px) and (max-width: 9999px) {
  119. .box {
  120. .banner{
  121. .backout_img{
  122. width: 100%;
  123. }
  124. .backout_img_move{
  125. display: none;
  126. }
  127. }
  128. .serviceBox{
  129. background: #f4f2f2;
  130. overflow: hidden;
  131. .serviceBoxOne{
  132. width: 1200px;
  133. margin: 30px auto 0;
  134. background: #fff;
  135. padding: 35px 20px;
  136. box-sizing: border-box;
  137. .serviceText{
  138. font-weight: 400;
  139. font-size: 14px;
  140. color: #000000;
  141. line-height: 24px;
  142. margin-bottom: 24px;
  143. }
  144. .homeBox{
  145. display: flex;
  146. align-items: center;
  147. justify-content: space-between;
  148. .homeBoxLeft{
  149. width: 49%;
  150. border: 1px solid #F4F2F2;
  151. padding: 20px 40px;
  152. box-sizing: border-box;
  153. .homeBoxLeftImg{
  154. width: 100%;
  155. }
  156. .homeBoxLeftText{
  157. font-weight: bold;
  158. font-size: 14px;
  159. color: #000000;
  160. line-height: 24px;
  161. text-align: center;
  162. margin-top: 10px;
  163. }
  164. }
  165. }
  166. .serviceBoxOneTitle{
  167. font-weight: bold;
  168. font-size: 24px;
  169. color: #000000;
  170. line-height: 24px;
  171. margin-bottom: 10px;
  172. }
  173. .serviceTopTitle{
  174. font-size: 18px;
  175. color: #fff;
  176. padding: 15px 0;
  177. box-sizing: border-box;
  178. text-align: center;
  179. font-weight: 600;
  180. background: linear-gradient(90deg, #1880C1, #22AB3A);
  181. }
  182. .serviceBoxOneImg{
  183. width: 100%;
  184. margin-top: 45px;
  185. }
  186. .article /deep/{
  187. .has-gutter th{
  188. background-color: #075BA9 !important;
  189. .cell{
  190. color: #fff;
  191. }
  192. }
  193. .cell{
  194. color: #000;
  195. text-align: center;
  196. }
  197. .el-table__row td{
  198. background-color: #fff !important;
  199. }
  200. .el-table__row--striped td{
  201. background-color: #F0FAFE !important;
  202. }
  203. }
  204. }
  205. .serviceBoxTwo{
  206. width: 1200px;
  207. margin: 30px auto 70px;
  208. background: #fff;
  209. padding: 35px 20px;
  210. box-sizing: border-box;
  211. .serviceBoxOneTitle{
  212. font-weight: bold;
  213. font-size: 24px;
  214. color: #000000;
  215. line-height: 24px;
  216. margin-bottom: 10px;
  217. }
  218. .homeBox{
  219. display: flex;
  220. align-items: center;
  221. justify-content: space-between;
  222. margin-top: 25px;
  223. .homeBoxLeft{
  224. width: 49%;
  225. border: 1px solid #F4F2F2;
  226. text-align: center;
  227. .homeBoxLeftImg{
  228. // width: 100%;
  229. }
  230. }
  231. }
  232. }
  233. }
  234. .image_pc{
  235. display: block;
  236. }
  237. .image_move{
  238. display: none;
  239. }
  240. }
  241. }
  242. @media screen and (min-width: 0) and (max-width: 750px) {
  243. .box {
  244. .banner{
  245. .backout_img{
  246. display: none;
  247. }
  248. .backout_img_move{
  249. width: 100%;
  250. }
  251. }
  252. .serviceBox{
  253. background: #f4f2f2;
  254. overflow: hidden;
  255. padding: 0 20px;
  256. .serviceBoxOne{
  257. width: 100%;
  258. margin: 30px auto 0;
  259. background: #fff;
  260. padding: 20px 10px;
  261. box-sizing: border-box;
  262. .serviceText{
  263. font-weight: 400;
  264. font-size: 14px;
  265. color: #000000;
  266. line-height: 24px;
  267. margin-bottom: 20px;
  268. }
  269. .homeBox{
  270. display: flex;
  271. align-items: center;
  272. justify-content: space-between;
  273. flex-wrap: wrap;
  274. .homeBoxLeft{
  275. width: 100%;
  276. border: 1px solid #F4F2F2;
  277. padding: 20px 40px;
  278. box-sizing: border-box;
  279. .homeBoxLeftImg{
  280. width: 100%;
  281. }
  282. .homeBoxLeftText{
  283. // font-weight: bold;
  284. font-family: Source Han Sans CN;
  285. font-size: 14px;
  286. color: #000000;
  287. line-height: 24px;
  288. text-align: center;
  289. margin-top: 10px;
  290. }
  291. }
  292. .homeBoxLeft:nth-child(1){
  293. margin-bottom: 20px;
  294. }
  295. }
  296. .serviceBoxOneTitle{
  297. font-family: Source Han Sans CN;
  298. font-weight: bold;
  299. font-size: 20px;
  300. color: #000000;
  301. line-height: 24px;
  302. margin-bottom: 30px;
  303. }
  304. .serviceTopTitle{
  305. font-family: Source Han Sans CN;
  306. font-size: 16px;
  307. color: #fff;
  308. padding: 15px 0;
  309. box-sizing: border-box;
  310. text-align: center;
  311. font-weight: 600;
  312. background: linear-gradient(90deg, #1880C1, #22AB3A);
  313. }
  314. .serviceBoxOneImg{
  315. width: 100%;
  316. margin-top: 45px;
  317. }
  318. .article /deep/{
  319. .has-gutter th{
  320. background-color: #075BA9 !important;
  321. .cell{
  322. color: #fff;
  323. }
  324. }
  325. .el-table__header-wrapper th{
  326. background-color: #075BA9 !important;
  327. .cell{
  328. color: #fff;
  329. }
  330. }
  331. .cell{
  332. color: #000;
  333. text-align: center;
  334. }
  335. .el-table__row td{
  336. background-color: #fff !important;
  337. }
  338. .el-table__row--striped td{
  339. background-color: #EAF9FF !important;
  340. }
  341. }
  342. }
  343. .serviceBoxTwo{
  344. // width: 1200px;
  345. margin: 30px auto 70px;
  346. background: #fff;
  347. padding: 35px 20px;
  348. box-sizing: border-box;
  349. .serviceBoxOneTitle{
  350. font-weight: bold;
  351. font-size: 20px;
  352. color: #000000;
  353. line-height: 24px;
  354. margin-bottom: 10px;
  355. }
  356. .homeBox{
  357. display: flex;
  358. align-items: center;
  359. justify-content: space-between;
  360. flex-wrap: wrap;
  361. // margin-top: 25px;
  362. .homeBoxLeft{
  363. width: 100%;
  364. border: 1px solid #F4F2F2;
  365. text-align: center;
  366. margin-top: 20px;
  367. .homeBoxLeftImg{
  368. // width: 100%;
  369. }
  370. }
  371. }
  372. }
  373. }
  374. .image_pc{
  375. display: none;
  376. }
  377. .image_move{
  378. display: block;
  379. }
  380. }
  381. }
  382. </style>