@import url(animate.css);
body {
    background: url(../images/about_line1Bg.jpg);
    background-position: center 620px;
    background-repeat: no-repeat;
    background-color: #FFF !important;
}

i {
    font-style: normal;
}

.top_img {
    width: 100%;
    height: 450px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_img>div:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top_img>div:first-of-type>div {
    position: relative;
    z-index: 1;
}

.top_img h1 {
    font-size: 35px;
    margin-top: 220px;
    margin-bottom: 20px;
    color: #FFF;
    line-height: 83px;
    font-weight: bold;
}

.top_img ul {
    display: flex;
    position: relative;
    z-index: 1;
}

.top_img ul li {
    margin-right: 40px;
    position: relative;
    height: 62px;
}

.top_img ul li:last-of-type {
    margin-right: 0;
}

.top_img ul li a {
    font-size: 20px;
    color: #FFF;
    line-height: 45px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.top_img ul li a i {
    transform: rotate(270deg);
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
}

.top_img ul li div {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    background-color: #FFF;
    padding: 0;
    height: 0;
    transition: transform 0.6s ease, height 0.6s ease;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 100%;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.top_img ul li div a {
    color: #142841;
    line-height: 20px;
    height: auto;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px #ddd solid;
    position: relative;
}

.top_img ul li div a:hover,
.top_img ul li div a.hover {
    color: #3467c2;
}

.top_img ul li div a:hover>div {
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.top_img ul li div a:last-of-type {
    border-bottom: 0;
}

.top_img ul li div a>div {
    position: absolute;
    top: -20px;
    left: 99%;
    padding: 0 !important;
    padding-left: 24px !important;
    background-color: transparent;
    box-shadow: none;
    display: none;
    margin-top: 10px;
    z-index: 999;
    height: auto;
    min-height: 150px;
}

.top_img ul li div a>div div {
    padding: 15px !important;
    background-color: #FFF;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    min-height: 150px;
}

.top_img ul li div a div span {
    color: #142841;
    line-height: 20px;
    height: auto;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100%;
}

.top_img ul li div a div span::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.top_img ul li div a div span:hover,
.top_img ul li div a div span.hover {
    color: #3467c2;
}

@keyframes moveUpAndExpandTop {
    from {
        height: 0;
    }
    to {
        height: auto;
        overflow: unset;
        padding: 10px 15px;
    }
}

.top_img ul li:hover div {
    animation: moveUpAndExpandTop 0.4s forwards;
}

.top_img ul li:hover a i {
    transform: rotate(360deg);
}

.top_img .top_imgBg {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 376px;
    width: 100%;
    background: none;
    opacity: 0.7;
    z-index: 0;
}

.fhNavLine {
    position: absolute;
    left: 0px;
    bottom: 21px;
    height: 7px;
    background-color: rgba(60, 114, 202, 0.8);
    transition: all 0.3s ease;
    width: 165px;
    z-index: 0;
}

.fixed {
    position: fixed;
    top: 60px;
}

.contentMain {
    background-color: #FFF;
    box-sizing: border-box;
    overflow: hidden;
}

.IndexLeft {
    padding-top: 60px;
    width: 200px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.IndexLeft h1 {
    font-size: 28px;
    line-height: 40px;
    color: #142D4B;
    font-weight: bold;
}

.IndexLeft span {
    font-size: 28px;
    color: #CBD4DE;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "pingfang" !important;
    display: none;
}

.IndexLine1right {
    width: calc(100% - 200px);
    display: inline-block;
}

.indexTitle {
    line-height: 48px;
    display: inline-block;
    font-size: 34px;
    color: #041b4c;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 55px;
}

.indexTitle span {
    display: block;
}


/* 小分子对应页面样式 */

.molecule_line1 {
    box-sizing: border-box;
}

.molecule_line1 .IndexLine1right {
    padding-top: 60px;
}

.molecule_line1 .molecule_line1Box {
    box-sizing: border-box;
}

.molecule_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: justify;
}

.molecule_line1 p:last-of-type {
    margin-bottom: 0;
}

.molecule_line2 {
    overflow: hidden;
    display: flex;
    position: relative;
}

.molecule_line2 .IndexLeft,
.molecule_line2 .IndexLine1right {
    padding-top: 60px;
}


/* .molecule_line2 .molecule_line2_left {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}

.molecule_line2 .molecule_line2_left h1 {
    font-size: 22px;
    color: #052b5e;
    display: flex;
    margin-bottom: 25px;
    font-weight: bold;
    cursor: pointer;
}

.molecule_line2 .molecule_line2_left h1::before {
    content: '·';
    margin-right: 10px;
}

.molecule_line2 .molecule_line2_left h1.hover {
    color: #4575c8;
    font-size: 24px;
} */

.molecule_line3 .IndexLeft,
.molecule_line3 .IndexLine1right {
    padding-top: 60px;
}

.molecule_line3Box {
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.molecule_line3Box>div {
    width: calc((100% - 40px)/3);
    height: 390px;
    background-color: #FFF;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
    overflow: hidden;
}

.molecule_line3Box>div::after {
    position: absolute;
    width: 100%;
    height: 18%;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    content: '...';
    font-size: 30px;
    overflow: hidden;
}

.molecule_line3Box>div i {
    font-size: 40px;
    color: #142842;
    display: block;
    margin-top: 40px;
}

.molecule_line3Box>div h1 {
    height: 60px;
    position: relative;
    font-size: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.molecule_line3Box>div h1::after {
    width: 70px;
    height: 3px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
}

.molecule_line3Box>div p {
    font-size: 16px;
    line-height: 28px;
    color: #052b5e;
    margin-bottom: 10px;
}

.molecule_line3Box>div:hover {
    background-color: #142842;
}

.molecule_line3Box>div:hover * {
    color: #FFF;
}

.molecule_line3Box>div:hover i {
    display: none;
}

.molecule_line3Box>div:hover h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.molecule_line3Box>div:hover h1::after {
    background-color: #FFF;
}

.molecule_line3Box>div:hover::after {
    height: 0;
}

.molecule_line4Box .IndexLeft,
.molecule_line4Box .IndexLine1right {
    padding-top: 60px;
}

.molecule_line4 {
    display: flex;
    justify-content: space-around;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.molecule_line4 div {
    text-align: center;
}

.molecule_line4 div h1 {
    font-size: 57px;
    color: #041b4c;
    font-weight: bold;
    line-height: 75px;
}

.molecule_line4 div span {
    line-height: 46px;
    font-size: 28px;
    color: #052b5e;
}

.molecule_line5Box .IndexLeft,
.molecule_line5Box .IndexLine1right {
    padding-top: 60px;
}

.molecule_line5Box .molecule_line2_right {
    width: 100%;
    display: inline-block;
    height: 290px;
    position: relative;
}

.molecule_line5Box .molecule_line2_right .molecule_line2Pic {
    width: calc((100% - 20px)/2);
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

.molecule_line5Box .molecule_line2_right .molecule_line2Pic:last-of-type {
    margin-right: 0;
}

.molecule_line5Box .molecule_line2_right img {
    min-width: 100%;
    height: 391px;
}

.molecule_line5Box .molecule_line2_right .layui-carousel {
    background-color: transparent;
    position: unset;
}

.molecule_line5Box .molecule_line2_right .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.molecule_line5Box .molecule_line2_right .layui-carousel>[carousel-item]:before {
    display: none;
}

.molecule_line5Box .molecule_line2_right .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.molecule_line5Box .molecule_line2_right .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.molecule_line5Box .molecule_line2_right .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.molecule_line5Box .molecule_line2_right .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.molecule_line5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.molecule_line5>div {
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    color: #041b4c;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    font-weight: bold;
}

.molecule_line5>div::before {
    content: '';
    width: 2px;
    height: 18px;
    background-color: #041b4c;
    margin-right: 0px;
}

.molecule_line5>div::after {
    content: '';
    width: 2px;
    height: 18px;
    background-color: #041b4c;
    margin-left: 0;
}

.molecule_line5>div>div {
    width: 75%;
}

.molecule_line6Box .IndexLeft,
.molecule_line6Box .IndexLine1right {
    padding-top: 60px;
}

.molecule_line6 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.molecule_line6>div {
    width: 178px;
    height: 178px;
    border: 6px solid #142d4b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0px 4px 8px rgba(20, 40, 65, 0.7);
    -moz-box-shadow: 0px 4px 8px rgba(20, 40, 65, 0.7);
    -webkit-box-shadow: 0px 4px 8px rgba(20, 40, 65, 0.7);
}

.molecule_line6>div i {
    font-size: 52px;
    color: #3467c2;
}

.molecule_line6>div span {
    font-size: 24px;
    color: #142d4b;
    line-height: 35px;
    display: block;
    font-weight: bold;
    margin-top: 6px;
}

.molecule_line6>div>div {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #142d4b;
    border-radius: 100%;
    right: -16px;
    background-color: #FFF;
    z-index: 1;
}

.molecule_line6 hr {
    content: '';
    height: 1px;
    background-color: #142d4b;
    position: absolute;
    z-index: 0;
    top: 50%;
    margin: 0;
}

.molecule_line7Box .IndexLeft,
.molecule_line7Box .IndexLine1right {
    padding-top: 60px;
}

.molecule_line7 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.molecule_line7 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
}

.molecule_line7Left {
    width: 100%;
    background-color: #FFF;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.molecule_line7Left h1 {
    font-size: 20px;
    color: #041b4c;
    line-height: 36px;
    margin-bottom: 22px;
    width: 100%;
}

.molecule_line7Left p {
    background-color: #f6f9fd;
    box-sizing: border-box;
    display: flex;
    height: 90px;
    margin-bottom: 0;
    align-items: center;
    font-size: 18px;
    width: calc((100% - 40px)/3);
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-content: center;
    line-height: 22px;
}

.molecule_line7Left p:nth-of-type(3n) {
    margin-right: 0;
}

.molecule_line7Left p span i {
    font-size: 45px;
    margin-right: 50px;
}

.molecule_line7Left p i {
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.molecule_line7Left p font {
    font-size: 22px;
    font-weight: bold;
}

.molecule_line7Left p font i {
    margin-right: 0;
    font-size: 22px;
}

.molecule_line7Right {
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: flex-start;
    justify-content: space-between;
}

.molecule_line7Right_scroll {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
}

.molecule_line7Right_scroll .conts li {
    float: left;
    text-align: center;
    width: calc((100% - 40px)/3);
    height: 90px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #317bac;
    line-height: 90px;
    padding-right: 20px;
    vertical-align: top;
}

.molecule_line7Right_scroll .conts li .s1 {
    width: 100%;
    height: 90px;
    background: #fff;
    border: 3px solid #f6f9fd;
    box-sizing: border-box;
}

.molecule_line7Right_scroll .conts li .s1 img {
    height: calc(90% - 6px);
    max-width: 100%;
}

.molecule_line7Right_scroll .conts li a {
    color: #317bac;
    background: #fff;
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 8px;
}

.molecule_line8Box .IndexLine1right {
    padding-top: 60px;
}

.molecule_line8Box .molecule_line8_right {
    width: 100%;
    display: inline-block;
    height: 290px;
    position: relative;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic {
    width: calc((100% - 20px)/2);
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/team_msk.png) no-repeat center/cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 25px 50px;
    box-sizing: border-box;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div h1 {
    font-size: 18px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: inline-block;
    margin-right: 30px;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div {
    overflow-y: auto;
    height: 140px;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div:hover::-webkit-scrollbar {
    display: block;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div::-webkit-scrollbar {
    width: 6px;
    display: none;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic:hover>div {
    opacity: 1;
    visibility: visible;
}

.molecule_line8Box .molecule_line8_right .molecule_line8Pic:last-of-type {
    margin-right: 0;
}

.molecule_line8Box .molecule_line8_right img {
    min-width: 100%;
    height: 290px;
}

.molecule_line8Box .molecule_line8_right .layui-carousel {
    background-color: transparent;
    position: unset;
}

.molecule_line8Box .molecule_line8_right .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.molecule_line8Box .molecule_line8_right .layui-carousel>[carousel-item]:before {
    display: none;
}

.molecule_line8Box .molecule_line8_right .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.molecule_line8Box .molecule_line8_right .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.molecule_line8Box .molecule_line8_right .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.molecule_line8Box .molecule_line8_right .layui-carousel-arrow:hover {
    background-color: #4575c8 !important;
}


/* 晶型和处方前研究样式相关样式 */

.crystal_Line1 {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.crystal_Line1 .IndexLine1right {
    padding-top: 60px;
}

.crystal_Line1 img {
    width: 100%;
    margin-bottom: 20px;
}

.crystal_Line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    text-align: justify;
    display: flex;
}

.crystal_Line2 {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0;
}

.crystal_Line2 .IndexLeft {
    padding-top: 0;
}

.crystal_Line2Box {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.crystal_Line2Box>div {
    width: calc((100% - 40px)/3);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-content: flex-start;
    height: 380px;
}

.crystal_Line2Box>div::after {
    position: absolute;
    width: 100%;
    height: 36%;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    content: '...';
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}

.crystal_Line2Box>div i {
    margin-top: 40px;
    font-size: 40px;
    color: #142842;
    text-align: center;
    display: block;
    width: 100%;
}

.crystal_Line2Box>div span {
    height: 60px;
    position: relative;
    font-size: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crystal_Line2Box>div span::after {
    width: 70px;
    height: 3px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
}

.crystal_Line2Box>div div {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px;
    justify-content: center;
    visibility: hidden;
    background-color: #052b5e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.crystal_Line2Box>div h2 {
    font-size: 16px;
    color: #052b5e;
    line-height: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    text-align: center;
}

.crystal_Line2Box>div div ul {
    display: flex;
}

.crystal_Line2Box>div div ul li {
    flex: 1;
    box-sizing: border-box;
}

.crystal_Line2Box>div div ul li:first-of-type {
    padding-left: 15px;
}

.crystal_Line2Box>div div ul li:last-of-type {
    padding-right: 15px;
}

.crystal_Line2Box>div div p {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.crystal_Line2Box>div div p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.crystal_Line2Box>div:hover * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.crystal_Line2Box>div:hover div {
    visibility: visible;
    animation: fadeIn .3s;
}

.crystal_Line2Box>div:hover span {
    color: #FFF;
}

.crystal_Line2Box>div:hover span::after {
    background-color: #FFF;
}

.crystal_Line2Box>div:hover h2 {
    color: #FFF;
}

.crystal_Line2Box>div:hover::after {
    display: none;
}

.crystal_Line3Box-scroll-lr {
    width: 100%;
    height: 245px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}

.crystal_Line3Box-scroll-lr .conts li {
    float: left;
    text-align: center;
    width: calc((100% - 60px)/4);
    height: 245px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #317bac;
    line-height: 120px;
    padding-right: 20px;
    border-radius: 8px;
    vertical-align: top;
}

.crystal_Line3Box-scroll-lr .conts li .s1 {
    width: 100%;
    height: 245px;
}

.crystal_Line3Box-scroll-lr .conts li .s1 img {
    width: 100%;
    height: 200px;
}

.crystal_Line3Box-scroll-lr .conts li .s1 span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    font-style: normal;
}

.crystal_Line3Box-scroll-lr .textList .pageNav {
    line-height: 20px;
    color: #1eb4e5;
}

.crystal_Line3Box-scroll-lr .textList .pageNav font {
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    color: #b2d5ed;
    font-style: italic;
}

.crystal_Line3Box-scroll-lr .textList .pageNav .current {
    font-size: 18px;
    padding-right: 8px;
}

.crystal_Line3Box-scroll-lr .prev,
.crystal_Line3Box-scroll-lr .next {
    z-index: 1;
    position: absolute;
    top: calc((100% - 44px)/2);
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 35px;
    color: #fff;
    background: #142842;
    text-align: center;
    cursor: pointer;
}

.crystal_Line3Box-scroll-lr .prev {
    left: 0px;
    background: #142842;
}

.crystal_Line3Box-scroll-lr .prev:hover,
.crystal_Line3Box-scroll-lr .next:hover {
    background: #4575c8;
    color: #fff;
}

.crystal_Line3Box-scroll-lr .next {
    right: 0px;
    background: #142842;
}


/* 制剂样式相关样式 */

.Fermentation_line1 {
    margin-top: 0;
    box-sizing: border-box;
}

.Fermentation_line1 .IndexLine1right {
    padding-top: 60px;
    box-sizing: border-box;
}

.Fermentation_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 15px;
}

.Fermentation_line2 {
    text-align: right;
}

.preparationIntroduce {
    position: relative;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.preparationIntroduceBox {
    margin-top: 20px;
    width: 100%;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.preparationIntroduceBox p font {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}

.preparationIntroduceBox p font::after {
    width: 50px;
    height: 2px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
}

.preparationIntroduceBox p {
    background-color: #f6f9fd;
    box-sizing: border-box;
    display: flex;
    height: 118px;
    margin-bottom: 0;
    font-size: 14px;
    width: calc((100% - 100px)/6);
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    line-height: 22px;
    text-align: center;
}

.preparationIntroduceBox p span {
    width: 100%;
    margin-top: 8px;
}

.preparationBox2 .IndexLine1right,
.preparationBox3 .IndexLine1right {
    padding-top: 60px;
}

.preparation_line2 {
    width: 100%;
    box-sizing: border-box;
}

.preparation_line2 ul {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.preparation_line2 ul li {
    width: calc((100% - 60px)/4);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    box-shadow: 2px 2px 16px rgb(20 40 75 / 20%);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgb(20 40 75 / 20%);
    background-color: #FFF;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-content: flex-start;
    height: 190px;
    overflow: hidden;
}

.preparation_line2 ul li i {
    margin-top: 45px;
    font-size: 40px;
    color: #142842;
    text-align: center;
    display: block;
    width: 100%;
}

.preparation_line2 ul li h2 {
    height: 60px;
    position: relative;
    font-size: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.preparation_line2 ul li h2::after {
    width: 70px;
    height: 3px;
    content: '···';
    color: #052b5e;
    position: absolute;
    line-height: 0;
    text-align: center;
    bottom: -3px;
    font-size: 25px;
}

.preparation_line2 ul li div.preparation_line2Content {
    padding-top: 15px;
    box-sizing: border-box;
    height: 190px;
    width: 100%;
}

.preparation_line2 ul li div.preparation_line2Content::before {
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to bottom, transparent, #142841);
    content: '';
    bottom: 0;
    z-index: 1;
    display: none;
}

.preparation_line2 ul li p {
    color: #142842;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preparation_line2 ul li span {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    display: none;
}

.preparation_line2 ul li span::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.preparation_line2 ul li::after {
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 10px;
}

.preparation_line2 ul li:hover {
    background-color: #142842;
}

.preparation_line2 ul li:hover .preparation_line2Content {
    animation: fadeIn .5s;
}

.preparation_line2 ul li:hover .preparation_line2Content::before {
    display: block;
}

.preparation_line2 ul li:hover i {
    display: none;
}

.preparation_line2 ul li:hover h2 {
    display: none;
}

.preparation_line2 ul li:hover h2::after {
    background-color: #FFF;
}

.preparation_line2 ul li:hover::after {
    display: none;
}

.preparation_line2 ul li:hover p {
    display: block;
    color: #FFF;
}

.preparation_line2 ul li:hover span {
    display: flex;
    color: #FFF;
    justify-content: center;
}

.preparation_line2 .mCSB_scrollTools {
    right: 15px;
}

.preparation_line2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.preparation_line2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #334458;
}

.preparation_line2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.preparation_line2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #334458;
}

.preparation_line2 .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.preparation_line2 .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 5px;
}

.preparation_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.preparation_line3 table {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.preparation_line3 th {
    text-align: center;
    color: #142841;
    font-size: 18px;
    background-color: #f6f9fd;
    height: 50px;
}

.preparation_line3 td {
    text-align: center;
    height: 50px;
    color: #142841;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
}

.preparation_line3 td:last-of-type {
    text-align: left;
}

.preparation_line3 td p {
    display: block;
    padding: 5px 0;
    text-align: left;
}

.preparation_line3 tr:nth-of-type(2n-1) {
    background-color: #FFF;
}

.preparation_line3 tr:nth-of-type(2n) {
    background-color: #f6f9fd;
}

.preparation_line3 ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

.preparation_line3 ul li {
    width: calc((100% - 40px)/3);
}

.preparation_line3 ul li img {
    width: 100%;
}


/* 临床供应链服务相关样式 */

.linchuang_Line1 {
    margin-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.linchuang_Line1 .IndexLine1right {
    padding-top: 60px;
}

.linchuang_Line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: justify;
    display: flex;
}

.linchuang_Line1 img {
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
}

.linchuang_Line2 {
    background-color: transparent;
    box-sizing: border-box;
}

.linchuang_Line2 .fixed {
    top: 50px;
}

.linchuang_Line2 .IndexLeft {
    padding-top: 60px;
}

.linchuang_Line2 .IndexLine1right {
    padding-top: 60px;
    box-sizing: border-box;
}

.linchuang_Line2Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.linchuang_Line2Box>div {
    background-color: #FFF;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 20px)/2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}

.linchuang_Line2Box>div>div {
    width: 100%;
    margin-top: 15px;
}

.linchuang_Line2Box>div i {
    font-size: 45px;
    color: #142D4B;
    display: block;
    margin-right: 15px;
}

.linchuang_Line2Box>div>h1 {
    font-size: 20px;
    font-weight: bold;
    color: #142D4B;
    line-height: 36px;
    display: block;
    transition: transform 0.6s ease;
}

.linchuang_Line2Box>div span {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, height 0.6s ease;
    text-align: justify;
    display: flex;
}

.linchuang_Line2Box>div span::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.linchuang_Line3 {
    display: flex;
    justify-content: space-between;
}

.linchuang_Line3 div {
    text-align: center;
    width: 25%;
}

.linchuang_Line3 div i {
    display: block;
    font-size: 60px;
    color: #2f5797;
}

.linchuang_Line3 div p {
    font-size: 22px;
    font-weight: bold;
    color: #2f5797;
    margin: 15px 0;
}

.linchuang_Line3 div p span {
    font-size: 34px;
    color: #2f5797;
    font-weight: bold;
}

.linchuang_Line3 div p i {
    margin-top: 0;
    width: 13px;
    height: 4px;
    display: inline-block;
    vertical-align: super;
    margin: 0 3px;
    background-color: #2f5797;
}

.linchuang_Line3 div>span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 55px;
    display: block;
}


/* 口服固体和外用制剂样式 */

.tablet_Line1 .IndexLine1right .tablet_Line1Box {
    padding-top: 60px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.tablet_Line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    text-align: justify;
}

.tablet_Line1 .IndexLine1right .tablet_Line1Box div:first-of-type {
    width: 100%;
}


/* .tablet_Line1 .IndexLine1right .tablet_Line1Box div:last-of-type {
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
} */

.tablet_Line1 .IndexLine1right .tablet_Line1Box div:last-of-type img {
    width: 100%;
}

.tablet_Line1 img {
    width: 44%;
}

.tablet_Line2 .IndexLeft,
.tablet_Line2 .IndexLine1right {
    padding-top: 60px;
}

.tablet_Line2 .tablet_Line2Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.tablet_Line2 .tablet_Line2Box div {
    width: calc((100% - 60px)/4);
    box-sizing: border-box;
    display: flex;
    background-color: #f6f9fd;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.tablet_Line2 .tablet_Line2Box img {
    height: 35px;
    margin: 20px 20px 15px;
    display: block;
}

.tablet_Line2 .tablet_Line2Box span {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 25px 15px;
    box-sizing: border-box;
    text-align: center;
}

.tablet_Line3 .IndexLeft,
.tablet_Line3 .IndexLine1right {
    padding-top: 60px;
}

.tablet_Line3 .tablet_Line3Box {
    display: flex;
    justify-content: space-between;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft {
    width: 45%;
    background-color: #FFF;
    padding: 30px 15px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
    width: calc((100% - 20px)/2);
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft h1,
.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft p {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 12px;
    font-weight: bold;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft span {
    font-size: 16px;
    color: #052b5e;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight {
    width: calc((100% - 20px)/2);
    padding-left: 5%;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 30px 15px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 12px;
    font-weight: bold;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    text-align: justify;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight p:first-of-type::before {
    display: none;
}

.tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight img {
    width: 100%;
}

.tablet_Line4 .IndexLeft,
.tablet_Line4 .IndexLine1right {
    padding-top: 60px;
    margin-bottom: 80px;
}

.tablet_Line4 .tablet_Line4Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.tablet_Line4 .tablet_Line4Box div {
    width: calc((100% - 80px)/5);
    box-sizing: border-box;
    display: flex;
    background-color: #f6f9fd;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.tablet_Line4 .tablet_Line4Box img {
    height: 35px;
    margin: 20px 20px 15px;
    display: block;
}

.tablet_Line4 .tablet_Line4Box span {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 25px 15px;
    box-sizing: border-box;
    text-align: center;
}

.tablet_Line4 .tablet_Line4BoxPic {
    margin-top: 20px;
}

.tablet_Line4 .tablet_Line4BoxPic ul.tablet_Line4BoxPicBox {
    display: flex;
    justify-content: space-between;
}

.tablet_Line4 .tablet_Line4BoxPic ul.tablet_Line4BoxPicBox li {
    width: calc((100% - 80px)/5);
}

.tablet_Line4 .tablet_Line4BoxPic ul.tablet_Line4BoxPicBox li div {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.tablet_Line4 .tablet_Line4BoxPic ul.tablet_Line4BoxPicBox li img {
    width: 100%;
    min-height: 140px;
}

.tablet_Line4 .tablet_Line4BoxPic ul.tablet_Line4BoxPicBox li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    font-style: normal;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel {
    background-color: transparent;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel>[carousel-item]:before {
    display: none;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.tablet_Line4 .tablet_Line4BoxPic .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}


/* 无菌制剂样式 */

.aseptic_Line1 .IndexLine1right {
    padding-top: 60px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.aseptic_Line2 .IndexLeft,
.aseptic_Line2 .IndexLine1right {
    padding-top: 60px;
}

.aseptic_Line1 .IndexLine1right div:first-of-type {
    width: 100%;
}

.aseptic_Line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    text-align: justify;
}


/* .aseptic_Line1 .IndexLine1right div:last-of-type {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aseptic_Line1 .IndexLine1right div:last-of-type img {
    width: 100%;
} */

.aseptic_Line2 .aseptic_Line2Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.aseptic_Line2 .aseptic_Line2Box div {
    width: calc((100% - 60px)/4);
    box-sizing: border-box;
    display: flex;
    background-color: #f6f9fd;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.aseptic_Line2 .aseptic_Line2Box img {
    height: 35px;
    margin: 20px 20px 15px;
    display: block;
}

.aseptic_Line2 .aseptic_Line2Box span {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 25px 15px;
    box-sizing: border-box;
    text-align: center;
}

.aseptic_Line3 .IndexLeft,
.aseptic_Line3 .IndexLine1right {
    padding-top: 60px;
}

.aseptic_Line3 .aseptic_Line3Box {
    display: flex;
    justify-content: space-between;
}

.aseptic_Line3 .aseptic_Line3Box .aseptic_Line3BoxLeft {
    width: calc((100% - 20px)/2);
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.aseptic_Line3 .aseptic_Line3Box .aseptic_Line3BoxRight {
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.aseptic_Line3 .aseptic_Line3Box h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.aseptic_Line3 .aseptic_Line3Box p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: justify;
    display: flex;
}

.aseptic_Line3 .aseptic_Line3Box p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.aseptic_Line3 .aseptic_Line3Box img {
    width: 100%;
}

.aseptic_Line4 .IndexLeft,
.aseptic_Line4 .IndexLine1right {
    padding-top: 60px;
    margin-bottom: 80px;
}

.aseptic_Line4 .aseptic_Line4Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.aseptic_Line4 .aseptic_Line4Box div {
    width: calc((100% - 80px)/5);
    box-sizing: border-box;
    display: flex;
    background-color: #f6f9fd;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.aseptic_Line4 .aseptic_Line4Box img {
    height: 35px;
    margin: 20px 20px 15px;
    display: block;
}

.aseptic_Line4 .aseptic_Line4Box span {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 25px 15px;
    box-sizing: border-box;
    text-align: center;
}

.aseptic_Line4 .aseptic_Line4BoxPic {
    margin-top: 20px;
}

.aseptic_Line4 .aseptic_Line4BoxPic ul.aseptic_Line4BoxPicBox {
    display: flex;
    justify-content: space-between;
}

.aseptic_Line4 .aseptic_Line4BoxPic ul.aseptic_Line4BoxPicBox li {
    width: calc((100% - 60px)/4);
}

.aseptic_Line4 .aseptic_Line4BoxPic ul.aseptic_Line4BoxPicBox li div {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.aseptic_Line4 .aseptic_Line4BoxPic ul.aseptic_Line4BoxPicBox li img {
    width: 100%;
    min-height: 100%;
}

.aseptic_Line4 .aseptic_Line4BoxPic ul.aseptic_Line4BoxPicBox li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    font-style: normal;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel {
    background-color: transparent;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel>[carousel-item]:before {
    display: none;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.aseptic_Line4 .aseptic_Line4BoxPic .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.PolypeptideBox6 .Polypeptide_line6.aseptic_Line5 p {
    margin-bottom: 0;
}


/* 制剂分析 */

.AnalysisBox .IndexLine1right,
.AnalysisBox2 .IndexLine1right {
    padding-top: 60px;
}

.AnalysisBox2 .IndexLine1right {
    margin-bottom: 60px;
}

.AnalysisBox .Analysis_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 10px;
    display: flex;
}

.Analysis_line2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.Analysis_line2>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 20px)/2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 320px;
    align-content: flex-start;
}

.Analysis_line2>div i {
    font-size: 45px;
    color: #142D4B;
    display: block;
    margin-right: 15px;
}

.Analysis_line2>div>h1 {
    font-size: 20px;
    font-weight: bold;
    color: #142D4B;
    line-height: 36px;
    display: block;
}

.Analysis_line2>div>div {
    font-size: 16px;
    color: #142D4B;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: justify;
    margin-top: 15px;
    width: 100%;
}

.Analysis_line2>div>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
}

.Analysis_line2>div>div p::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.Analysis_line2>div:last-of-type div {
    text-align: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Analysis_line2>div:last-of-type p {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.Analysis_line2>div:last-of-type p:nth-of-type(3n-2) {
    width: 29%;
}

.Analysis_line2>div:last-of-type p:nth-of-type(3n-1) {
    width: 41%;
}

.Analysis_line2>div:last-of-type p:nth-of-type(3n) {
    width: 30%;
}

.Analysis_line2>div:last-of-type p:last-of-type {
    width: auto !important;
}

.Analysis_line2Pic {
    margin-top: 20px;
}

.Analysis_line2Pic ul.Analysis_line2PicBox {
    display: flex;
    justify-content: space-between;
}

.Analysis_line2Pic ul.Analysis_line2PicBox li {
    width: calc((100% - 60px)/4);
}

.Analysis_line2Pic ul.Analysis_line2PicBox li div {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.Analysis_line2Pic ul.Analysis_line2PicBox li img {
    width: 100%;
    min-height: 140px;
}

.Analysis_line2Pic ul.Analysis_line2PicBox li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    font-style: normal;
}

.Analysis_line2Pic .layui-carousel {
    background-color: transparent;
}

.Analysis_line2Pic .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.Analysis_line2Pic .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.Analysis_line2Pic .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.Analysis_line2Pic .layui-carousel>[carousel-item]:before {
    display: none;
}

.Analysis_line2Pic .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.Analysis_line2Pic .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}


/* 制剂分析 */

.ActivedrugBox .IndexLine1right {
    padding-top: 60px;
}

.Activedrug_line1 {
    margin-bottom: 45px;
}

.Activedrug_line2 {
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.ActivedrugBox .Activedrug_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    display: flex;
    margin-bottom: 15px;
    text-align: justify;
}

.ActivedrugBox .ActivedrugTitle {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.ActivedrugBox .Activedrug_line2 {
    height: auto;
}

.ActivedrugBox .Activedrug_line2Box {
    display: flex;
    margin-top: 17px;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left {
    width: 100%;
    margin-bottom: 20px;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left table {
    width: 100%;
    height: 100%;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left th {
    text-align: center;
    color: #f6f9fd;
    font-size: 19px;
    background-color: #142841;
    height: 50px;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left td {
    text-align: center;
    height: 50px;
    color: #142841;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left td:nth-of-type(2) {
    padding-left: 50px;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left td p {
    display: block;
    padding: 5px 0;
    text-align: left;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left tr:nth-of-type(2n-1) {
    background-color: #FFF;
}

.ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left tr:nth-of-type(2n) {
    background-color: #f6f9fd;
}

.Activedrug_line3 .ActivedrugTitle {
    padding-left: 33px;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #142841;
    box-sizing: border-box;
}

.Activedrug_line3>div {
    background-color: #FFF;
    padding: 30px 28px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 60px;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.ActivedrugBox .Activedrug_line3Box {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 30px 15px;
}

.ActivedrugBox .Activedrug_line3Box img {
    width: calc((100% - 60px)/4);
}

.ActivedrugBox .Activedrug_line3 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
}


/* 注册申报与法规 */

.Statuteline1Box .IndexLine1right {
    padding-top: 60px;
}

.Statuteline1Box .Statuteline1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    text-align: justify;
}

.Statuteline2Box .IndexLeft,
.Statuteline2Box .IndexLine1right {
    padding-top: 60px;
}

.Statuteline2Box .Statuteline2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Statuteline2Box .Statuteline2 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 35px;
}

.Statuteline2Box .Statuteline2 ul li {
    width: calc(100% / 4);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Statuteline2Box .Statuteline2 ul li i {
    font-size: 60px;
    display: block;
    color: #3467c2;
}

.Statuteline2Box .Statuteline2 ul li span {
    line-height: 38px;
    font-size: 22px;
    color: #142D4B;
    display: block;
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

.Statuteline2Box .Statuteline2 .Statuteline2_left,
.Statuteline2Box .Statuteline2 .Statuteline2_right {
    width: 100%;
}

.Statuteline2Box .Statuteline2 .Statuteline2_left>div,
.Statuteline2Box .Statuteline2 .Statuteline2_right>div {
    background-color: #FFF;
    padding: 30px 3px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.Statuteline2Box .Statuteline2 .Statuteline2_left>div {
    margin-bottom: 35px;
}

.Statuteline2Box .Statuteline2 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
}

.Statuteline2Box .Statuteline2 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    display: flex;
    margin-bottom: 10px;
    text-align: justify;
}

.Statuteline2Box .Statuteline2 div.point p {
    display: inline-flex;
    margin-right: 30px;
}

.Statuteline2Box .Statuteline2 div p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.Statuteline2Box .Statuteline2 img {
    width: 100%;
    margin-top: 20px;
}

.Statuteline3Box .IndexLeft,
.Statuteline3Box .IndexLine1right {
    padding-top: 60px;
}

.Statuteline3Box .IndexLine1right>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    align-items: center;
}

.Statuteline3Box .IndexLine1right>div p {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    display: flex;
}

.Statuteline3Box .IndexLine1right>div i {
    font-size: 60px;
    color: #142D4B;
    display: block;
    margin-right: 40px;
}

.Statuteline3Box:last-of-type {
    margin-bottom: 80px;
}


/* 连续反应 */

.Reactionline1Box .IndexLine1right {
    padding-top: 60px;
}

.Reactionline1Box .Reactionline1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 0;
    text-align: justify;
}

.Reactionline2Box .IndexLeft,
.Reactionline2Box .IndexLine1right {
    padding-top: 60px;
}

.Reactionline2Box .IndexLine1right .Reactionline2 {
    box-sizing: border-box;
}

.Reactionline2Box .IndexLine1right .Reactionline2 ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.Reactionline2Box .IndexLine1right .Reactionline2 ul li {
    text-align: center;
}

.Reactionline2Box .IndexLine1right .Reactionline2 ul li i {
    font-size: 60px;
    display: block;
    color: #3467c2;
}

.Reactionline2Box .IndexLine1right .Reactionline2 p {
    line-height: 28px;
    font-size: 18px;
    color: #011d56;
    display: block;
    margin: 25px auto 0;
}

.Reactionline2Box .IndexLine1right .Reactionline2 p font {
    font-weight: bold;
    font-size: 20px;
}

.Reactionline3Box .IndexLeft,
.Reactionline3Box .IndexLine1right {
    padding-top: 60px;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.Reactionline3Box .IndexLine1right .Reactionline3Box1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: inline-flex;
    margin-bottom: 10px;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box1 p:nth-of-type(2n) {
    width: 65%;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box1 p:nth-of-type(2n-1) {
    width: 35%;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box2 {
    display: flex;
    justify-content: space-between;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box2>div {
    background-color: #FFF;
    padding: 33px 32px 35px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 40px)/3);
}

.Reactionline3Box .IndexLine1right .Reactionline3Box2>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 22px;
    font-weight: bold;
}

.Reactionline3Box .IndexLine1right .Reactionline3Box2>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
    text-align: justify;
}

.Reactionline3Box .Reactionline3Box3 {
    margin-top: 20px;
    margin-bottom: 65px;
}

.Reactionline3Box #Reactionline3Box3>div>div>div {
    display: inline-block;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    overflow: hidden;
    vertical-align: top;
}

.Reactionline3Box #Reactionline3Box3>div>div>div:last-of-type {
    margin-right: 0;
}

.Reactionline3Box #Reactionline3Box3>div>div>div img {
    min-width: 100%;
    min-height: 360px;
}

.Reactionline3Box #Reactionline3Box3.layui-carousel {
    background-color: transparent;
}

.Reactionline3Box #Reactionline3Box3.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.Reactionline3Box #Reactionline3Box3.layui-carousel>[carousel-item]:before {
    display: none;
}

.Reactionline3Box #Reactionline3Box3.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
    bottom: 0;
    top: auto;
}

.Reactionline3Box #Reactionline3Box3.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: auto;
    left: 36px !important;
    bottom: 0;
    top: auto;
}

.Reactionline3Box #Reactionline3Box3 .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

.Reactionline3Box #Reactionline3Box3 .layui-carousel-arrow:hover {
    background-color: #4575c8;
}


/* HTP */

.Coreline1Box .IndexLine1right {
    padding-top: 60px;
}

.Coreline1Box .Coreline1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 30px;
}

.Coreline1Box .Coreline2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.Coreline1Box .Coreline2 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.Coreline1Box .Coreline2 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.Coreline1Box .Coreline2 p font {
    font-weight: bold;
    margin-right: 8px;
    display: block;
    white-space: nowrap;
    width: 100%;
}

.Coreline1Box .Coreline2 p.bold {
    font-weight: bold;
}

.Coreline1Box .Coreline3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 65px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.Coreline1Box .Coreline3 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 22px;
    font-weight: bold;
}

.Coreline3-scroll-lr {
    width: 100%;
    height: 220px;
    position: relative;
    margin: 15px auto 0;
    text-align: center;
}

.Coreline3-scroll-lr .conts li {
    float: left;
    text-align: center;
    width: calc((100% - 10px) / 3);
    height: 220px;
    vertical-align: top;
    padding-right: 5px;
    box-sizing: border-box;
}

.Coreline3-scroll-lr .conts li .s1 {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.Coreline3-scroll-lr .conts li .s1 img {
    min-width: 100%;
    height: 220px;
}


/* 光电化学 */

.PECline3,
.PECline4 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.PECline4 {
    margin-bottom: 80px;
}

.PECline1Box .IndexLine1right,
.PECline2Box .IndexLine1right,
.PECline3Box .IndexLine1right,
.PECline4Box .IndexLine1right {
    padding-top: 60px;
    box-sizing: border-box;
}

.PECline1Box .PECline1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    text-align: justify;
}

.PECline2Box .PECline2 {
    display: flex;
    justify-content: space-between;
}

.PECline2Box .PECline2>div {
    width: calc((100% - 20px)/2);
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
}

.PECline2Box .PECline2>div i {
    font-size: 60px;
    color: #142842;
    display: block;
}

.PECline2Box .PECline2>div>div {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.PECline2Box .PECline2>div>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.PECline2Box .PECline2>div>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
}

.PECline3Box .PECline3 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    margin-bottom: 10px;
}

.PECline3Box .PECline3 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}

.PECline4Top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.PECline4Top p font,
.PECline4Top p i {
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}

.PECline4Top p {
    width: calc((100% - 20px)/2);
    font-size: 18px;
    color: #142D4B;
    line-height: 28px;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
    padding: 25px 15px;
    box-sizing: border-box;
    text-align: center;
}

.PECline4Top p span {
    font-size: 16px;
}

.PECline4Box .PECline4>ul {
    display: flex;
    justify-content: space-between;
}

.PECline4Box .PECline4>ul:first-of-type {
    margin: 0 0 20px;
}

.PECline4Box .PECline4>ul:last-of-type {
    margin-bottom: 0;
}

.PECline4Box .PECline4>ul>li {
    width: calc((100% - 40px)/3);
    background-color: #f4f9fd;
}

.PECline4Box .PECline4>ul:first-of-type li {
    padding: 20px 10px;
    box-sizing: border-box;
}

.PECline4Box .PECline4>ul:first-of-type li img {
    width: 100%;
}

.PECline4Box .PECline4>ul:first-of-type li span {
    font-size: 14px;
    color: #142D4B;
    text-align: center;
    line-height: 36px;
    display: block;
    margin-top: 10px;
}

.PECline4Box .PECline4>ul:last-of-type li {
    padding: 25px 30px;
    box-sizing: border-box;
}

.PECline4Box .PECline4>ul:last-of-type li p {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.PECline4Box .PECline4>ul:last-of-type li p::before {
    display: none;
}

.PECline4Box .PECline4>ul:last-of-type li img {
    width: 100%;
    margin-bottom: 30px;
}


/* 化学大分子-多肽 */

.PolypeptideBox .IndexLine1right,
.PolypeptideBox2 .IndexLine1right,
.PolypeptideBox3 .IndexLine1right,
.PolypeptideBox4 .IndexLine1right,
.PolypeptideBox5 .IndexLine1right,
.PolypeptideBox6 .IndexLine1right,
.PolypeptideBox7 .IndexLine1right {
    padding-top: 60px;
}

.PolypeptideBox .Polypeptide_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}

.PolypeptideBox .Polypeptide_line1 ul {
    display: flex;
    justify-content: space-between;
}

.PolypeptideBox .Polypeptide_line1 ul li {
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 80px)/5);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    /* height: 120px; */
    height: 98px;
}


/* .PolypeptideBox .Polypeptide_line1 ul li:first-of-type:after,
.PolypeptideBox .Polypeptide_line1 ul li:nth-of-type(4):after { */

.PolypeptideBox .Polypeptide_line1 ul li:after {
    position: absolute;
    width: 100%;
    height: 30px;
    color: #142841;
    left: 0;
    /* bottom: 0; */
    bottom: 8px;
    content: '...';
    font-size: 20px;
    overflow: hidden;
    line-height: 10px;
}

.PolypeptideBox .Polypeptide_line1 ul li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #052b5e;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    align-content: center;
}

.PolypeptideBox .Polypeptide_line1 ul li h1 {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    /* margin-top: 25px; */
    margin-top: 16px;
    align-items: center;
    flex-direction: column;
}

.PolypeptideBox .Polypeptide_line1 ul li h1 img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}


/* .PolypeptideBox .Polypeptide_line1 ul li h1::after {
    width: 50px;
    height: 2px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
} */

.PolypeptideBox .Polypeptide_line1 ul li p {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.PolypeptideBox .Polypeptide_line1 ul li p:last-of-type {
    margin-bottom: 0;
}

.PolypeptideBox .Polypeptide_line1 ul li:hover {
    background-color: #052b5e;
}

.PolypeptideBox .Polypeptide_line1 ul li:hover h1 {
    color: #ffffff;
}

.PolypeptideBox .Polypeptide_line1 ul li:hover h1::after {
    background-color: #FFFFFF;
}

.PolypeptideBox .Polypeptide_line1 ul li:hover img {
    display: none
}

.PolypeptideBox .Polypeptide_line1 ul li:hover div {
    visibility: visible;
    animation: fadeIn .2s;
}

.PolypeptideBox2 .Polypeptide_line2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    justify-content: space-between;
}

.PolypeptideBox2 .Polypeptide_line2 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: justify;
}


/*.PolypeptideBox2 .Polypeptide_line2>div:first-of-type {
    position: relative;
    margin-bottom: 45px;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type>img {
    width: 100%;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type span {
    font-size: 16px;
    color: #142D4B;
    line-height: 26px;
    position: absolute;
    text-align: center;
}


 .PolypeptideBox2 .Polypeptide_line2>div:first-of-type span:first-of-type {
    bottom: -18px;
    left: 11.4%;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type span:nth-of-type(2) {
    top: -8px;
    left: 28%;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type span:nth-of-type(3) {
    bottom: -18px;
    left: 46.6%;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type span:nth-of-type(4) {
    top: -8px;
    left: 61.4%;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type span:nth-of-type(5) {
    bottom: -18px;
    right: 9.8%;
} */

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type {
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-evenly;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type p {
    width: 130px;
    height: 130px;
    background-color: #f6f9fd;
    border-radius: 100px;
    color: #142D4B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 0;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type p img {
    width: 35%;
    margin-top: 25px;
}

.PolypeptideBox2 .Polypeptide_line2>div:first-of-type p span {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.PolypeptideBox2-scroll-lr {
    width: 100%;
    height: 265px;
    position: relative;
    /* margin: 60px auto 0; */
    margin: 30px auto 0;
    overflow: hidden;
}

.PolypeptideBox2-scroll-lr a.prev,
.PolypeptideBox2-scroll-lr a.next {
    z-index: 1;
    position: absolute;
    top: 40%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    font-size: 34px;
    text-align: center;
}

.PolypeptideBox2-scroll-lr a.next {
    right: 0;
}

.PolypeptideBox2-scroll-lr .conts {
    padding: r;
}

.PolypeptideBox2-scroll-lr .conts li {
    float: left;
    text-align: center;
    height: 265px;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 20px;
    width: calc((100% - 40px)/3);
}

.PolypeptideBox2-scroll-lr .conts li .s1 {
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.PolypeptideBox2-scroll-lr .conts li .s1 span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.PolypeptideBox2-scroll-lr .conts li .s1 img {
    width: 100%;
    height: 220px;
}

.PolypeptideBox3 .Polypeptide_line3 li {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.PolypeptideBox3 .Polypeptide_line3 li:last-of-type {
    margin-bottom: 0;
}

.PolypeptideBox3 .Polypeptide_line3 li h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    display: flex;
    padding-right: 50px;
}

.PolypeptideBox3 .Polypeptide_line3 li h1 i {
    font-size: 50px;
    color: #142842;
    margin-right: 30px;
}

.PolypeptideBox3 .Polypeptide_line3 li div {
    padding-left: 50px;
    position: relative;
}

.PolypeptideBox3 .Polypeptide_line3 li div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 30px;
}

.PolypeptideBox3 .Polypeptide_line3 li div::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #edf1f4;
}

.PolypeptideBox4 .Polypeptide_line4 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.PolypeptideBox4 .Polypeptide_line4:last-of-type {
    margin-bottom: 0;
}

.PolypeptideBox4 .Polypeptide_line4 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 22px;
}

.PolypeptideBox4 .Polypeptide_line4 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 40px;
}

.PolypeptideBox4 .Polypeptide_line4>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.PolypeptideBox4 .Polypeptide_line4>ul li {
    display: flex;
    width: calc((100% - 60px)/4);
    font-size: 16px;
    color: #142D4B;
    background-color: #f7f8fd;
    text-align: center;
    line-height: 28px;
    padding: 15px 0;
    box-sizing: border-box;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: bold;
}

#Polypeptide .PolypeptidePic div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 1630px) {
    #Polypeptide {
        height: 310px;
    }
    #Polypeptide .PolypeptidePic div img {
        width: 100%;
        height: 260px;
    }
    #Polypeptide .PolypeptidePic div>div:first-of-type {
        width: 30%;
        height: 260px;
        justify-content: center;
    }
    #Polypeptide .PolypeptidePic div>div:last-of-type {
        width: calc(70% - 20px);
        height: 260px;
        justify-content: center;
    }
    #Polypeptide .PolypeptidePic2 div img {
        height: 260px;
        width: 100%;
    }
}

#Polypeptide .PolypeptidePic2 div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Polypeptide .PolypeptidePic2 div>div {
    width: calc((100% - 20px)/2);
    height: 260px;
    justify-content: center;
}

#Polypeptide span {
    display: block;
    font-size: 14px;
    color: #142D4B;
    line-height: 70px;
    text-align: center;
}

#Polypeptide.layui-carousel {
    background-color: transparent;
}

