123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- <template>
- <div class="box">
- <div class="banner">
- <img class="backout_img" src="@/assets/img/doubleAntibody/S5.jpg" alt="" srcset="" />
- <img class="backout_img_move" src="@/assets/img/home/m4.png" alt="" srcset="" />
- </div>
- <div class="serviceBox">
- <div class="serviceBoxOne">
- <p class="serviceText">
- 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.
- </p>
- <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>
- <div class="homeBox">
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S7.png" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m1.png" alt="" srcset="" />
- <p class="homeBoxLeftText">SY-CRS-BsAb Isotype Distribution</p>
- </div>
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S8.png" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m3.png" alt="" srcset="" />
- <p class="homeBoxLeftText">SY-CRS-BsAb Target Distribution</p>
- </div>
- </div>
- </div>
- <div class="serviceBoxOne">
- <p class="serviceBoxOneTitle">Manufacturing Process</p>
- <div class="serviceTopTitle">SY-CRS-BsAb Produciton Process Flow</div>
- <img class="serviceBoxOneImg image_pc" src="@/assets/img/doubleAntibody/S6.png" alt="" srcset="" />
- <img class="serviceBoxOneImg image_move" src="@/assets/img/home/m2.png" alt="" srcset="" />
- </div>
- <div class="serviceBoxOne">
- <p class="serviceBoxOneTitle">Quality Management System</p>
- <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>
- <div class="article">
- <template>
- <el-table
- :data="overView"
- stripe
- border
- empty-text="Not Date"
- style="width: 100%">
- <el-table-column prop="data" label="Data"/>
- <el-table-column prop="BsAb" label="SY-CRS-BsAb" />
- </el-table>
- </template>
- </div>
- </div>
- <div class="serviceBoxTwo">
- <p class="serviceBoxOneTitle">Production Experience</p>
- <div class="homeBox">
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S1.jpg" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m5.png" alt="" srcset="" />
- </div>
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S2.jpg" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m6.png" alt="" srcset="" />
- </div>
- </div>
- <div class="homeBox">
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S3.jpg" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m7.png" alt="" srcset="" />
- </div>
- <div class="homeBoxLeft">
- <img class="homeBoxLeftImg image_pc" src="@/assets/img/doubleAntibody/S4.jpg" alt="" srcset="" />
- <img class="homeBoxLeftImg image_move" src="@/assets/img/home/m8.png" alt="" srcset="" />
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- export default {
- name: "indexIndex",
- components: {
- },
- data() {
- return {
- overView: [
- {
- data: "Concentration",
- BsAb: "√"
- }, {
- data: "Purity: SDS-PAGE",
- BsAb: "√"
- }, {
- data: "Purity: SEC-HPLC",
- BsAb: "√"
- }, {
- data: "LC-MS",
- BsAb: "√"
- }, {
- data: "Endotoxin",
- BsAb: "√"
- }, {
- data: "ELISA Binding",
- BsAb: "√"
- }, {
- data: "FACS Binding",
- BsAb: "√"
- }, {
- data: "Funtional Assay",
- BsAb: "√"
- }
- ]
- };
- },
- methods: {
- },
- mounted() {},
- created() {}
- };
- </script>
- <style lang="scss" scoped>
- @media screen and (min-width: 751px) and (max-width: 9999px) {
- .box {
- .banner{
- .backout_img{
- width: 100%;
- }
- .backout_img_move{
- display: none;
- }
- }
- .serviceBox{
- background: #f4f2f2;
- overflow: hidden;
- .serviceBoxOne{
- width: 1200px;
- margin: 30px auto 0;
- background: #fff;
- padding: 35px 20px;
- box-sizing: border-box;
- .serviceText{
- font-weight: 400;
- font-size: 14px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 24px;
- }
- .homeBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- .homeBoxLeft{
- width: 49%;
- border: 1px solid #F4F2F2;
- padding: 20px 40px;
- box-sizing: border-box;
- .homeBoxLeftImg{
- width: 100%;
- }
- .homeBoxLeftText{
- font-weight: bold;
- font-size: 14px;
- color: #000000;
- line-height: 24px;
- text-align: center;
- margin-top: 10px;
- }
- }
- }
- .serviceBoxOneTitle{
- font-weight: bold;
- font-size: 24px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 10px;
- }
- .serviceTopTitle{
- font-size: 18px;
- color: #fff;
- padding: 15px 0;
- box-sizing: border-box;
- text-align: center;
- font-weight: 600;
- background: linear-gradient(90deg, #1880C1, #22AB3A);
- }
- .serviceBoxOneImg{
- width: 100%;
- margin-top: 45px;
- }
- .article /deep/{
- .has-gutter th{
- background-color: #075BA9 !important;
- .cell{
- color: #fff;
- }
- }
- .cell{
- color: #000;
- text-align: center;
- }
- .el-table__row td{
- background-color: #fff !important;
- }
- .el-table__row
- background-color: #F0FAFE !important;
- }
- }
- }
- .serviceBoxTwo{
- width: 1200px;
- margin: 30px auto 70px;
- background: #fff;
- padding: 35px 20px;
- box-sizing: border-box;
- .serviceBoxOneTitle{
- font-weight: bold;
- font-size: 24px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 10px;
- }
- .homeBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 25px;
- .homeBoxLeft{
- width: 49%;
- border: 1px solid #F4F2F2;
- text-align: center;
- .homeBoxLeftImg{
- // width: 100%;
- }
- }
- }
- }
- }
- .image_pc{
- display: block;
- }
- .image_move{
- display: none;
- }
- }
- }
- @media screen and (min-width: 0) and (max-width: 750px) {
- .box {
- .banner{
- .backout_img{
- display: none;
- }
- .backout_img_move{
- width: 100%;
- }
- }
- .serviceBox{
- background: #f4f2f2;
- overflow: hidden;
- padding: 0 20px;
- .serviceBoxOne{
- width: 100%;
- margin: 30px auto 0;
- background: #fff;
- padding: 20px 10px;
- box-sizing: border-box;
- .serviceText{
- font-weight: 400;
- font-size: 14px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 20px;
- }
- .homeBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap: wrap;
- .homeBoxLeft{
- width: 100%;
- border: 1px solid #F4F2F2;
- padding: 20px 40px;
- box-sizing: border-box;
- .homeBoxLeftImg{
- width: 100%;
- }
- .homeBoxLeftText{
- // font-weight: bold;
- font-family: Source Han Sans CN;
- font-size: 14px;
- color: #000000;
- line-height: 24px;
- text-align: center;
- margin-top: 10px;
- }
- }
- .homeBoxLeft:nth-child(1){
- margin-bottom: 20px;
- }
- }
- .serviceBoxOneTitle{
- font-family: Source Han Sans CN;
- font-weight: bold;
- font-size: 20px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 30px;
- }
- .serviceTopTitle{
- font-family: Source Han Sans CN;
- font-size: 16px;
- color: #fff;
- padding: 15px 0;
- box-sizing: border-box;
- text-align: center;
- font-weight: 600;
- background: linear-gradient(90deg, #1880C1, #22AB3A);
- }
- .serviceBoxOneImg{
- width: 100%;
- margin-top: 45px;
- }
- .article /deep/{
- .has-gutter th{
- background-color: #075BA9 !important;
- .cell{
- color: #fff;
- }
- }
- .el-table__header-wrapper th{
- background-color: #075BA9 !important;
- .cell{
- color: #fff;
- }
- }
- .cell{
- color: #000;
- text-align: center;
- }
- .el-table__row td{
- background-color: #fff !important;
- }
- .el-table__row
- background-color: #EAF9FF !important;
- }
- }
- }
- .serviceBoxTwo{
- // width: 1200px;
- margin: 30px auto 70px;
- background: #fff;
- padding: 35px 20px;
- box-sizing: border-box;
- .serviceBoxOneTitle{
- font-weight: bold;
- font-size: 20px;
- color: #000000;
- line-height: 24px;
- margin-bottom: 10px;
- }
- .homeBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap: wrap;
- // margin-top: 25px;
- .homeBoxLeft{
- width: 100%;
- border: 1px solid #F4F2F2;
- text-align: center;
- margin-top: 20px;
- .homeBoxLeftImg{
- // width: 100%;
- }
- }
- }
- }
- }
- .image_pc{
- display: none;
- }
- .image_move{
- display: block;
- }
- }
- }
- </style>
|