#Polypeptide.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

#Polypeptide.layui-carousel>[carousel-item]:before {
    display: none;
}

#Polypeptide.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
    top: 40%;
}

#Polypeptide.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

#Polypeptide .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

#Polypeptide .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.Polypeptide_line5>p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.Polypeptide_line5>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Polypeptide_line5>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.Polypeptide_line5>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
}

.Polypeptide_line5>div p:last-of-type {
    margin-bottom: 0;
}

.Polypeptide_line5>div p font {
    flex-shrink: 1;
    white-space: nowrap;
}


/* .PolypeptideBox5 .Polypeptide_line5 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li {
    background-color: #FFF;
    padding: 20px 15px 25px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: calc((100% - 60px)/4);
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li h1 {
    font-size: 16px;
    line-height: 28px;
    color: #052b5e;
    position: relative;
    width: 100%;
    text-align: center;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li h1::after {
    content: '...';
    font-size: 30px;
    width: 100%;
    color: #052b5e;
    margin-top: -5px;
    line-height: 10px;
    text-align: center;
    display: block;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    visibility: hidden;
    overflow: hidden;
    background-color: #052b5e;
    text-align: center;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li:hover {
    background-color: #052b5e;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li:hover h1 {
    color: #FFF;
}

.PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li:hover span {
    visibility: visible;
    animation: fadeIn .2s;
} */


/* 
.PolypeptideBox5 .Polypeptide_line5>ul:last-of-type {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
}

.PolypeptideBox5 .Polypeptide_line5>ul:last-of-type li {
    width: calc((100% - 80px)/4);
}

.PolypeptideBox5 .Polypeptide_line5>ul:last-of-type li div {
    height: 190px;
    overflow: hidden;
}

.PolypeptideBox5 .Polypeptide_line5>ul:last-of-type li img {
    width: 100%;
    min-height: 190px;
}

.PolypeptideBox5 .Polypeptide_line5>ul:last-of-type li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    white-space: nowrap;
} */

.PolypeptideBox6 .Polypeptide_line6 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    width: 100%;
    text-align: center;
}

.PolypeptideBox6 .Polypeptide_line6 p.important {
    background-color: #142841;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}

.PolypeptideBox6 .Polypeptide_line6>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.PolypeptideBox6 .Polypeptide_line6>ul li {
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 40px)/3);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 110px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.PolypeptideBox6 .Polypeptide_line6>ul li h1 {
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.PolypeptideBox6 .Polypeptide_line6>ul li h1::after {
    width: 50px;
    height: 2px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
}

.PolypeptideBox6 .Polypeptide_line6>ul li h2 {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
}

.PolypeptideBox6 .Polypeptide_line6>ul li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #052b5e;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    align-content: center;
}

.PolypeptideBox6 .Polypeptide_line6>ul li:hover div {
    visibility: visible;
    animation: fadeIn .2s;
}

.PolypeptideBox6 .Polypeptide_line6>ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    width: 100%;
}

#Polypeptide_line6>div>div div {
    width: calc((100% - 20px)/2);
    display: inline-block;
    margin-right: 20px;
    height: 300px;
    overflow: hidden;
}

#Polypeptide_line6>div>div div:last-of-type {
    margin-right: 0;
}

#Polypeptide_line6>div>div div img {
    width: 100%;
    height: 200px;
}

#Polypeptide_line6>div>div div span {
    display: block;
    font-size: 14px;
    color: #142D4B;
    line-height: 70px;
    text-align: center;
}

#Polypeptide_line6.layui-carousel {
    background-color: transparent;
}

#Polypeptide_line6.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

#Polypeptide_line6.layui-carousel>[carousel-item]:before {
    display: none;
}

#Polypeptide_line6.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

#Polypeptide_line6.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

#Polypeptide_line6 .layui-carousel-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

#Polypeptide_line6 .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.PolypeptideBox7 .Polypeptide_line7 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PolypeptideBox7 .Polypeptide_line7 ul li {
    background-color: #FFF;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    margin-bottom: 80px;
    width: calc((100% - 40px)/3);
}

.PolypeptideBox7 .Polypeptide_line7 ul li p {
    font-size: 16px;
    line-height: 20px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
}


/* 关键技术能力-酶工程 */

.enzymeBox .IndexLine1right {
    padding-top: 60px;
}

.enzymeBox .enzyme_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 30px;
}

.enzymeBox .enzyme_line1>ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.enzymeBox .enzyme_line1>ul li {
    text-align: center;
}

.enzymeBox .enzyme_line1>ul li i {
    font-size: 60px;
    display: block;
    color: #3467c2;
}

.enzymeBox .enzyme_line1>ul li h1 {
    line-height: 38px;
    font-size: 22px;
    color: #011d56;
    display: block;
    margin-top: 15px;
}

.enzymeBox .enzyme_line1>ul li h1 font,
.enzymeBox .enzyme_line1>ul li h1 font i {
    font-size: 34px;
    display: inline-block;
    color: #011d56;
    font-weight: bold;
}

.enzymeBox .enzyme_line2 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.enzymeBox .enzyme_line2>div {
    width: calc((100% - 20px)/2);
}

.enzymeBox .enzyme_line2>div>div {
    background-color: #FFF;
    padding: 30px 22px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 20px;
}

.enzymeBox .enzyme_line2>div:last-of-type>div:first-of-type {
    margin-bottom: 20px;
}

.enzymeBox .enzyme_line2>div>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.enzymeBox .enzyme_line2>div>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
}

.enzymeBox .enzyme_line2>div:first-of-type>div p {
    display: flex;
}

.enzymeBox .enzyme_line2>div:first-of-type>div p::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.enzymeBox .enzyme_line2>div:first-of-type>div:first-of-type p::before {
    display: none;
}

.enzymeBox .enzyme_line2>div:first-of-type>div p.intendent2 {
    padding-left: 17px;
}

.enzymeBox .enzyme_line2>div:first-of-type>div p.intendent2::before {
    display: none;
}

.enzymeBox .enzyme_line2>div:last-of-type>div:last-of-type {
    padding-bottom: 21px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 5px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li {
    background-color: #edf4fd;
    padding: 15px 12px;
    box-sizing: border-box;
    width: calc((100% - 20px)/3);
    position: relative;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li h1 {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 18px 0 23px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li h1::after {
    width: 50px;
    height: 2px;
    content: '···';
    color: #052b5e;
    position: absolute;
    bottom: 0;
    line-height: 0;
    text-align: center;
    font-size: 25px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #052b5e;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    overflow: hidden;
    align-content: center;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li div p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 27px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li p {
    display: flex;
    color: #ffffff;
    line-height: 30px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.enzymeBox .enzyme_line2>div:last-of-type ul li:hover div {
    visibility: visible;
    animation: fadeIn .2s;
}

.enzymeBox .enzyme_line4 {
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.enzymeBox .enzyme_line4>div {
    width: calc((100% - 40px)/2);
}

.enzymeBox .enzyme_line4>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
}

.enzymeBox .enzyme_line4>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
}

.enzymeBox .enzyme_line4>div p::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.enzymeBox .enzyme_line4>div ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.enzymeBox .enzyme_line4>div ul li {
    width: 50%;
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
}

.enzymeBox .enzyme_line4>div ul li::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.enzymeBox .enzyme_line5 {
    margin-top: 60px;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.enzymeBox .enzyme_line5 ul {
    display: flex;
    justify-content: space-between;
}

.enzymeBox .enzyme_line5 li {
    width: calc((100% - 80px)/5);
}

.enzymeBox .enzyme_line5 li img {
    width: 100%;
}

.enzymeBox .enzyme_line6 {
    margin: 60px 0;
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.enzymeBox .enzyme_line6 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 22px;
    font-weight: bold;
}

.enzymeBox .enzyme_line6 .enzyme_line6Left {
    width: 247px;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
}

.enzymeBox .enzyme_line6 .enzyme_line6Left img {
    height: 247px;
}

.enzymeBox .enzyme_line6 .enzyme_line6Right {
    width: calc(100% - 247px);
    display: inline-flex;
    vertical-align: top;
    padding-left: 23px;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) {
    .enzymeBox .enzyme_line6 .enzyme_line6Left {
        width: 150px;
        height: 215px;
        align-items: center;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Right {
        width: calc(100% - 150px);
    }
}

@media screen and (min-width: 1230px) {
    .enzymeBox .enzyme_line6 .enzyme_line6Left {
        width: 150px;
        height: 215px;
        align-items: center;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Right {
        width: calc(100% - 150px);
    }
}

@media screen and (min-width: 1630px) {
    .enzymeBox .enzyme_line6 .enzyme_line6Left {
        width: 247px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Right {
        width: calc(100% - 247px);
    }
}

.enzymeBox .enzyme_line6 .enzyme_line6Right li {
    width: 46.5%;
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: inline-flex;
    margin-bottom: 10px;
}

.enzymeBox .enzyme_line6 .enzyme_line6Right li:nth-of-type(2n) {
    width: 53.5%;
}

.enzymeBox .enzyme_line6 .enzyme_line6Right li::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.enzymeBox .enzyme_line6 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
    margin: 18px 0;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left {
    width: 45%;
    display: inline-block;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left table {
    width: 100%;
    height: 100%;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left th {
    text-align: center;
    color: #142841;
    font-size: 18px;
    background-color: #f6f9fd;
    height: 50px;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left td {
    text-align: center;
    height: 50px;
    color: #142841;
    font-size: 16px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left td p {
    display: block;
    padding: 8px 0;
    text-align: left;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left tr:nth-of-type(2n-1) {
    background-color: #FFF;
}

.enzymeBox .enzyme_line6 .enzyme_line62Left tr:nth-of-type(2n) {
    background-color: #f6f9fd;
}

.enzymeBox .enzyme_line6 .enzyme_line62Right {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    box-sizing: border-box;
}

.enzyme_line62Right-scroll-lr {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.enzyme_line62Right-scroll-lr .conts {
    padding: r;
}

.enzyme_line62Right-scroll-lr .conts li {
    float: left;
    text-align: center;
    height: 150px;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 20px;
    width: calc((100% - 20px)/2);
}

.enzyme_line62Right-scroll-lr .conts li:nth-of-type(2n) {
    margin-right: 0;
}

.enzyme_line62Right-scroll-lr .conts li .s1 {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.enzyme_line62Right-scroll-lr .conts li .s1 span {
    display: block;
    font-size: 18px;
    color: #142D4B;
    line-height: 45px;
}

.enzyme_line62Right-scroll-lr .conts li .s1 img {
    width: 100%;
    height: 150px;
}


/* 关键技术能力_细胞工程 */

.cellBox .IndexLine1right {
    padding-top: 60px;
}

.cellBox .cell_line1.hasShadow {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-top: 30px;
}

.cellBox .cell_line1 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.cellBox .cell_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: justify;
}

.cellBox .cell_line1 img {
    width: 100%;
    margin: 20px 0;
}

.cellBox .cell_line2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    /* margin-top: 60px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cellBox .cell_line2 .cell_line2Box {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.cellBox .cell_line2 .cell_line2Box div:first-of-type {
    clip-path: polygon( 0.00% 0.00%, 70% 0.00%, 70% 0.00%, 100% 100%, 100% 100%, 0.00% 99.80%, 0.00% 100%, 0.00% 0.00%);
    background-color: #edf4fd;
    width: 45%;
    height: 250px;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
}

.cellBox .cell_line2 .cell_line2Box div:last-of-type {
    clip-path: polygon( 0.00% 0.00%, 100% 0.00%, 100% 0.00%, 100% 100%, 100% 100%, 30.0% 100%, 20.0% 100%, 0.00% 0.00%);
    background-color: #edf4fd;
    width: 66%;
    height: 250px;
    position: absolute;
    left: 34%;
    top: 0;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
}

.cellBox .cell_line2 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.cellBox .cell_line2 h2 {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}

.cellBox .cell_line2 .cell_line2Box div:last-of-type h2 {
    padding-left: 30px;
}

.cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(2),
.cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(3) {
    padding-left: 70px;
}

.cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(4),
.cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(5) {
    padding-left: 110px;
}

.cellBox .cell_line2 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    text-align: justify;
}

.cellBox .cell_line2 p font {
    flex: 1;
    white-space: nowrap;
    font-weight: bold;
    min-width: 160px;
}

.cellBox .cell_line2 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.cellBox .cell_line2 ul li {
    width: calc((100% - 40px)/3);
}

.cellBox .cell_line2 ul li img {
    width: 100%;
    height: 100%;
}

.cellBox .cell_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin: 60px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cellBox .cell_line3 .cell_line3Left {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.cellBox .cell_line3 .cell_line3Right {
    width: 50%;
}

.cellBox .cell_line3 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.cellBox .cell_line3 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}

.cellBox .cell_line3 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cellBox .cell_line3 ul li {
    width: calc((100% - 20px)/2);
    overflow: hidden;
    height: 160px;
}

.cellBox .cell_line3 ul li img {
    width: 100%;
    min-height: 153px;
}


/* 微生物重组蛋白药物 */

.proteinBox .protein_line1 {
    padding-top: 60px;
}

.proteinBox .protein_line1 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.proteinBox .protein_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: justify;
}

.proteinBox .protein_line2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.proteinBox .protein_line2 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.proteinBox .protein_line2 ul:first-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.proteinBox .protein_line2 ul:first-of-type li {
    width: 110px;
    height: 110px;
    background-color: #f6f9fd;
    border-radius: 100px;
    font-size: 14px;
    color: #142D4B;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) li {
    width: calc((100% - 40px)/3);
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) li img {
    width: 100%;
    min-height: 100%;
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) li.content {
    background-color: #f6f9fd;
    padding: 15px 20px;
    box-sizing: border-box;
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) li.content p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
}

.proteinBox .protein_line2 ul:nth-of-type(n+2) li.content p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.proteinBox .protein_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin: 60px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.proteinBox .protein_line3 .protein_line3Left {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.proteinBox .protein_line3 .protein_line3Right {
    width: 50%;
}

.proteinBox .protein_line3 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.proteinBox .protein_line3 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    text-align: justify;
}

.proteinBox .protein_line3 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.proteinBox .protein_line3 ul li {
    width: calc((100% - 20px)/2);
    overflow: hidden;
}

.proteinBox .protein_line3 ul li img {
    width: 100%;
    min-height: 153px;
}


/* 寡核苷酸 */

.oligonucleotidesBox1 .IndexLine1right,
.oligonucleotidesBox2 .IndexLine1right,
.oligonucleotidesBox3 .IndexLine1right,
.oligonucleotidesBox4 .IndexLine1right,
.oligonucleotidesBox5 .IndexLine1right,
.oligonucleotidesBox6 .IndexLine1right,
.oligonucleotidesBox7 .IndexLine1right {
    padding-top: 60px;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f6f9fd;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type li {
    font-size: 18px;
    line-height: 50px;
    color: #052b5e;
    position: relative;
    text-align: center;
    width: calc(100% / 6);
    font-weight: bold;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type li img {
    position: absolute;
    right: 0;
    top: 18px;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2 h2 {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    color: #052b5e;
    margin-bottom: 10px;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2>div p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 0;
}

.oligonucleotidesBox1 .oligonucleotidesBox1_line2>div p font {
    width: 140px;
    height: 140px;
    background-color: #f6f9fd;
    border-radius: 100px;
    font-size: 16px;
    color: #142D4B;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li {
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li div {
    height: 220px;
    overflow: hidden;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li div img {
    width: 100%;
    min-height: 220px;
}

.oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:first-of-type {
    display: flex;
    background-color: #f6f9fd;
    justify-content: space-between;
    margin-bottom: 20px;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:first-of-type li {
    width: calc((100% - 40px)/2);
    font-size: 20px;
    line-height: 50px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:first-of-type li img {
    position: absolute;
    right: -8%;
    top: 17px;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type {
    display: flex;
    justify-content: space-between;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li {
    width: calc((100% - 20px)/2);
    overflow: hidden;
    position: relative;
}


/* .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li::after {
    content: '...';
    position: absolute;
    right: 31px;
    bottom: 10px;
    font-size: 60px;
    color: #FFF;
} */

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li div.oligonucleotidesBox3Content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(20, 40, 65, 0.3), rgba(20, 40, 65, 0.95));
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
    visibility: hidden;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li img {
    width: 100%;
    height: 260px;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li p {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    color: #FFF;
}


/* .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li:hover div.oligonucleotidesBox3Content {
    animation: fadeIn 0.5s;
    visibility: visible;
}

.oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li:hover::after {
    display: none;
} */

.oligonucleotidesBox4 .oligonucleotidesBox4_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line1 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    text-align: justify;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li {
    width: calc((100% - 60px)/4);
    height: 180px;
    background-color: #FFF;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li::after {
    position: absolute;
    width: 100%;
    height: 40px;
    color: #142841;
    left: 0;
    bottom: 0;
    content: '...';
    font-size: 30px;
    overflow: hidden;
    line-height: 0;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type i {
    font-size: 50px;
    color: #142842;
    display: block;
    margin-top: 35px;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type h1 {
    position: relative;
    font-size: 20px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #052b5e;
    padding: 15px;
    position: absolute;
    overflow-y: auto;
    visibility: hidden;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type::-webkit-scrollbar {
    width: 6px;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type p br {
    display: none;
}

.oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li:hover div:last-of-type {
    visibility: visible;
    transition: all .3s;
    animation: fadeIn .3s;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: calc((100% - 20px)/2);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-content: flex-start;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li:nth-of-type(n+3) {
    margin-bottom: 0;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li h1::after {
    bottom: auto;
    top: -36px;
}


/* .oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li div:first-of-type {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    background-color: #edf4fd;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li div:first-of-type img {
    max-width: 100%;
} */

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 8px;
    display: flex;
    width: 100%;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li:first-of-type div:last-of-type p {
    width: 60%;
}

.oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li:first-of-type div:last-of-type p:nth-of-type(2n-1) {
    width: 40%;
}


/* .oligonucleotidesBox6 .oligonucleotidesBox6_line1,
.oligonucleotidesBox6 .oligonucleotidesBox6_line2,
.oligonucleotidesBox6 .oligonucleotidesBox6_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 60px;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3 {
    margin-bottom: 0;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line1 h1,
.oligonucleotidesBox6 .oligonucleotidesBox6_line2 h1,
.oligonucleotidesBox6 .oligonucleotidesBox6_line3 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line1 p,
.oligonucleotidesBox6 .oligonucleotidesBox6_line2 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3 {
    display: flex;
    flex-wrap: wrap;
} */


/* .oligonucleotidesBox6 .oligonucleotidesBox6_line3Left {
    width: 40%;
} */


/* 
.oligonucleotidesBox6 .oligonucleotidesBox6_line3Left {
    width: 100%;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Left p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: inline-flex;
    width: 40%;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Left p:nth-of-type(2n) {
    width: 60%;
} */

.oligonucleotidesBox6_line1>p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.oligonucleotidesBox6_line1>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.oligonucleotidesBox6_line1>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.oligonucleotidesBox6_line1>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
}

.oligonucleotidesBox6_line1>div p:last-of-type {
    margin-bottom: 0;
}

.oligonucleotidesBox6_line1>div p font {
    flex-shrink: 1;
    white-space: nowrap;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right {
    width: 60%;
    padding-left: 80px;
    box-sizing: border-box;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right ul {
    display: flex;
    justify-content: space-between;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right ul li {
    width: calc((100% - 40px)/2);
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right ul li div {
    height: 150px;
    overflow: hidden;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right ul li div img {
    width: 100%;
    min-height: 150px;
}

.oligonucleotidesBox6 .oligonucleotidesBox6_line3Right ul li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.oligonucleotidesBox7 .oligonucleotides_line7 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oligonucleotidesBox7 .oligonucleotides_line7 ul li {
    background-color: #FFF;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    margin-bottom: 80px;
    width: calc((100% - 40px)/3);
    align-items: center;
}

.oligonucleotidesBox7 .oligonucleotides_line7 ul li p {
    font-size: 16px;
    line-height: 20px;
    color: #052b5e;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
}


/* 化工工程 */

.ChemicalBox1 .IndexLine1right,
.ChemicalBox2 .IndexLine1right,
.ChemicalBox3 .IndexLine1right,
.ChemicalBox4 .IndexLine1right,
.ChemicalBox5 .IndexLine1right,
.ChemicalBox6 .IndexLine1right {
    padding-top: 60px;
}

.ChemicalBox1 .Chemical_line1 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 40px;
}

.ChemicalBox1 .ChemicalBox1_line2 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_left {
    width: 45%;
    box-sizing: border-box;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_left h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_left p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_left p::before {
    content: "·";
    font-weight: bold;
    margin-right: 8px;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_right {
    width: calc(55% - 40px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_right img:nth-of-type(1),
.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_right img:nth-of-type(2) {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_right img:nth-of-type(3) {
    width: calc(70% - 10px);
    height: 180px;
}

.ChemicalBox1 .ChemicalBox1_line2 .ChemicalBox1_line2_right img:nth-of-type(4) {
    width: calc(30%);
    height: 180px;
}

.ChemicalBox1 .ChemicalBox1_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-top: 80px;
}

.ChemicalBox1 .ChemicalBox1_line3 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox1 .ChemicalBox1_line3 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox1 .ChemicalBox1_line3 ul {
    display: flex;
    margin-top: 40px;
}

.ChemicalBox1 .ChemicalBox1_line3 ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    flex-grow: 1;
}

.ChemicalBox1 .ChemicalBox1_line3 ul li:last-of-type {
    margin-right: 0;
    flex-grow: 2;
}

.ChemicalBox1 .ChemicalBox1_line3 ul li img {
    width: 100%;
}

.ChemicalBox1 .ChemicalBox1_line4 {
    background-color: #FFF;
    padding: 50px 70px 20px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Left {
    width: 30%;
    box-sizing: border-box;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Left h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Left p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Left p::before {
    content: "·";
    font-weight: bold;
    margin-right: 8px;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right {
    width: calc(70% - 40px);
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right ul {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right ul li {
    width: calc((100% - 40px)/3);
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 20px;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right ul li:first-of-type {
    width: calc(((100% - 40px)/3) * 2);
    justify-content: center;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right ul li:first-of-type img {
    width: auto;
}

.ChemicalBox1 .ChemicalBox1_line4 .ChemicalBox1_line4Right ul li img {
    min-height: 113px;
    width: 100%;
}

.ChemicalBox2 .ChemicalBox2_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.ChemicalBox2 .ChemicalBox2_line1 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox3 .ChemicalBox3_line1,
.ChemicalBox3 .ChemicalBox3_line2,
.ChemicalBox3 .ChemicalBox3_line3,
.ChemicalBox3 .ChemicalBox3_line4 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 80px;
}

.ChemicalBox3 .ChemicalBox3_line1 h1,
.ChemicalBox3 .ChemicalBox3_line2 h1,
.ChemicalBox3 .ChemicalBox3_line3 h1,
.ChemicalBox3 .ChemicalBox3_line4 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox3 .ChemicalBox3_line1 ul,
.ChemicalBox3 .ChemicalBox3_line2 ul {
    display: flex;
    margin-top: 40px;
}

.ChemicalBox3 .ChemicalBox3_line1 ul li,
.ChemicalBox3 .ChemicalBox3_line2 ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    flex-grow: 1;
}

.ChemicalBox3 .ChemicalBox3_line1 ul li:last-of-type,
.ChemicalBox3 .ChemicalBox3_line2 ul li:last-of-type {
    margin-right: 0;
}

.ChemicalBox3 .ChemicalBox3_line1 ul li img,
.ChemicalBox3 .ChemicalBox3_line2 ul li img {
    width: 100%;
}

.ChemicalBox3 .ChemicalBox3_line3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ChemicalBox3 .ChemicalBox3_line3 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox3 .ChemicalBox3_line3 p::before {
    content: "·";
    font-weight: bold;
    margin-right: 8px;
}

.ChemicalBox3 .ChemicalBox3_line3 ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li {
    position: relative;
    padding-right: 80px;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li:first-of-type::after {
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #d1d1d1;
    display: block;
    position: absolute;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li:last-of-type {
    padding-left: 80px;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li:last-of-type p {
    display: inline-block;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li:last-of-type p font {
    font-size: 22px;
    font-weight: bold;
}

.ChemicalBox3 .ChemicalBox3_line3 ul li:last-of-type p::before {
    display: none;
}

.ChemicalBox3 .ChemicalBox3_line4 {
    margin-bottom: 0;
}

.ChemicalBox3 .ChemicalBox3_line4 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
}

.ChemicalBox3 .ChemicalBox3_line4 p::before {
    content: "·";
    font-weight: bold;
    margin-right: 8px;
}

.ChemicalBox3 .ChemicalBox3_line4 ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}

.ChemicalBox3 .ChemicalBox3_line4 ul li {
    padding-right: 10%;
    position: relative;
}

.ChemicalBox3 .ChemicalBox3_line4 ul li i {
    position: absolute;
    font-size: 55px;
    right: -27px;
    top: 40px;
}

.ChemicalBox3 .ChemicalBox3_line4 ul li:last-of-type {
    padding-left: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.ChemicalBox4 .ChemicalBox4_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.ChemicalBox4 .ChemicalBox4_line1 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.ChemicalBox4 .ChemicalBox4_line1 ul li {
    width: calc((100% - 120px)/4);
    overflow: hidden;
    margin-bottom: 40px;
}

.ChemicalBox4 .ChemicalBox4_line1 ul li div {
    height: 220px;
    overflow: hidden;
}

.ChemicalBox4 .ChemicalBox4_line1 ul li div img {
    width: 100%;
    height: 220px;
}

.ChemicalBox4 .ChemicalBox4_line1 ul li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.ChemicalBox5 .ChemicalBox5_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ChemicalBox5 .ChemicalBox5_line1 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox5 .ChemicalBox5_line1Left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ChemicalBox5 .ChemicalBox5_line1Left img {
    width: 100%;
    margin: 40px 0 60px;
}

.ChemicalBox5 .ChemicalBox5_line1Left>div:nth-of-type(1),
.ChemicalBox5 .ChemicalBox5_line1Left>div:nth-of-type(2) {
    background-color: #f6f9fd;
    padding: 30px 33px 30px 33px;
    margin-bottom: 40px;
    width: calc((100% - 40px)/2);
    box-sizing: border-box;
}

.ChemicalBox5 .ChemicalBox5_line1Left h2 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox5 .ChemicalBox5_line1Left p {
    font-size: 18px;
    color: #142D4B;
    line-height: 34px;
    display: flex;
    margin-bottom: 15px;
}

.ChemicalBox5 .ChemicalBox5_line1Left p::before {
    content: "·";
    font-weight: bold;
    margin-right: 8px;
}

.ChemicalBox5 .ChemicalBox5_line1Left p font {
    font-weight: bold;
    margin-right: 15px;
}

.ChemicalBox5 .ChemicalBox5_line1Left>div:nth-of-type(3) {
    background-color: #f6f9fd;
    padding: 30px 33px 30px 33px;
    margin-bottom: 40px;
    width: 100%;
}

.ChemicalBox5 .ChemicalBox5_line1Right {
    width: 100%;
}

.ChemicalBox5 .ChemicalBox5_line1Right ul {
    display: flex;
    justify-content: space-between;
}

.ChemicalBox5 .ChemicalBox5_line1Right li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((100% - 40px)/2);
    align-items: center;
}

.ChemicalBox5 .ChemicalBox5_line1Right li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    width: 100%;
    margin-top: 20px;
}

.ChemicalBox5 .ChemicalBox5_line1Right li:first-of-type img {
    width: calc((100% - 20px)/2);
}

.ChemicalBox5 .ChemicalBox5_line1Right li:last-of-type img {
    width: calc((100% - 60px)/3);
    height: 200px;
}

.ChemicalBox6 .ChemicalBox6_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 80px;
}

.ChemicalBox6 .ChemicalBox6_line1 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 40px;
}

.ChemicalBox6 .ChemicalBox6_line1 p:last-of-type {
    margin-bottom: 0;
}

.ChemicalBox6 .ChemicalBox6_line2 {
    background-color: #FFF;
    padding: 50px 33px 20px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 80px;
}

.ChemicalBox6 .ChemicalBox6_line2 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line2 img {
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.ChemicalBox6 .ChemicalBox6_line2 ul li {
    width: calc((100% - 80px)/3);
    overflow: hidden;
    margin-bottom: 40px;
}

.ChemicalBox6 .ChemicalBox6_line2 ul li div {
    background-color: #f6f9fd;
    height: 180px;
    display: flex;
    align-items: center;
}

.ChemicalBox6 .ChemicalBox6_line2 ul li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.ChemicalBox6 .ChemicalBox6_line3 {
    background-color: #FFF;
    padding: 50px 33px 20px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.ChemicalBox6 .ChemicalBox6_line3 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line3 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.ChemicalBox6 .ChemicalBox6_line3 ul li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-grow: 1;
    overflow: hidden;
    flex-wrap: wrap;
}

.ChemicalBox6 .ChemicalBox6_line3 ul li:last-of-type {
    margin-right: 0;
}

.ChemicalBox6 .ChemicalBox6_line3 ul li div {
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line3 ul li img {
    height: 240px;
    min-width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line3 ul li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line4 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin: 80px 0;
}

.ChemicalBox6 .ChemicalBox6_line4 h1 {
    font-size: 22px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line4 p {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 40px;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type {
    text-align: center;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>h1 {
    line-height: 60px;
    color: #052b5e;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    background-image: linear-gradient(to bottom, #bbcce8, #ffffff, #bbcce8);
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 70px;
    position: relative;
    width: auto;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div i {
    position: absolute;
    z-index: 100;
    font-size: 30px;
    color: #052b5e;
    font-weight: bold;
    left: calc((100% - 30px)/2);
    top: -50px;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li {
    background-color: #f6f9fd;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li:nth-of-type(1),
.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li:nth-of-type(2) {
    width: 25%;
    margin-right: 25px;
    box-sizing: border-box;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li:nth-of-type(3) {
    width: calc(50% - 50px);
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li:nth-of-type(4) {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 0;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div li:nth-of-type(4) h1 {
    margin-bottom: 0;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div h1 {
    line-height: 60px;
    color: #052b5e;
    font-weight: bold;
    display: block;
    font-size: 22px;
    text-align: center;
    background-image: linear-gradient(to bottom, #bbcce8, #ffffff);
    border-bottom: 5px solid #2f5a9e;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div p {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div:last-of-type {
    margin-top: 70px;
    background-color: #f6f9fd;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div:last-of-type h1 {
    width: 100%;
}

.ChemicalBox6 .ChemicalBox6_line4>div:first-of-type>div:last-of-type p {
    padding-bottom: 35px;
}

.ChemicalBox6 .ChemicalBox6_line4>div:last-of-type ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.ChemicalBox6 .ChemicalBox6_line4>div:last-of-type ul li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-grow: 1;
    overflow: hidden;
    flex-wrap: wrap;
}

.ChemicalBox6 .ChemicalBox6_line4>div:last-of-type ul li img {
    height: 240px;
    min-width: 100%;
}


/* 药物递送 */

.DrugdeliveryBox .IndexLine1right {
    padding-top: 60px;
}

.DrugdeliveryBox .Drugdelivery_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: justify;
}

.DrugdeliveryBox .Drugdelivery_line2 {
    display: flex;
    justify-content: space-between;
}

.DrugdeliveryBox .Drugdelivery_line2>div.Drugdelivery_line2_left {
    width: calc(55% - 20px);
}

.DrugdeliveryBox .Drugdelivery_line2>div.Drugdelivery_line2_right {
    width: 45%;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 20px;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div:last-of-type {
    padding-bottom: 33px;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: flex;
}

.DrugdeliveryBox .Drugdelivery_line2>div:first-of-type>div:first-of-type p {
    width: 50%;
    display: inline-flex;
    padding-right: 1%;
    box-sizing: border-box;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div img {
    width: 100%;
    margin-top: 25px;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li:last-of-type {
    margin-right: 0;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li div {
    width: 100%;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li img {
    margin-top: 0;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li span {
    font-size: 14px;
    color: #142D4B;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 36px;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li:nth-of-type(1) img,
.DrugdeliveryBox .Drugdelivery_line2>div>div ul li:nth-of-type(2) img {
    height: 117px;
    width: auto;
}

.DrugdeliveryBox .Drugdelivery_line2>div>div ul li:nth-of-type(3) img,
.DrugdeliveryBox .Drugdelivery_line2>div>div ul li:nth-of-type(4) img {
    width: 100%;
}

.DrugdeliveryBox .Drugdelivery_line3 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    margin-bottom: 80px;
}

.DrugdeliveryBox .Drugdelivery_line3 ul {
    display: flex;
    justify-content: space-between;
}

.DrugdeliveryBox .Drugdelivery_line3 ul li {
    width: calc((100% - 60px)/4);
}

.DrugdeliveryBox .Drugdelivery_line3 ul li div {
    height: 184px;
    overflow: hidden;
}

.DrugdeliveryBox .Drugdelivery_line3 ul li img {
    width: 100%;
    min-height: 184px;
}

.DrugdeliveryBox .Drugdelivery_line3 ul li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}


/* 制剂技术平台 */

.PlatformBox .IndexLine1right,
.PlatformBox2 .IndexLine1right,
.PlatformBox3 .IndexLine1right,
.PlatformBox4 .IndexLine1right,
.PlatformBox5 .IndexLine1right,
.PlatformBox6 .IndexLine1right,
.PlatformBox7 .IndexLine1right,
.PlatformBox8 .IndexLine1right,
.PlatformBox9 .IndexLine1right {
    padding-top: 60px;
}

.PlatformBox .PlatformBox_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
}

.PlatformBox .PlatformBox_line2 {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.PlatformBox .PlatformBox_line2>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
}

.PlatformBox .PlatformBox_line2>div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.PlatformBox .PlatformBox_line2>div:first-of-type>div {
    width: 100%;
    display: flex;
    align-items: center;
}

.PlatformBox .PlatformBox_line2>div:first-of-type>div h2 {
    white-space: nowrap;
}

.PlatformBox .PlatformBox_line2>div:first-of-type>div p {
    width: calc(33% - 20px);
    padding-left: 20px;
    box-sizing: border-box;
}

.PlatformBox .PlatformBox_line2>div:nth-of-type(2) {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    display: inline-block;
}

.PlatformBox .PlatformBox_line2>div:nth-of-type(2)>div:last-of-type,
.PlatformBox .PlatformBox_line2>div:nth-of-type(3)>div:last-of-type {
    position: absolute;
    left: 0;
    top: 80px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    width: 100%;
    box-sizing: border-box;
}

.PlatformBox .PlatformBox_line2>div:nth-of-type(2):hover div:last-of-type,
.PlatformBox .PlatformBox_line2>div:nth-of-type(3):hover div:last-of-type {
    visibility: visible;
    animation: fadeIn .5s;
}

.PlatformBox .PlatformBox_line2>div:nth-of-type(2)>div:last-of-type img,
.PlatformBox .PlatformBox_line2>div:nth-of-type(3)>div:last-of-type img {
    height: 300px;
    margin: 0;
}

.PlatformBox .PlatformBox_line2>div:nth-of-type(3) {
    width: calc((100% - 20px)/2);
    display: inline-block;
}

.PlatformBox .PlatformBox_line2>div:last-of-type {
    margin-bottom: 0;
    width: 100%;
}

.PlatformBox .PlatformBox_line2>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
}

.PlatformBox .PlatformBox_line2>div h2 {
    font-size: 18px;
    color: #142D4B;
    line-height: 28px;
    font-weight: bold;
    margin: 6px 0;
}

.PlatformBox .PlatformBox_line2>div h2.haspoint {
    display: flex;
}

.PlatformBox .PlatformBox_line2>div h2.haspoint::before {
    content: '·';
    margin-right: 8px;
    font-weight: bold;
}

.PlatformBox .PlatformBox_line2>div h2 p {
    display: inline-flex;
}

.PlatformBox .PlatformBox_line2>div h2 p::before {
    display: none;
}

.PlatformBox .PlatformBox_line2>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    padding: 4px 0;
    display: flex;
}

.PlatformBox .PlatformBox_line2>div p::before {
    content: "·";
    margin-right: 8px;
    font-weight: bold;
}

.PlatformBox .PlatformBox_line2>div p.nopoint::before {
    display: none;
}

.PlatformBox .PlatformBox_line2>div p.blueBG {
    background-color: #edf4fd;
    justify-content: center;
    line-height: 60px;
    font-weight: bold;
    color: #052b5e;
    margin: 18px 0;
}

.PlatformBox .PlatformBox_line2>div p.blueBG::before {
    display: none;
}

.PlatformBox .PlatformBox_line2>div>div>ul {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
}

.PlatformBox .PlatformBox_line2>div>div>ul li {
    width: calc((100% - 60px)/4);
    border: 1px #052b5e solid;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    padding: 15px 20px;
    align-items: center;
}

.PlatformBox .PlatformBox_line2>div>div>ul li i {
    font-size: 24px;
    display: inline-block;
    color: #052b5e;
    margin-right: 15px;
}

.PlatformBox .PlatformBox_line2>div>div>ul li span {
    font-size: 16px;
    color: #142D4B;
    line-height: 36px;
    padding: 4px 0;
    display: inline-flex;
}

.PlatformBox .PlatformBox_line2>div img {
    width: 100%;
    margin-top: 8px;
}

.PlatformBox .PlatformBox_line2>div>div>div {
    display: flex;
    align-items: center;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:first-of-type {
    display: flex;
    width: 38%;
    flex-wrap: wrap;
    position: relative;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:first-of-type li {
    margin-bottom: 20px;
    width: 80%;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type {
    display: flex;
    width: 62%;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:first-of-type,
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:last-of-type {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:last-of-type {
    margin-top: 45px;
    margin-bottom: 0;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:first-of-type span,
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:last-of-type span {
    background-color: #edf4fd;
    color: #3a6db4;
    width: 250px;
    position: relative;
    margin-left: 30%;
    height: 60px;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(2),
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(3) {
    width: calc((100% - 85px)/2);
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(2) span,
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(3) span {
    position: relative;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(2) img,
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:nth-of-type(3) img {
    width: auto;
    position: absolute;
    right: -54px;
    margin-top: 0;
    z-index: 100;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:first-of-type img,
.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:last-of-type img {
    width: auto;
    position: absolute;
    right: 15px;
    bottom: -30px;
    z-index: 100;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:last-of-type li:last-of-type img {
    bottom: 0;
    top: -30px;
}

.PlatformBox .PlatformBox_line2>div>div>div ul li span {
    background-color: #d3dfee;
    height: 84px;
    text-align: center;
    font-size: 18px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:first-of-type li:last-of-type {
    position: absolute;
    width: 22px;
    margin: 0;
    right: 6%;
    top: 88px;
}

.PlatformBox .PlatformBox_line2>div>div>div ul:first-of-type li:last-of-type img {
    margin: 0;
}

.PlatformBox2 .PlatformBox2_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.PlatformBox2 .PlatformBox2_line1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PlatformBox2 .PlatformBox2_line1 ul li {
    width: calc((100% - 40px)/3);
}

.PlatformBox2 .PlatformBox2_line1 ul li div {
    height: 160px;
    overflow: hidden;
}

.PlatformBox2 .PlatformBox2_line1 ul li div img {
    width: 100%;
    min-height: 160px;
}

.PlatformBox2 .PlatformBox2_line1 ul li span {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #142841;
}

.PlatformBox2 .PlatformBox2_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
}

.PlatformBox3 .PlatformBox3_line1,
.PlatformBox4 .PlatformBox4_line1,
.PlatformBox5 .PlatformBox5_line1,
.PlatformBox6 .PlatformBox6_line1,
.PlatformBox7 .PlatformBox7_line1,
.PlatformBox8 .PlatformBox8_line1 {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.PlatformBox3 .PlatformBox3_line1 p,
.PlatformBox4 .PlatformBox4_line1 p,
.PlatformBox5 .PlatformBox5_line1 p,
.PlatformBox6 .PlatformBox6_line1 p,
.PlatformBox7 .PlatformBox7_line1 p,
.PlatformBox8 .PlatformBox8_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
}

.PlatformBox9 .PlatformBox9_line1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;
}

.PlatformBox9 .PlatformBox9_line1 ul li {
    width: calc((100% - 60px)/4);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
    margin-bottom: 40px;
}

.PlatformBox9 .PlatformBox9_line1 ul li i {
    font-size: 40px;
    margin: 20px 20px;
    display: block;
    color: #142841;
}

.PlatformBox9 .PlatformBox9_line1 ul li span {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFF;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}


/* 药物递送和高端制剂研发中心 */

.ResearchCenterBox .IndexLine1right {
    padding-top: 60px;
}

.ResearchCenterBox .ResearchCenter_line1 {
    overflow: hidden;
}

.ResearchCenterBox .ResearchCenter_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 10px;
    display: flex;
    text-align: justify;
}

.ResearchCenterBox .ResearchCenter_line2 {
    margin-top: 22px;
}

.ResearchCenterBox .ResearchCenter_line2>div {
    background-color: #FFF;
    padding: 30px 33px 30px 33px;
    box-sizing: border-box;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ResearchCenterBox .ResearchCenter_line2 div img {
    width: 170px;
    display: inline-block;
    margin-right: 30px;
}

.ResearchCenterBox .ResearchCenter_line2>div h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%;
}

.ResearchCenterBox .ResearchCenter_line2>div>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ResearchCenterBox .ResearchCenter_line2>div>div>div {
    position: relative;
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
}

.ResearchCenterBox .ResearchCenter_line2>div h2 {
    font-size: 18px;
    color: #142D4B;
    line-height: 36px;
    font-weight: bold;
    margin-top: 10px;
}

.ResearchCenterBox .ResearchCenter_line2>div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    padding: 4px 0;
    display: inline-flex;
    margin-right: 15px;
}

.ResearchCenterBox .ResearchCenter_line2>div p::before {
    content: "·";
    margin-right: 8px;
    font-weight: bold;
}

.ResearchCenterBox .ResearchCenter_line2>div p.oneline::before {
    display: none;
}

.toxinBox1 .IndexLine1right,
.toxinBox2 .IndexLine1right,
.toxinBox3 .IndexLine1right,
.toxinBox4 .IndexLine1right,
.toxinBox5 .IndexLine1right,
.toxinBox6 .IndexLine1right,
.toxinBox7 .IndexLine1right {
    padding-top: 60px;
}

.toxinBox1 .toxinBox1_line1 p {
    font-size: 20px;
    color: #142D4B;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}

.toxinBox1 .toxinBox1_line1 p:last-of-type {
    margin-bottom: 0;
}

.toxinBox2_line1 h1 {
    font-size: 20px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.toxinBox2_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
}

.toxinBox2_line1Box {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.toxinBox2_line1Box>div {
    width: calc((100% - 40px)/3);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-content: flex-start;
    height: 350px;
    overflow: hidden;
}

.toxinBox2_line1Box>div::after {
    position: absolute;
    width: 100%;
    height: 23%;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    content: '...';
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}

.toxinBox2_line1Box>div i {
    margin-top: 40px;
    font-size: 40px;
    color: #142842;
    text-align: center;
    display: block;
    width: 100%;
}

.toxinBox2_line1Box>div span {
    height: 60px;
    position: relative;
    font-size: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toxinBox2_line1Box>div span::after {
    width: 70px;
    height: 3px;
    content: '';
    background-color: #052b5e;
    position: absolute;
    bottom: 0;
}

.toxinBox2_line1Box>div div {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px;
    justify-content: center;
    visibility: hidden;
    background-color: #052b5e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.toxinBox2_line1Box>div h2 {
    font-size: 16px;
    color: #052b5e;
    line-height: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    text-align: center;
}

.toxinBox2_line1Box>div div ul {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.toxinBox2_line1Box>div div ul::-webkit-scrollbar {
    width: 6px;
}

.toxinBox2_line1Box>div div ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.toxinBox2_line1Box>div div ul::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}

.toxinBox2_line1Box>div div ul li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
}

.toxinBox2_line1Box>div:last-of-type div ul li {
    width: 50%;
}

.toxinBox2_line1Box>div div h3 {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
}

.toxinBox2_line1Box>div div p {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.toxinBox2_line1Box>div div p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}

.toxinBox2_line1Box>div:hover * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.toxinBox2_line1Box>div:hover div {
    visibility: visible;
    animation: fadeIn .3s;
}

.toxinBox2_line1Box>div:hover span {
    color: #FFF;
}

.toxinBox2_line1Box>div:hover span::after {
    background-color: #FFF;
}

.toxinBox2_line1Box>div:hover h2 {
    color: #FFF;
}

.toxinBox2_line1Box>div:hover::after {
    display: none;
}

.toxinBox3 .toxinBox3Content {
    background-color: #FFF;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.toxinBox3 .toxinBox3_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

.toxinBox3-scroll-lr {
    width: 100%;
    height: 170px;
    position: relative;
    /* margin: 60px auto 0; */
    margin: 30px auto 0;
    overflow: hidden;
}

.toxinBox3-scroll-lr a.prev,
.toxinBox3-scroll-lr a.next {
    display: none;
}

.toxinBox3-scroll-lr a.next {
    right: 0;
}

.toxinBox3-scroll-lr .conts {
    padding: r;
}

.toxinBox3-scroll-lr .conts li {
    float: left;
    text-align: center;
    height: 170px;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 20px;
    width: calc((100% - 60px)/4);
}

.toxinBox3-scroll-lr .conts li:last-of-type {
    margin-right: 0;
}

.toxinBox3-scroll-lr .conts li .s1 {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.toxinBox3-scroll-lr .conts li .s1 img {
    min-width: 100%;
    height: 170px;
}

.toxinBox4 .toxinBox4Content {
    background-color: #FFF;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.toxinBox4_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
}

.toxinBox4_line1 ul {
    display: flex;
    justify-content: space-between;
}

.toxinBox4_line1 ul li {
    width: calc((100% - 60px)/4);
    height: 160px;
    overflow: hidden;
}

.toxinBox4_line1 ul li img {
    width: 100%;
}

.toxinBox5 .toxinBox5Content {
    background-color: #FFF;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.toxinBox5_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
}

.toxinBox5-scroll-lr {
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.toxinBox5-scroll-lr .conts li {
    float: left;
    width: calc((100% - 60px)/4);
    height: 160px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #317bac;
    line-height: 120px;
    padding-right: 20px;
    border-radius: 8px;
    vertical-align: top;
}

.toxinBox5-scroll-lr .conts li:last-of-type {
    padding-right: 0;
}

.toxinBox5-scroll-lr .conts li .s1 {
    width: 100%;
    height: 160px;
}

.toxinBox5-scroll-lr .conts li .s1 img {
    width: 100%;
    height: 160px;
}

.toxinBox5-scroll-lr .conts li .s1 span {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    display: block;
    background-color: #142841;
    font-style: normal;
    padding: 10px;
    box-sizing: border-box;
    font-weight: normal;
}

.toxinBox5-scroll-lr .conts li .s1 span i {
    font-weight: bold;
    display: block;
}

.toxinBox5-scroll-lr .textList .pageNav {
    line-height: 20px;
    color: #1eb4e5;
}

.toxinBox5-scroll-lr .textList .pageNav font {
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    color: #b2d5ed;
    font-style: italic;
}

.toxinBox5-scroll-lr .textList .pageNav .current {
    font-size: 18px;
    padding-right: 8px;
}

.toxinBox5-scroll-lr .prev,
.toxinBox5-scroll-lr .next {
    z-index: 1;
    position: absolute;
    top: calc((100% - 44px)/2);
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 35px;
    color: #fff;
    background: #142842;
    text-align: center;
    cursor: pointer;
}

.toxinBox5-scroll-lr .prev {
    left: 0px;
    background: #142842;
}

.toxinBox5-scroll-lr .prev:hover,
.toxinBox5-scroll-lr .next:hover {
    background: #4575c8;
    color: #fff;
}

.toxinBox5-scroll-lr .next {
    right: 0px;
    background: #142842;
}

.toxinBox6 .toxinBox6_line1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toxinBox6 .toxinBox6_line1 h1 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #142841;
    box-sizing: border-box;
}

.toxinBox6_line1Left,
.toxinBox6_line1Right {
    width: 100%;
}

.toxinBox6_line1Left ul,
.toxinBox6_line1Right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.toxinBox6_line1Right ul li,
.toxinBox6_line1Left ul li {
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
    overflow: hidden;
}

.toxinBox6_line1Left ul li div,
.toxinBox6_line1Right ul li div {
    height: 230px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.toxinBox6_line1Left ul li img,
.toxinBox6_line1Right ul li img {
    width: 100%;
    min-height: 230px;
}

.toxinBox7 {
    margin-bottom: 45px;
}

.toxinBox7 .toxinBox7_line1Left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.toxinBox7 .toxinBox7_line1Left ul li {
    width: calc((100% - 40px)/3);
    background-color: #FFF;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-start;
}

.toxinBox7 .toxinBox7_line1Left ul li div:first-of-type {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.toxinBox7 .toxinBox7_line1Left ul li div:first-of-type i {
    font-size: 50px;
    color: #142842;
    display: block;
    margin-top: 35px;
}

.toxinBox7 .toxinBox7_line1Left ul li div:first-of-type h1 {
    position: relative;
    font-size: 18px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #052b5e;
}

.toxinBox7 .toxinBox7_line1Left ul li div:last-of-type {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px;
    padding-top: 8px;
}

.toxinBox7 .toxinBox7_line1Left ul li div:last-of-type p {
    font-size: 15px;
    line-height: 24px;
    color: #142842;
    text-align: center;
    width: 100%;
}

.toxinBox7 .toxinBox7_line1Left ul li div:last-of-type p br {
    display: none;
}

.toxinBox7 .toxinBox7_line1Right {
    width: 100%;
}

.toxinBox7 .toxinBox7_line1Right ul {
    display: flex;
    justify-content: space-between;
}

.toxinBox7 .toxinBox7_line1Right span {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    background-color: #142841;
    font-style: normal;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toxinBox7 .toxinBox7_line1Right li {
    margin-bottom: 20px;
    width: calc((100% - 60px)/4);
}

.toxinBox7 .toxinBox7_line1Right li:last-of-type {
    margin-bottom: 0;
}

.toxinBox7 .toxinBox7_line1Right li:last-of-type span {
    letter-spacing: -0.2px;
}

.toxinBox7 .toxinBox7_line1Right li div {
    height: 155px;
    overflow: hidden;
}

.toxinBox7 .toxinBox7_line1Right img {
    width: 100%;
    min-height: 155px;
}


/* @media screen and (max-width: 1024px) {
    .molecule_line5>div {
        font-size: 14px;
    }
    .molecule_line7Left p {
        width: calc((100% - 20px)/3);
        font-size: 14px;
        margin-right: 10px;
    }
    .molecule_line7Left p font,
    .molecule_line7Left p font i {
        font-size: 18px;
    }
    .linchuang_Line2Box>div {
        padding: 25px;
        height: 270px;
    }
    .tablet_Line2 .tablet_Line2Box span br {
        display: none;
    }
    .Analysis_line2>div {
        min-height: 442px;
    }
    .Analysis_line2>div:last-of-type p:nth-of-type(3n-2) {
        width: auto;
    }
    .Analysis_line2>div:last-of-type p:nth-of-type(3n-1) {
        width: auto;
    }
    .Analysis_line2>div:last-of-type p:nth-of-type(3n) {
        width: auto;
    }
    .Analysis_line2>div:last-of-type p {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .Analysis_line2>div:last-of-type p:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    #Polypeptide {
        height: 290px;
    }
    #Polypeptide .PolypeptidePic div img {
        width: 100%;
        height: 240px;
    }
    #Polypeptide .PolypeptidePic div>div:first-of-type {
        width: 30%;
        height: 240px;
        justify-content: center;
    }
    #Polypeptide .PolypeptidePic div>div:last-of-type {
        width: calc(70% - 20px);
        height: 240px;
        justify-content: center;
    }
    #Polypeptide .PolypeptidePic2 div img {
        height: 240px;
        width: 100%;
    }
    .enzymeBox .enzyme_line1>ul li h1 {
        font-size: 18px;
    }
    .enzymeBox .enzyme_line1>ul li h1 font,
    .enzymeBox .enzyme_line1>ul li h1 font i {
        font-size: 30px;
    }
    .enzymeBox .enzyme_line2>div:last-of-type>div:first-of-type {
        padding-bottom: 2px;
    }
    .proteinBox .protein_line2 ul:first-of-type li {
        width: 78px;
        height: 78px;
        line-height: 18px;
        font-size: 12px;
    }
    .toxinBox7 .toxinBox7_line1Right span {
        word-break: break-all;
        padding: 10px;
    }
    .toxinBox7 .toxinBox7_line1Right li:last-of-type span {
        letter-spacing: 0;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right img {
        height: 110px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .sequence ul li {
        width: calc(100% / 9) !important;
        font-size: 16px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .sequence ul li:nth-of-type(2) {
        padding: 0 20px !important;
        padding-left: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line4>div p,
    .ChemSciBox2 .ChemSci_line2 .process .process_line5>div p {
        font-size: 14px !important;
    }
} */

@media screen and (max-width: 850px) {
    body {
        background-position: center 300px;
    }
    .layui-container {
        padding: 0 10px;
    }
    .top_img {
        height: 240px;
    }
    .top_img>div:first-of-type {
        display: none;
    }
    .top_img .top_imgBg {
        display: none;
    }
    .IndexLeft {
        width: 100%;
        padding-top: 0 !important;
        margin-top: 15px !important;
    }
    .IndexLeft h1 {
        font-size: 1.3rem;
    }
    .IndexLeft h1 br {
        display: none;
    }
    .IndexLine1right {
        width: 100%;
        padding-top: 8px !important;
    }
    .molecule_line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .molecule_line3Box {
        flex-wrap: wrap;
    }
    .molecule_line3Box>div {
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        margin-bottom: 18px;
    }
    .molecule_line3Box>div:last-of-type {
        margin-bottom: 0;
    }
    .molecule_line3Box>div i {
        font-size: 24px;
        margin: 0 10px 10px 0;
        display: inline-block;
    }
    .molecule_line3Box>div h1 {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        display: inline-flex;
        height: auto;
        width: 80%;
        justify-content: flex-start;
        color: #052b5e;
    }
    .molecule_line3Box>div h1::after {
        display: none;
    }
    .molecule_line3Box>div p {
        font-size: 0.875rem;
        line-height: 22px;
        padding: 0;
        display: inline-flex;
        margin-right: 15px;
        min-width: calc(50% - 15px);
        margin-bottom: 3px;
        display: flex;
        color: #052b5e;
    }
    .molecule_line3Box>div p::before {
        content: '·';
        margin-left: 0;
    }
    .molecule_line3Box>div::after {
        display: none;
    }
    .molecule_line5>div {
        width: calc((100% - 10px)/2);
        font-size: 1rem;
        margin-bottom: 10px;
        height: 65px;
    }
    .molecule_line5>div::before,
    .molecule_line5>div::after {
        display: none;
    }
    .molecule_line5>div>div {
        width: 98%;
    }
    .molecule_line5Box .molecule_line2_right {
        height: 220px;
    }
    .molecule_line5Box .molecule_line2_right .molecule_line2Pic {
        width: 100%;
    }
    .molecule_line5Box .molecule_line2_right img {
        min-width: none;
        width: 100%;
        height: 220px;
    }
    .molecule_line5Box .molecule_line2_right .layui-carousel-arrow {
        display: none;
    }
    .molecule_line8Box .molecule_line8_right {
        height: auto;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic {
        width: 100%;
        margin-right: 0;
        overflow: unset;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        position: relative;
        overflow: hidden;
        justify-content: center;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic>div {
        visibility: visible;
        opacity: 1;
        padding: 15px;
        position: relative;
        position: absolute;
        bottom: 0;
        top: auto;
        background: unset;
        background-image: linear-gradient(to bottom, transparent, rgba(5, 43, 94, 0.7), rgba(5, 43, 94, 0.8), rgba(5, 43, 94, 0.9));
        height: auto;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic>div>div {
        height: auto;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic>div h1 {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 5px;
        color: #FFF;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic>div p {
        font-size: 0.875rem;
        margin-right: 0;
        line-height: 22px;
        margin-bottom: 5px;
        color: #FFF;
    }
    .molecule_line8Box .molecule_line8_right .molecule_line8Pic>div h1 p {
        margin-bottom: 0;
        margin-right: 5px;
        font-weight: normal;
    }
    .molecule_line8Box .molecule_line8_right img {
        min-width: none;
        height: 250px;
    }
    .molecule_line7 {
        margin-bottom: 30px;
    }
    .molecule_line7 p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .molecule_line7Left {
        padding: 15px;
    }
    .molecule_line7Left h1 {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .molecule_line7Left p {
        width: 100%;
        height: 60px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .molecule_line7Right_scroll .conts li {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .molecule_line7Right_scroll .conts li img {
        width: 85%;
    }
    .ActivedrugBox .Activedrug_line1 {
        margin-bottom: 15px !important;
    }
    .ActivedrugBox .Activedrug_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 0;
    }
    .Activedrug_line2 {
        margin-bottom: 20px;
    }
    .Activedrug_line3 .ActivedrugTitle {
        padding-left: 15px;
        font-size: 1rem;
    }
    .Activedrug_line3>div {
        padding: 15px;
        margin-bottom: 15px;
    }
    .ActivedrugBox .Activedrug_line3 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        width: 100%;
    }
    .ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left th {
        font-size: 1rem;
    }
    .ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left td {
        font-size: 0.875rem;
        padding: 10px !important;
    }
    .ActivedrugBox .Activedrug_line2Box .Activedrug_line2Box_left td p {
        padding: 0;
        margin-bottom: 5px;
    }
    .ActivedrugBox .Activedrug_line3Box {
        padding: 0 15px 5px 15px;
        flex-wrap: wrap;
    }
    .ActivedrugBox .Activedrug_line3Box img {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .PolypeptideBox .Polypeptide_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .PolypeptideBox .Polypeptide_line1 ul {
        flex-wrap: wrap;
    }
    .PolypeptideBox .Polypeptide_line1 ul li {
        height: auto;
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
        padding: 15px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        order: 3;
    }
    .PolypeptideBox .Polypeptide_line1 ul li:nth-of-type(1) {
        order: 1;
    }
    .PolypeptideBox .Polypeptide_line1 ul li:nth-of-type(4) {
        order: 2;
    }
    .PolypeptideBox .Polypeptide_line1 ul li h1 {
        flex-direction: row;
        height: auto;
        margin: 0;
        font-size: 0.875rem;
        font-weight: bold;
        color: #052b5e;
    }
    .PolypeptideBox .Polypeptide_line1 ul li h1 img {
        width: 24px;
        height: auto;
        margin-bottom: 0;
        margin-right: 8px;
    }
    .PolypeptideBox .Polypeptide_line1 ul li div {
        padding: 0;
        position: relative;
        visibility: visible;
        height: auto;
        align-content: flex-start;
        background-color: #FFF;
        margin-top: 10px;
    }
    .PolypeptideBox .Polypeptide_line1 ul li p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        text-align: left;
        color: #052b5e;
    }
    .PolypeptideBox .Polypeptide_line1 ul li:first-of-type:after,
    .PolypeptideBox .Polypeptide_line1 ul li:nth-of-type(4):after {
        display: none;
    }
    .PolypeptideBox2 .Polypeptide_line2 {
        padding: 15px;
    }
    .PolypeptideBox2 .Polypeptide_line2 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .PolypeptideBox2 .Polypeptide_line2>div:first-of-type {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .PolypeptideBox2 .Polypeptide_line2>div:first-of-type p {
        width: calc((100% - 10px)/2);
        height: auto;
        border-radius: 0;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .PolypeptideBox2 .Polypeptide_line2>div:first-of-type p:nth-of-type(2n) {
        margin-right: 0;
    }
    .PolypeptideBox2 .Polypeptide_line2>div:first-of-type p img {
        width: 24px;
        margin-top: 0;
        margin-right: 8px;
    }
    .PolypeptideBox2 .Polypeptide_line2>div:first-of-type p span {
        position: unset;
        font-size: 0.875rem;
        width: calc(100% - 32px);
        display: inline-flex;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .PolypeptideBox2-scroll-lr {
        margin-top: 0;
        text-align: center;
        overflow: unset;
        margin-bottom: 40px;
    }
    .PolypeptideBox2-scroll-lr .conts li {
        width: 100%;
        margin-right: 0;
    }
    .PolypeptideBox2-scroll-lr .conts li .s1 span {
        font-size: 0.875rem;
    }
    .PolypeptideBox2-scroll-lr a.prev,
    .PolypeptideBox2-scroll-lr a.next {
        display: none;
    }
    .PolypeptideBox2-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .PolypeptideBox2-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .PolypeptideBox2-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .PolypeptideBox2-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .PolypeptideBox3 .Polypeptide_line3 li {
        padding: 15px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .PolypeptideBox3 .Polypeptide_line3 li h1 {
        font-size: 0.875rem;
        line-height: 30px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .PolypeptideBox3 .Polypeptide_line3 li h1 i {
        font-size: 24px;
        margin-right: 10px;
        font-weight: normal;
    }
    .PolypeptideBox3 .Polypeptide_line3 li div {
        padding-left: 0;
    }
    .PolypeptideBox3 .Polypeptide_line3 li div::before {
        display: none;
    }
    .PolypeptideBox3 .Polypeptide_line3 li div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        color: #052b5e;
    }
    .PolypeptideBox4 .Polypeptide_line4 {
        padding: 15px;
        margin-bottom: 20px;
    }
    .PolypeptideBox4 .Polypeptide_line4 h1 {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }
    .PolypeptideBox4 .Polypeptide_line4>ul li {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
        line-height: 22px;
        height: auto;
        font-size: 0.875rem;
    }
    .PolypeptideBox4 .mobilePolypeptide {
        width: 100%;
    }
    .PolypeptideBox4 .mobilePolypeptide div {
        margin-bottom: 10px;
    }
    .PolypeptideBox4 .mobilePolypeptide div span {
        color: #ffffff;
        line-height: 45px;
        display: block;
        text-align: center;
        background-color: #142841;
        font-size: 0.875rem;
    }
    .PolypeptideBox4 .mobilePolypeptide div img {
        width: 100%;
    }
    .cellBox .cell_line2 {
        padding: 15px;
    }
    .cellBox .cell_line2 .cell_line2Box div:first-of-type {
        padding: 10px;
        width: 47%;
        clip-path: polygon( 0.00% 0.00%, 70% 0.00%, 70% 0.00%, 98% 100%, 100% 100%, 0.00% 99.80%, 0.00% 100%, 0.00% 0.00%);
    }
    .cellBox .cell_line2 .cell_line2Box div:first-of-type p:nth-of-type(3) {
        width: 70%;
    }
    .cellBox .cell_line2 .cell_line2Box div:first-of-type p:nth-of-type(4) {
        width: 85%;
    }
    .cellBox .cell_line2 .cell_line2Box div:first-of-type p:nth-of-type(5) {
        width: 90%;
    }
    .cellBox .cell_line2 .cell_line2Box div:last-of-type {
        padding: 10px;
        width: 64%;
        left: 36%;
    }
    .cellBox .cell_line2 .cell_line2Box div:last-of-type h2 {
        padding-left: 5px;
        box-sizing: border-box;
    }
    .cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(2),
    .cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(3) {
        padding-left: 30px;
    }
    .cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(4),
    .cellBox .cell_line2 .cell_line2Box div:last-of-type h2:nth-of-type(5) {
        padding-left: 49px;
    }
    .cellBox .cell_line2 h1 {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .cellBox .cell_line2 p,
    .cellBox .cell_line2 h2 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    /*  
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li:last-of-type {
        margin-bottom: 0;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li h1 {
        font-size: 1rem;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li h1::after {
        display: none;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li h1 br {
        display: none;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li span {
        font-size: 0.875rem;
        line-height: 22px;
        position: relative;
        height: auto;
        visibility: visible;
        padding: 5px 10px;
        box-sizing: border-box;
        margin-top: 8px;
    }
    .PolypeptideBox5 .Polypeptide_line5>ul:first-of-type li span br {
        display: none;
    } */
    .Polypeptide_line5>p,
    .Polypeptide_line5>div h1,
    .Polypeptide_line5>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Polypeptide_line5>p {
        margin-bottom: 10px;
    }
    .Polypeptide_line5>div {
        padding: 15px;
        margin-bottom: 15px;
    }
    .Polypeptide_line5>div:last-of-type {
        margin-bottom: 0;
    }
    .PolypeptideBox6 .Polypeptide_line6 p.important {
        font-size: 1.125rem;
        padding: 10px;
        margin-bottom: 15px;
    }
    .Polypeptide6-scroll-lr {
        width: 100%;
        height: 195px;
        position: relative;
        margin: 0 auto 55px;
        text-align: center;
    }
    .Polypeptide6-scroll-lr a.prev,
    .Polypeptide6-scroll-lr a.next {
        z-index: 1;
        position: absolute;
        top: 40%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #142842;
        color: #ffffff;
        border-radius: 0;
        cursor: pointer;
        font-size: 34px;
        text-align: center;
        display: none;
    }
    .Polypeptide6-scroll-lr a.next {
        right: 0;
    }
    .Polypeptide6-scroll-lr .conts {
        padding: r;
    }
    .Polypeptide6-scroll-lr .conts li {
        float: left;
        text-align: center;
        height: 195px;
        vertical-align: top;
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
    }
    .Polypeptide6-scroll-lr .conts li .s1 {
        width: 100%;
        height: 195px;
        overflow: hidden;
    }
    .Polypeptide6-scroll-lr .conts li .s1 span {
        font-size: 0.875rem;
        color: #ffffff;
        line-height: 45px;
        display: block;
        text-align: center;
        background-color: #142841;
    }
    .Polypeptide6-scroll-lr .conts li .s1 img {
        width: 100%;
        height: 150px;
    }
    .Polypeptide6-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .Polypeptide6-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .Polypeptide6-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .Polypeptide6-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .PolypeptideBox6 .Polypeptide_line6 p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .PolypeptideBox7 .Polypeptide_line7 ul li {
        padding: 15px;
        display: flex;
        margin-bottom: 15px;
        width: 100%;
    }
    .PolypeptideBox7 .Polypeptide_line7 ul li p {
        font-size: 1rem;
        line-height: 22px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 {
        padding: 15px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 h1 {
        font-size: 1.125rem;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type li {
        font-size: 0.875rem;
        line-height: 22px;
        width: calc(100% / 3);
        padding: 5px 10px 5px 5px;
        box-sizing: border-box;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 ul:first-of-type li img {
        right: 5px;
        top: 13px;
        width: 7px;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2 h2 {
        font-size: 1rem;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2>div p {
        flex-wrap: wrap;
    }
    .oligonucleotidesBox1 .oligonucleotidesBox1_line2>div p font {
        width: calc((100% - 20px)/3);
        height: 100px;
        margin-bottom: 10px;
        font-size: 0.9375rem;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 {
        padding: 15px;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li {
        width: calc((100% - 10px)/2);
        margin-bottom: 15px;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li div {
        height: 105px;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li div img {
        min-height: 105px;
    }
    .oligonucleotidesBox2 .oligonucleotidesBox2_line1 ul li span {
        font-size: 0.875rem;
        line-height: 22px;
        padding: 8px 0;
        box-sizing: border-box;
        height: 64px;
        justify-content: center;
        align-items: center;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1 {
        padding: 15px;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:first-of-type li {
        font-size: 1.125rem;
        width: calc((100% - 10px)/2);
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type {
        flex-wrap: wrap;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li {
        width: 100%;
        position: relative;
        overflow: unset;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li h1 {
        line-height: 50px;
        color: #052b5e;
        font-weight: bold;
        position: relative;
        text-align: center;
        font-size: 1.125rem;
        background-color: #f6f9fd;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li img {
        height: auto;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li:first-of-type {
        margin-bottom: 56px;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li:first-of-type img:last-of-type {
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -35px;
        transform: rotate(90deg);
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li div.oligonucleotidesBox3Content {
        padding: 10px;
        position: relative;
        background-color: #052b5e;
        background-image: none;
        align-content: flex-start;
        visibility: visible;
        height: auto;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li::after {
        display: none;
    }
    .oligonucleotidesBox3 .oligonucleotidesBox3_line1>ul:last-of-type li:hover div.oligonucleotidesBox3Content {
        animation: none;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line1 {
        padding: 15px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line1 h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul {
        margin-top: 15px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li {
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li:last-of-type {
        margin-bottom: 0;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type {
        justify-content: flex-start;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type i {
        font-size: 24px;
        margin-right: 8px;
        margin-top: 0;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:first-of-type h1 {
        font-size: 0.875rem;
        display: inline-flex;
        margin-top: 0;
        width: auto;
        color: #052b5e;
        font-weight: bold;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li::after {
        display: none;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type {
        visibility: visible;
        position: relative;
        height: auto;
        padding: 0;
        margin-top: 10px;
        background-color: #FFF;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type h2 {
        font-size: 0.875rem;
        line-height: 22px;
        color: #052b5e;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        min-width: unset;
        width: auto;
        color: #052b5e;
        margin-right: 15px;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li div:last-of-type p:last-of-type {
        margin-right: 0;
    }
    .oligonucleotidesBox4 .oligonucleotidesBox4_line2 ul li:hover div:last-of-type {
        animation: none;
    }
    .oligonucleotidesBox5 .oligonucleotidesBox5_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li {
        padding: 15px;
        margin-bottom: 15px !important;
        width: 100%;
    }
    .oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li:last-of-type {
        margin-bottom: 0 !important;
    }
    .oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox5 .oligonucleotidesBox5_line1 ul li div p {
        margin-bottom: 10px;
        display: inline-flex;
        width: auto !important;
        margin-right: 15px;
        font-size: 0.875rem;
        line-height: 22px;
        display: inline-flex;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox6 .oligonucleotidesBox6_line2,
    .oligonucleotidesBox6 .oligonucleotidesBox6_line3 {
        padding: 15px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox6 .oligonucleotidesBox6_line3 {
        margin-bottom: 0;
    }
    .oligonucleotidesBox6 .oligonucleotidesBox6_line1 h1,
    .oligonucleotidesBox6 .oligonucleotidesBox6_line2 h1,
    .oligonucleotidesBox6 .oligonucleotidesBox6_line3 h1 {
        font-size: 0.875rem;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox6 .oligonucleotidesBox6_line1 p,
    .oligonucleotidesBox6 .oligonucleotidesBox6_line2 p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .oligonucleotidesBox6_line1>div {
        padding: 15px;
        margin-bottom: 15px;
    }
    .oligonucleotidesBox6_line1>div:last-of-type {
        margin-bottom: 0;
    }
    .oligonucleotidesBox6 .oligonucleotidesBox6_line3Left p {
        width: 100% !important;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .oligonucleotidesBox7 .oligonucleotides_line7 ul li {
        padding: 15px;
        display: flex;
        margin-bottom: 15px;
        width: 100%;
    }
    .oligonucleotidesBox7 .oligonucleotides_line7 ul li p {
        font-size: 1rem;
        line-height: 22px;
    }
    .DrugdeliveryBox .Drugdelivery_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .DrugdeliveryBox .Drugdelivery_line2 {
        flex-wrap: wrap;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div.Drugdelivery_line2_left,
    .DrugdeliveryBox .Drugdelivery_line2>div.Drugdelivery_line2_right {
        width: 100%;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div {
        padding: 15px !important;
        margin-bottom: 15px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div:first-of-type>div:first-of-type p {
        margin-bottom: 5px;
        margin-right: 15px;
        padding-right: 0;
        width: auto;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div ul {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div ul li {
        margin-bottom: 0;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div ul li div {
        height: 130px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div ul li:nth-of-type(n+3) div {
        height: 90px;
        margin-top: 10px;
    }
    .DrugdeliveryBox .Drugdelivery_line2>div>div ul li span {
        font-size: 0.875rem;
        line-height: 32px;
    }
    .DrugdeliveryBox .Drugdelivery_line3 {
        padding: 15px;
        margin-bottom: 20px;
    }
    .DrugdeliveryBox .Drugdelivery_line3 ul {
        flex-wrap: wrap;
    }
    .DrugdeliveryBox .Drugdelivery_line3 ul li {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .DrugdeliveryBox .Drugdelivery_line3 ul li div {
        height: 105px;
    }
    .DrugdeliveryBox .Drugdelivery_line3 ul li img {
        min-height: 105px;
    }
    .DrugdeliveryBox .Drugdelivery_line3 ul li span {
        font-size: 0.875rem;
    }
    .crystal_Line1 {
        margin-bottom: 0px;
    }
    .crystal_Line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .crystal_Line2 {
        overflow: unset;
    }
    .crystal_Line2Box {
        flex-wrap: wrap;
    }
    .crystal_Line2Box>div {
        width: 100%;
        height: auto;
        padding: 15px;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .crystal_Line2Box>div:last-of-type {
        margin-bottom: 0;
    }
    .crystal_Line2Box>div::after {
        display: none;
    }
    .crystal_Line2Box>div i {
        font-size: 24px;
        margin-top: 0;
        margin-right: 8px;
        width: auto;
    }
    .crystal_Line2Box>div span {
        font-size: 0.875rem;
        margin-bottom: 0;
        height: auto;
        width: 80%;
        justify-content: flex-start;
        font-weight: bold;
        color: #052b5e;
    }
    .crystal_Line2Box>div span::after {
        display: none;
    }
    .crystal_Line2Box>div h2 {
        display: none;
    }
    .crystal_Line2Box>div>div {
        padding: 0;
        visibility: visible;
        position: relative;
        background-color: #FFF;
        height: auto;
        margin-top: 10px;
        justify-content: flex-start;
    }
    .crystal_Line2Box>div>div span {
        display: none;
    }
    .crystal_Line2Box>div>div h2 {
        display: inline-flex;
        width: auto;
        margin-right: 15px;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        color: #142D4B;
    }
    .crystal_Line2Box>div div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        color: #142D4B;
    }
    .crystal_Line2Box>div div ul li:first-of-type {
        padding-left: 0;
    }
    .crystal_Line2Box>div div ul li:last-of-type {
        padding-right: 0;
    }
    .crystal_Line3Box-scroll-lr {
        height: 311px;
        text-align: center;
    }
    .crystal_Line3Box-scroll-lr .conts li {
        width: 100%;
        height: 311px;
        padding-right: 0;
    }
    .crystal_Line3Box-scroll-lr .conts li .s1 {
        height: 311px;
    }
    .crystal_Line3Box-scroll-lr .conts li .s1 img {
        height: 266px;
    }
    .crystal_Line3Box-scroll-lr .prev,
    .crystal_Line3Box-scroll-lr .next {
        display: none;
    }
    .crystal_Line3Box-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .crystal_Line3Box-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .crystal_Line3Box-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .crystal_Line3Box-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .tablet_Line1 .IndexLine1right .tablet_Line1Box {
        padding-top: 0px;
    }
    .tablet_Line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .tablet_Line2 .tablet_Line2Box {
        padding: 15px;
    }
    .tablet_Line2 .tablet_Line2Box div {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .tablet_Line2 .tablet_Line2Box img {
        margin: 0;
        display: inline-flex;
        width: 24px;
        margin-right: 8px;
        height: auto;
    }
    .tablet_Line2 .tablet_Line2Box span {
        font-size: 0.875rem;
        line-height: 22px;
        padding: 0;
        display: inline-flex;
        width: calc(100% - 32px);
        text-align: left;
        justify-content: flex-start;
        color: #142D4B;
    }
    .tablet_Line2 .tablet_Line2Box span br {
        display: none;
    }
    .tablet_Line3 .tablet_Line3Box {
        flex-wrap: wrap;
    }
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight {
        width: 100%;
        padding: 15px;
    }
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft {
        margin-bottom: 15px;
    }
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft h1,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight h1,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft span,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft span,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxLeft p,
    .tablet_Line3 .tablet_Line3Box .tablet_Line3BoxRight p {
        color: #052b5e;
    }
    .tablet_Line4 .IndexLeft,
    .tablet_Line4 .IndexLine1right {
        margin-bottom: 0;
    }
    .tablet_Line4 .tablet_Line4Box {
        padding: 15px;
    }
    .tablet_Line4 .tablet_Line4Box div {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: center;
    }
    .tablet_Line4 .tablet_Line4Box img {
        width: 24px;
        margin: 0;
        margin-right: 8px;
        height: auto;
    }
    .tablet_Line4 .tablet_Line4Box span {
        display: inline-flex;
        padding: 0;
        width: calc(100% - 32px);
        justify-content: flex-start;
        color: #142D4B;
    }
    .tablet_Line4Box-scroll-lr {
        width: 100%;
        height: 305px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 55px;
        text-align: center;
    }
    .tablet_Line4Box-scroll-lr .conts li {
        float: left;
        text-align: center;
        width: 100%;
        height: 305px;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
        text-align: center;
        color: #317bac;
        border-radius: 8px;
        vertical-align: top;
    }
    .tablet_Line4Box-scroll-lr .conts li .s1 {
        width: 100%;
        height: 305px;
    }
    .tablet_Line4Box-scroll-lr .conts li .s1 img {
        width: 100%;
        height: 260px;
    }
    .tablet_Line4Box-scroll-lr .conts li .s1 span {
        font-size: 0.875rem;
        color: #ffffff;
        line-height: 45px;
        display: block;
        text-align: center;
        background-color: #142841;
        font-style: normal;
    }
    .tablet_Line4Box-scroll-lr .prev,
    .tablet_Line4Box-scroll-lr .next {
        /* z-index: 1;
        position: absolute;
        top: calc((100% - 44px)/2);
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 35px;
        color: #fff;
        background: #142842;
        text-align: center;
        cursor: pointer; */
        display: none;
    }
    .tablet_Line4Box-scroll-lr .prev {
        left: 0px;
        background: #142842;
    }
    .tablet_Line4Box-scroll-lr .prev:hover,
    .tablet_Line4Box-scroll-lr .next:hover {
        background: #4575c8;
        color: #fff;
    }
    .tablet_Line4Box-scroll-lr .next {
        right: 0px;
        background: #142842;
    }
    .tablet_Line4Box-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .tablet_Line4Box-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .tablet_Line4Box-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .tablet_Line4Box-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .aseptic_Line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .aseptic_Line2 .aseptic_Line2Box {
        padding: 15px;
    }
    .aseptic_Line2 .aseptic_Line2Box div {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        justify-content: flex-start;
        margin-bottom: 10px;
        align-items: center;
    }
    .aseptic_Line2 .aseptic_Line2Box img {
        margin: 0;
        height: auto;
        width: 24px;
        margin-right: 8px;
        display: inline-block;
    }
    .aseptic_Line2 .aseptic_Line2Box span {
        font-size: 0.875rem;
        line-height: 22px;
        width: calc(100% - 32px);
        justify-content: flex-start;
        text-align: left;
        padding: 0;
        color: #142D4B;
    }
    .aseptic_Line3 .aseptic_Line3Box {
        flex-wrap: wrap;
    }
    .aseptic_Line3 .aseptic_Line3Box .aseptic_Line3BoxLeft,
    .aseptic_Line3 .aseptic_Line3Box .aseptic_Line3BoxRight {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .aseptic_Line3 .aseptic_Line3Box .aseptic_Line3BoxRight {
        margin-bottom: 0;
    }
    .aseptic_Line3 .aseptic_Line3Box h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .aseptic_Line3 .aseptic_Line3Box p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .aseptic_Line4 .IndexLeft {
        margin-bottom: 0;
    }
    .aseptic_Line4 .IndexLine1right {
        margin-bottom: 20px;
    }
    .aseptic_Line4 .aseptic_Line4Box {
        padding: 15px;
    }
    .aseptic_Line4 .aseptic_Line4Box div {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 15px;
        order: 3;
        align-items: center;
    }
    .aseptic_Line4 .aseptic_Line4Box div:first-of-type {
        order: 1;
    }
    .aseptic_Line4 .aseptic_Line4Box div:nth-of-type(3) {
        order: 2;
    }
    .aseptic_Line4 .aseptic_Line4Box img {
        width: 24px;
        height: auto;
        display: inline-block;
        margin: 0;
        margin-right: 8px;
    }
    .aseptic_Line4 .aseptic_Line4Box span {
        padding: 0;
        font-size: 0.875rem;
        width: calc(100% - 24px - 8px);
        justify-content: flex-start;
        text-align: left;
        color: #142D4B;
    }
    .aseptic_Line4BoxPicMobile-lr {
        width: 100%;
        height: 281px;
        position: relative;
        margin: 0 auto 40px;
        text-align: center;
    }
    .aseptic_Line4BoxPicMobile-lr a.prev,
    .aseptic_Line4BoxPicMobile-lr a.next {
        /* z-index: 1;
        position: absolute;
        top: 40%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #142842;
        color: #ffffff;
        border-radius: 0;
        cursor: pointer;
        font-size: 34px;
        text-align: center; */
        display: none;
    }
    .aseptic_Line4BoxPicMobile-lr a.next {
        right: 0;
    }
    .aseptic_Line4BoxPicMobile-lr .conts {
        padding: r;
    }
    .aseptic_Line4BoxPicMobile-lr .conts li {
        float: left;
        text-align: center;
        height: 281px;
        vertical-align: top;
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
    }
    .aseptic_Line4BoxPicMobile-lr .conts li .s1 {
        width: 100%;
        height: 281px;
        overflow: hidden;
    }
    .aseptic_Line4BoxPicMobile-lr .conts li .s1 span {
        font-size: 0.875rem;
        color: #ffffff;
        line-height: 45px;
        display: block;
        text-align: center;
        background-color: #142841;
    }
    .aseptic_Line4BoxPicMobile-lr .conts li .s1 img {
        width: 100%;
        height: 236px;
    }
    .aseptic_Line4BoxPicMobile-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .aseptic_Line4BoxPicMobile-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .aseptic_Line4BoxPicMobile-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .aseptic_Line4BoxPicMobile-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .ResearchCenterBox .ResearchCenter_line1 p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 26px;
    }
    .ResearchCenterBox .ResearchCenter_line2>div {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .ResearchCenterBox .ResearchCenter_line2>div h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .ResearchCenterBox .ResearchCenter_line2>div h2,
    .ResearchCenterBox .ResearchCenter_line2>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
        margin-right: 0;
    }
    .linchuang_Line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .linchuang_Line1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .linchuang_Line1 ul li {
        width: calc((100% - 10px)/2);
        display: inline-flex;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
        background-color: #FFF;
        align-items: center;
    }
    .linchuang_Line1 ul li i {
        font-size: 24px;
        margin-right: 8px;
        color: #052b5e;
    }
    .linchuang_Line1 ul li span {
        font-size: 0.875rem;
        line-height: 22px;
        color: #142D4B;
    }
    .linchuang_Line3 {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .linchuang_Line3 div {
        width: calc((100% - 20px)/2);
        margin-bottom: 15px;
    }
    .linchuang_Line3 div i {
        font-size: 2.5rem;
    }
    .linchuang_Line3 div p {
        font-size: 1.5rem;
        margin-top: 10px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .linchuang_Line3 div p span {
        font-size: 1.6rem;
    }
    .linchuang_Line3 div>span {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .linchuang_Line2Box {
        margin-bottom: 20px;
    }
    .linchuang_Line2Box>div {
        padding: 15px;
        width: 100%;
    }
    .linchuang_Line2Box>div>div {
        margin-top: 10px;
    }
    .linchuang_Line2Box>div i {
        font-size: 24px;
        margin-right: 8px;
    }
    .linchuang_Line2Box>div>h1 {
        font-size: 0.875rem;
        line-height: 22px;
        color: #052b5e;
    }
    .linchuang_Line2Box>div span {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .AnalysisBox .Analysis_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 0;
    }
    .AnalysisBox2 .IndexLine1right {
        margin-bottom: 25px;
    }
    .Analysis_line2>div {
        width: 100%;
        padding: 15px;
        min-height: unset;
        margin-bottom: 15px;
    }
    .Analysis_line2>div i {
        font-size: 24px;
        margin-right: 8px;
        color: #052b5e;
    }
    .Analysis_line2>div>h1 {
        font-size: 0.875rem;
        line-height: 22px;
        color: #052b5e;
    }
    .Analysis_line2>div>div {
        margin-top: 10px;
    }
    .Analysis_line2>div>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Analysis_line2>div:last-of-type p {
        width: calc((100% - 10px)/2) !important;
    }
    .Analysis_line2Pic {
        margin-top: 0;
    }
    .Analysis_line2PicMobile-lr {
        width: 100%;
        height: 275px;
        position: relative;
        margin: 0 auto 45px;
        text-align: center;
    }
    .Analysis_line2PicMobile-lr a.prev,
    .Analysis_line2PicMobile-lr a.next {
        /* z-index: 1;
        position: absolute;
        top: 40%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #142842;
        color: #ffffff;
        border-radius: 0;
        cursor: pointer;
        font-size: 34px;
        text-align: center; */
        display: none;
    }
    .Analysis_line2PicMobile-lr a.next {
        right: 0;
    }
    .Analysis_line2PicMobile-lr .conts {
        padding: r;
    }
    .Analysis_line2PicMobile-lr .conts li {
        float: left;
        text-align: center;
        height: 275px;
        vertical-align: top;
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
    }
    .Analysis_line2PicMobile-lr .conts li .s1 {
        width: 100%;
        height: 275px;
        overflow: hidden;
    }
    .Analysis_line2PicMobile-lr .conts li .s1 span {
        font-size: 0.875rem;
        color: #ffffff;
        line-height: 45px;
        display: block;
        text-align: center;
        background-color: #142841;
    }
    .Analysis_line2PicMobile-lr .conts li .s1 img {
        width: 100%;
        height: 230px;
    }
    .Analysis_line2PicMobile-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .Analysis_line2PicMobile-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .Analysis_line2PicMobile-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .Analysis_line2PicMobile-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .proteinBox .protein_line1 {
        padding-top: 0;
    }
    .proteinBox .protein_line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .proteinBox .protein_line2 {
        margin-top: 15px;
        padding: 15px;
    }
    .proteinBox .protein_line2 h1 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .proteinBox .protein_line2 ul:first-of-type {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .proteinBox .protein_line2 ul:first-of-type li {
        width: calc((100% - 20px)/3);
        aspect-ratio: 1 / 1;
        height: auto;
        font-size: 0.875rem;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .proteinBox .protein_line2 ul:first-of-type li:nth-of-type(3n) {
        margin-right: 0;
    }
    .proteinBox .protein_line2 ul:nth-of-type(n+2) {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .proteinBox .protein_line2 ul:nth-of-type(n+2) li {
        display: none;
    }
    .proteinBox .protein_line2 ul:nth-of-type(n+2) li.content {
        display: block;
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .proteinBox .protein_line2 ul:nth-of-type(n+2) li.content p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .proteinBox .protein_line3 {
        margin: 20px 0;
        padding: 15px;
    }
    .proteinBox .protein_line3 .protein_line3Left,
    .proteinBox .protein_line3 .protein_line3Right {
        width: 100%;
    }
    .proteinBox .protein_line3 .protein_line3Left {
        padding-right: 0;
    }
    .proteinBox .protein_line3 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .proteinBox .protein_line3 ul {
        margin-top: 10px;
    }
    .proteinBox .protein_line3 ul li {
        width: calc((100% - 10px)/2);
    }
    .proteinBox .protein_line3 ul li img {
        min-height: 100px;
    }
    .Reactionline1Box .Reactionline1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .Reactionline2Box .IndexLine1right .Reactionline2 ul {
        flex-wrap: wrap;
    }
    .Reactionline2Box .IndexLine1right .Reactionline2 ul li {
        width: calc((100% - 10px)/2);
        margin-bottom: 15px;
    }
    .Reactionline2Box .IndexLine1right .Reactionline2 ul li i {
        font-size: 2.5rem;
    }
    .Reactionline2Box .IndexLine1right .Reactionline2 p {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 26px;
    }
    .Reactionline2Box .IndexLine1right .Reactionline2 p br {
        display: none;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box1 {
        padding: 15px;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box1 p {
        width: 100% !important;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box2 {
        flex-wrap: wrap;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box2>div {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box2>div:last-of-type {
        margin-bottom: 0;
    }
    .Reactionline3Box .IndexLine1right .Reactionline3Box2>div h1,
    .Reactionline3Box .IndexLine1right .Reactionline3Box2>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Reactionline3Box .Reactionline3Box3 {
        margin-bottom: 30px;
    }
    .Reactionline3Box3Mobile-lr {
        width: 100%;
        height: 230px;
        position: relative;
        margin: 0 auto 55px;
        text-align: center;
    }
    .Reactionline3Box3Mobile-lr a.prev,
    .Reactionline3Box3Mobile-lr a.next {
        /* z-index: 1;
        position: absolute;
        top: 40%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #142842;
        color: #ffffff;
        border-radius: 0;
        cursor: pointer;
        font-size: 34px;
        text-align: center; */
        display: none;
    }
    .Reactionline3Box3Mobile-lr a.next {
        right: 0;
    }
    .Reactionline3Box3Mobile-lr .conts {
        padding: r;
    }
    .Reactionline3Box3Mobile-lr .conts li {
        float: left;
        text-align: center;
        height: 230px;
        vertical-align: top;
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
    }
    .Reactionline3Box3Mobile-lr .conts li .s1 {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    .Reactionline3Box3Mobile-lr .conts li .s1 img {
        width: 100%;
        height: 230px;
    }
    .Reactionline3Box3Mobile-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .Reactionline3Box3Mobile-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .Reactionline3Box3Mobile-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .Reactionline3Box3Mobile-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .enzymeBox .enzyme_line1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .enzymeBox .enzyme_line1>ul {
        flex-wrap: wrap;
    }
    .enzymeBox .enzyme_line1>ul li {
        width: calc((100% - 20px)/2);
        margin-bottom: 15px;
    }
    .enzymeBox .enzyme_line1>ul li i {
        font-size: 2.5rem;
    }
    .enzymeBox .enzyme_line1>ul li h1 {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 10px;
        color: #052b5e;
    }
    .enzymeBox .enzyme_line1>ul li h1 font {
        font-size: 1.6rem;
        display: block;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line1>ul li h1 font i {
        font-size: 1.6rem;
    }
    .enzymeBox .enzyme_line2 {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .enzymeBox .enzyme_line2>div {
        width: 100%;
    }
    .enzymeBox .enzyme_line2>div>div {
        padding: 15px !important;
    }
    .enzymeBox .enzyme_line2>div>div h1,
    .enzymeBox .enzyme_line2>div>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line2>div>div p br {
        display: none;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul {
        flex-wrap: wrap;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li {
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li:last-of-type {
        margin-bottom: 0;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li h1 {
        margin: 0;
        justify-content: flex-start;
        height: auto;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li h1::after {
        display: none;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li div {
        position: relative;
        visibility: visible;
        height: auto;
        padding: 0;
        background-color: transparent;
    }
    .enzymeBox .enzyme_line2>div:last-of-type ul li p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
        color: #142D4B;
        width: 100%;
    }
    .enzymeBox .enzyme_line4 {
        padding: 15px;
        flex-wrap: wrap;
    }
    .enzymeBox .enzyme_line4>div {
        width: 100%;
        margin-bottom: 15px;
    }
    .enzymeBox .enzyme_line4>div h1,
    .enzymeBox .enzyme_line4>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line4>div ul {
        margin-top: 10px;
    }
    .enzymeBox .enzyme_line4>div ul li {
        width: calc((100% - 10px)/2);
        font-size: 0.875rem;
        color: #142D4B;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line5 {
        margin-top: 15px;
        padding: 15px;
    }
    .enzymeBox .enzyme_line5 ul {
        flex-wrap: wrap;
    }
    .enzymeBox .enzyme_line5 li {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .enzymeBox .enzyme_line6 {
        margin: 15px auto 20px;
        padding: 15px;
    }
    .enzymeBox .enzyme_line6 h1 {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Left {
        width: 100%;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line6Right li {
        width: 100% !important;
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .enzymeBox .enzyme_line6 p {
        margin-top: 0;
        font-size: 0.875rem;
        line-height: 22px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line62Left {
        width: 100%;
    }
    .enzymeBox .enzyme_line6 .enzyme_line62Left th {
        font-size: 0.875rem;
        font-weight: bold;
        height: 40px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line62Left td {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .enzymeBox .enzyme_line6 .enzyme_line62Right {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .enzyme_line62Right-scroll-lr .conts li .s1 img {
        height: 100px;
    }
    .enzyme_line62Right-scroll-lr .conts li .s1 {
        height: 100px;
    }
    .enzyme_line62Right-scroll-lr .conts li {
        height: 100px;
        margin-right: 10px;
        width: calc((100% - 10px)/2);
    }
    .enzyme_line62Right-scroll-lr {
        height: 100px;
    }
    .crystallizationBox1 .crystallization_line1 p {
        font-size: 1rem !important;
        line-height: 26px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1,
    .crystallizationBox2 .crystallization_line2 .cl2_2,
    .crystallizationBox2 .crystallization_line2 .cl2_3,
    .crystallizationBox2 .crystallization_line2 .cl2_4,
    .crystallizationBox2 .crystallization_line2 .cl2_5 {
        margin-top: 15px !important;
        padding: 15px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 {
        margin-top: 0 !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 h2 {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
        color: #052b5e !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 ul {
        flex-wrap: wrap !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 ul li {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 ul li:last-of-type {
        margin-bottom: 0 !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 ul li .img {
        width: 100% !important;
        height: auto !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_1 p {
        font-size: 0.875rem !important;
        line-height: 40px !important;
    }
    .crystallizationBox2 .IndexLine1right h2 {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_2 .swiper-slide {
        width: 100% !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_2 .swiper-slide p {
        font-size: 0.875rem !important;
        line-height: 40px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_2 .swiper-button-next,
    .crystallizationBox2 .crystallization_line2 .cl2_2 .swiper-button-prev {
        display: none !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_3 .left {
        margin-bottom: 15px !important;
        flex-wrap: wrap !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_3 .left p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 5px !important;
        width: 100% !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_3 .right .img {
        padding: 15px !important;
        flex-wrap: wrap;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_3 .right .img img {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_3 .right p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        padding: 10px 0 !important;
        box-sizing: border-box;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_4 .tech-section h5 {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 5px !important;
        width: 100%;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_4 .tech-section p,
    .crystallizationBox2 .crystallization_line2 .cl2_5 .left p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 5px !important;
        width: 100%;
        margin-right: 0 !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5>div {
        padding-right: 0 !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .left h4 {
        margin-bottom: 15px !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0 !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right .img {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right .img:last-of-type {
        margin-right: 0;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right .img:first-of-type img {
        width: calc((100% - 25px)/2) !important;
    }
    .crystallizationBox2 .crystallization_line2 .cl2_5 .right .img img:nth-of-type(2) {
        width: 15px !important;
        height: auto !important;
        margin: 0 5px !important;
    }
    .crystallizationBox3 .IndexLine1right .crystallization_line3 {
        padding: 15px !important;
        margin: 0 !important;
    }
    .crystallizationBox4 .IndexLine1right {
        padding: 15px !important;
        margin-top: 20px !important;
    }
    .crystallizationBox4 .cl-4-scroll-lr {
        margin-top: 0 !important;
        overflow: unset !important;
        text-align: center !important;
        margin-bottom: 55px !important;
    }
    .crystallizationBox4 .cl-4-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .crystallizationBox4 .cl-4-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .crystallizationBox4 .cl-4-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .crystallizationBox4 .cl-4-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .crystallizationBox4 .cl-4-scroll-lr a.prev,
    .crystallizationBox4 .cl-4-scroll-lr a.next {
        display: none !important;
    }
    .ChemSciBox1 .ChemSci_line1 p {
        font-size: 1rem !important;
        line-height: 26px !important;
    }
    .ChemSciBox2 .ChemSci_line2 {
        padding: 15px !important;
        margin-top: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 {
        padding: 15px !important;
        margin-top: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .sequence ul {
        flex-wrap: wrap;
        margin-bottom: 15px !important;
        padding: 5px 0;
        box-sizing: border-box;
    }
    .ChemSciBox2 .ChemSci_line2 .sequence ul li {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        padding: 5px 0 !important;
        width: calc(100% / 3) !important;
    }
    .ChemSciBox2 .ChemSci_line2 .sequence ul li img {
        right: 8px !important;
        top: 12px !important;
        width: 8px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line1 {
        flex-wrap: wrap !important;
        margin-bottom: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line1>div {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line1>div h2 {
        font-size: 0.875rem !important;
        line-height: 40px !important;
        margin-top: 0px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line2 p {
        font-size: 0.875rem !important;
        line-height: 40px !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line2 h2 {
        font-size: 0.875rem !important;
        line-height: 40px !important;
        margin-top: 0px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line3 .imgs {
        padding: 15px !important;
        padding-bottom: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line3 .imgs img {
        margin-bottom: 15px;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line3 .imgs span {
        font-size: 0.875rem;
        line-height: 22px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line3 h2,
    .ChemSciBox2 .ChemSci_line2 .process .process_line4>div h2,
    .ChemSciBox2 .ChemSci_line2 .process .process_line5>div h2 {
        font-size: 0.875rem !important;
        line-height: 40px !important;
        margin-top: 0px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line4 {
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line4>div {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line4>div .imgs {
        padding: 15px !important;
        padding-bottom: 0 !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line4>div p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line5 {
        flex-wrap: wrap;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line5>div {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line5>div .imgs {
        padding: 15px;
    }
    .ChemSciBox2 .ChemSci_line2 .process .process_line5>div p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 0 !important;
    }
    .ChemSciBox3 .ChemSci_line3 {
        padding: 15px !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .ChemSciBox3 .ChemSci_line3 ul {
        flex-wrap: wrap;
    }
    .ChemSciBox3 .ChemSci_line3 ul li {
        width: 100% !important;
    }
    .ChemSciBox3 .ChemSci_line3 ul li .img {
        height: auto !important;
    }
    .ChemSciBox3 .ChemSci_line3 ul li p {
        font-size: 0.875rem !important;
        margin-top: 0 !important;
        line-height: 50px !important;
    }
    .ProSafetyBox1 .ProSafety_line1 p {
        font-size: 1rem !important;
        line-height: 26px !important;
        margin-bottom: 0 !important;
    }
    .ProSafetyBox2 .ProSafety_line2 {
        margin-top: 0 !important;
    }
    .ProSafetyBox2 .ProSafety_line2 h1 {
        font-size: 1.125rem !important;
        padding-left: 15px !important;
        line-height: 50px !important;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li div:first-of-type {
        display: none !important;
    }
    .ProSafetyBox2 .ProSafety_line2 ul {
        padding: 15px !important;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li {
        padding-left: 0 !important;
        margin-bottom: 15px !important;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li div:last-of-type {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li div:last-of-type h2 {
        line-height: 22px !important;
        font-size: 0.875rem !important;
        display: flex;
        align-items: center;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li div:last-of-type h2 img {
        width: 24px;
        margin-right: 8px;
    }
    .ProSafetyBox2 .ProSafety_line2 ul li div:last-of-type p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
        margin-bottom: 5px;
    }
    .ProSafetyBox3 .ProSafety_line3 {
        padding: 15px !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .ProSafetyBox3 .ProSafety_line3 p {
        font-size: 0.875rem !important;
        line-height: 22px !important;
    }
    .ProSafetyBox3 .ProSafety_line3 ul li {
        width: calc((100% - 10px)/2) !important;
        margin-bottom: 10px !important;
    }
    .ProSafetyBox3 .ProSafety_line3 ul li .img {
        height: 100px !important;
    }
    .PECline1Box .PECline1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .PECline2Box .PECline2 {
        flex-wrap: wrap;
    }
    .PECline2Box .PECline2>div {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .PECline2Box .PECline2>div:last-of-type {
        margin-bottom: 0;
    }
    .PECline2Box .PECline2>div i {
        display: none;
    }
    .PECline2Box .PECline2>div>div {
        width: 100%;
        padding-left: 0;
    }
    .PECline2Box .PECline2>div>div h1 {
        display: flex;
        font-size: 0.875rem;
        line-height: 22px;
    }
    .PECline2Box .PECline2>div>div h1 i {
        display: inline-block;
        font-size: 24px;
        margin-right: 8px;
        font-weight: normal;
    }
    .PECline2Box .PECline2>div>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .PECline3,
    .PECline4 {
        padding: 15px;
    }
    .PECline4 {
        margin-bottom: 30px;
    }
    .PECline3Box .PECline3 h1,
    .PECline3Box .PECline3 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .PECline4Top {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .PECline4Top p {
        font-size: 0.875rem;
        line-height: 22px;
        padding: 15px;
        width: calc((100% - 10px)/2);
    }
    .PECline4Top p span {
        font-size: 0.875rem;
    }
    .PECline4Top p font,
    .PECline4Top p i {
        font-size: 1.125rem;
    }
    .PECline4Box .PECline4>ul {
        flex-wrap: wrap;
    }
    .PECline4Box .PECline4>ul>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .PECline4Box .PECline4>ul:first-of-type li {
        padding: 15px;
    }
    .PECline4Box .PECline4>ul:last-of-type li {
        padding: 15px;
    }
    .PECline4Box .PECline4>ul:last-of-type li p {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
    .PECline4Box .PECline4>ul:last-of-type li img {
        margin-bottom: 15px;
    }
    .PECline4Box .PECline4>ul:last-of-type li img:last-of-type {
        margin-bottom: 0;
    }
    .PECline4Box .PECline4>ul:first-of-type li span {
        margin-top: 0;
    }
    .Coreline1Box .Coreline1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .Coreline1Box .Coreline2 {
        padding: 15px;
        margin-bottom: 20px;
    }
    .Coreline1Box .Coreline2 h1 {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .Coreline1Box .Coreline2 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Coreline1Box .Coreline3 {
        padding: 15px;
        margin-bottom: 30px;
    }
    .Coreline1Box .Coreline3 h1 {
        font-size: 1.125rem;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .Coreline3-scroll-lr {
        margin-bottom: 45px;
    }
    .Coreline3-scroll-lr .conts li {
        width: 100%;
        padding-right: 0;
    }
    .Coreline3-scroll-lr a.prev,
    .Coreline3-scroll-lr a.next {
        /* z-index: 1;
        position: absolute;
        top: 40%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #142842;
        color: #ffffff;
        border-radius: 0;
        cursor: pointer;
        font-size: 34px;
        text-align: center; */
        display: none;
    }
    .Coreline3-scroll-lr a.next {
        right: 0;
    }
    .Coreline3-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -18px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .Coreline3-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .Coreline3-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .Coreline3-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .Statuteline1Box .Statuteline1 p {
        font-size: 1rem;
        line-height: 26px;
    }
    .Statuteline2Box .Statuteline2 ul {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .Statuteline2Box .Statuteline2 ul li {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }
    .Statuteline2Box .Statuteline2 ul li i {
        font-size: 2.5rem;
    }
    .Statuteline2Box .Statuteline2 ul li span {
        margin-top: 10px;
        font-size: 1.125rem;
        line-height: 30px;
    }
    .Statuteline2Box .Statuteline2 .Statuteline2_left>div,
    .Statuteline2Box .Statuteline2 .Statuteline2_right>div {
        padding: 15px;
        margin-bottom: 20px !important;
    }
    .Statuteline2Box .Statuteline2 .Statuteline2_right>div {
        margin-bottom: 0 !important;
    }
    .Statuteline2Box .Statuteline2 h1 {
        font-weight: bold;
    }
    .Statuteline2Box .Statuteline2 h1,
    .Statuteline2Box .Statuteline2 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Statuteline3Box .IndexLine1right>div {
        padding: 15px;
        margin-bottom: 0;
    }
    .Statuteline3Box .IndexLine1right>div i {
        display: none;
    }
    .Statuteline3Box .IndexLine1right>div p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .Statuteline3Box:last-of-type {
        margin-bottom: 30px;
    }
    .toxinBox1 .toxinBox1_line1 p {
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .toxinBox2_line1Box {
        flex-wrap: wrap;
    }
    .toxinBox2_line1Box>div {
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        margin-bottom: 18px;
        justify-content: flex-start;
    }
    .toxinBox2_line1Box>div::after {
        display: none;
    }
    .toxinBox2_line1Box>div i {
        font-size: 24px;
        margin: 0 10px 10px 0;
        display: inline-block;
        width: auto;
    }
    .toxinBox2_line1Box>div span {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        display: inline-flex;
        height: auto;
        width: 80%;
        justify-content: flex-start;
        color: #052b5e;
    }
    .toxinBox2_line1Box>div span::after {
        display: none;
    }
    .toxinBox2_line1Box>div h2 {
        display: none;
    }
    .toxinBox2_line1Box>div div {
        visibility: visible;
        position: relative;
        background-color: #FFF;
    }
    .toxinBox2_line1Box>div div>span {
        display: none;
    }
    .toxinBox2_line1Box>div div ul {
        height: auto;
    }
    .toxinBox2_line1Box>div div {
        padding: 0;
    }
    .toxinBox2_line1Box>div div h3 {
        color: #052b5e;
        font-size: 0.875rem;
    }
    .toxinBox2_line1Box>div div p {
        font-size: 0.875rem;
        line-height: 22px;
        padding: 0;
        display: inline-flex;
        margin-right: 15px;
        min-width: calc(50% - 15px);
        margin-bottom: 3px;
        color: #052b5e;
    }
    .toxinBox2_line1Box>div:last-of-type div p {
        width: 100%;
        margin-right: 0;
    }
    .toxinBox2_line1Box>div:hover span {
        color: #052b5e;
    }
    .toxinBox3 .toxinBox3Content {
        padding: 15px;
    }
    .toxinBox3 .toxinBox3_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .toxinBox3-scroll-lr {
        height: 200px;
        text-align: center;
        position: relative;
        height: 200px;
    }
    .toxinBox3-scroll-lr .conts li {
        width: 100%;
        height: 200px;
    }
    .toxinBox3-scroll-lr .conts li .s1 {
        height: 200px;
    }
    .toxinBox3-scroll-lr .conts li .s1 img {
        height: 200px;
    }
    .toxinBox3-scroll-lr a.prev,
    .toxinBox3-scroll-lr a.next {
        display: none;
    }
    .toxinBox3-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .toxinBox3-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .toxinBox3-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .toxinBox3-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .toxinBox4 .toxinBox4Content {
        padding: 15px;
    }
    .toxinBox4_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .toxinBox4_line1 ul {
        flex-wrap: wrap;
    }
    .toxinBox4_line1 ul li {
        width: calc((100% - 10px)/2);
        height: auto;
        margin-bottom: 10px;
    }
    .toxinBox5 .toxinBox5Content {
        padding: 10px;
    }
    .toxinBox5_line1 p {
        font-size: 0.875rem;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .toxinBox5-scroll-lr {
        height: 200px;
        text-align: center;
        position: relative;
        height: 200px;
        padding-bottom: 45px;
    }
    .toxinBox5-scroll-lr .conts li {
        width: 100%;
        height: 200px;
    }
    .toxinBox5-scroll-lr .conts li .s1 {
        height: 200px;
    }
    .toxinBox5-scroll-lr .conts li .s1 img {
        height: 200px;
    }
    .toxinBox5-scroll-lr a.prev,
    .toxinBox5-scroll-lr a.next {
        display: none;
    }
    .toxinBox5-scroll-lr .tabs {
        height: 11px;
        line-height: 11px;
        position: relative;
        z-index: 1;
        bottom: -12px;
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px;
    }
    .toxinBox5-scroll-lr .tabs ul {
        text-align: center;
        height: 11px;
    }
    .toxinBox5-scroll-lr .tabs ul li {
        line-height: 999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
    }
    .toxinBox5-scroll-lr .tabs ul .current {
        background: #ffffff !important;
    }
    .toxinBox6_line1Right ul li,
    .toxinBox6_line1Left ul li {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .toxinBox6 .toxinBox6_line1 h1 {
        font-size: 0.875rem;
    }
    .toxinBox6_line1Left ul li div,
    .toxinBox6_line1Right ul li div {
        height: 150px;
    }
    .toxinBox6_line1Left ul li img,
    .toxinBox6_line1Right ul li img {
        min-height: 150px;
    }
    .toxinBox7 .toxinBox7_line1Left ul li {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        height: auto;
    }
    .toxinBox7 .toxinBox7_line1Left ul li:last-of-type {
        margin-bottom: 0;
    }
    .toxinBox7 .toxinBox7_line1Left ul li::after {
        display: none;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:first-of-type {
        justify-content: flex-start;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:first-of-type i {
        font-size: 24px;
        margin-right: 10px;
        font-weight: normal;
        display: inline-block;
        margin-top: 0;
        color: #052b5e;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:first-of-type h1 {
        font-size: 0.875rem;
        line-height: 30px;
        padding-right: 0;
        margin-top: 0;
        width: auto;
        color: #052b5e;
        font-weight: bold;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:last-of-type {
        padding: 0;
        margin-top: 10px;
        position: relative;
        height: auto;
        visibility: visible;
        background-color: #FFF;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:last-of-type h1 {
        display: none;
    }
    .toxinBox7 .toxinBox7_line1Left ul li div:last-of-type p {
        font-size: 0.875rem;
        color: #052b5e;
    }
    .toxinBox7 .toxinBox7_line1Right ul {
        flex-wrap: wrap;
    }
    .toxinBox7 .toxinBox7_line1Right li {
        width: calc((100% - 10px)/2);
    }
    .toxinBox7 .toxinBox7_line1Right li div {
        height: 140px;
    }
    .toxinBox7 .toxinBox7_line1Right li span {
        word-break: break-word;
        padding: 10px 20px;
    }
    .toxinBox7 .toxinBox7_line1Right img {
        min-height: 140px;
    }
    .toxinBox7 .toxinBox7_line1Right li:last-of-type span {
        letter-spacing: unset;
    }
}