/*插件样式*/
.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width: 208px !important;
    height: 208px !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.bsFrameDiv img {
    margin: 0 !important;
}

.bshare-custom {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #b2b2b2;
}

.bshare-custom.icon-medium-plus a {
    padding-left: 0 !important;
    color: #999999;
    margin: 0 0 0 22px !important;
    width: 40px !important;
    height: 40px !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.bshare-custom a:hover {
    text-decoration: none !important;
    opacity: 1;
    color: #36adad;
}

.BMap_Marker img {
    width: auto;
    display: inline-block;
}

.BMap_bubble_content img {
    width: auto;
    display: inline-block;
}

#ascrail2000 {
    padding: 20px 0;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-rails {
    cursor: pointer !important;
}

/*默认样式*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

html, body {
    font-family: "ROBOTO-REGULAR", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif";
    background: #fff;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    /*overflow-x: hidden;*/
}

/*#ascrail2000 {*/
/*    height: calc(100vh - 20px) !important;*/
/*    top: 10px!important;*/
/*    right: 3px!important;*/
/*    overflow: hidden!important;*/
/*}*/
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.body_flex {
    position: fixed;
}

img {
    border: none;
    display: block;
    width: 100%;
}

i {
    font-style: normal;
}

div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

video {
    outline: none;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "ROBOTO-LIGHT", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif";
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    padding: 7px 0 7px 5px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #4faad6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-animation {
    opacity: 0;
}

.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/
/*!*滚动条两端的按钮*!*/
/*::-webkit-scrollbar-button {*/
/*}*/
/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/
/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/
/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/
/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/
/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/
/*loading*/
.loading_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    -webkit-transition: all .8s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .8s .3s cubic-bezier(.645, .045, .355, 1);
}

.loading_active {
    left: -100%;
}

.loading_box {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.loading_logo {
    margin-bottom: 25px;
}

.loading_logo img {
    width: 260px;
}

.loading_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loading_read {
    width: 260px;
    margin: 0 auto;
}

.loading_line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: relative;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.loading_line_after {
    width: 0;
    height: 100%;
    background: #36adad;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.loading_number {
    padding-top: 16px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #999;
}

/*css play*/
.web_center {
    padding: 0 260px;
}

.index_box {
    width: 100%;
    height: 100vh;
}

.index_box .index_wrapper {
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.banner_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner_box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all .3s .2s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s .2s cubic-bezier(.34, .34, .27, .91);
}

.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.banner_img {
    height: 100%;
    overflow: hidden;
}

.banner_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /*-webkit-transition: all 2s cubic-bezier(.34, .34, .27, .91);*/
    /*transition: all 2s cubic-bezier(.34, .34, .27, .91);*/
}

.banner_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2s cubic-bezier(.34, .34, .27, .91);
    transition: all 2s cubic-bezier(.34, .34, .27, .91);
}

.banner_box .swiper-slide-active .banner_img video {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner_box .swiper-slide-active .banner_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner_read {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
    text-align: center;
}

.banner_title {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
}

.banner_line {
    width: 60px;
    height: 4px;
    background: #36adad;
    margin: 25px auto 20px;
}

.banner_but_box {
    margin: 0 auto;
    -webkit-align-items: center;
    align-items: center;
    background: #36adad;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: .5s cubic-bezier(.85, .07, .24, .85);
    transition: .5s cubic-bezier(.85, .07, .24, .85);
}

.banner_button_left .banner_but_box {
    margin: 0 !important;
}
.banner_but_title {
    font-size: 15px;
    line-height: 48px;
    color: #fff;
    padding: 0 35px 0 40px;
}

.banner_but_box:hover {
    background: #269999;
}

.banner_but_box:hover .banner_icon {
    background: #36adad;
}

.banner_but_box:hover .banner_icon_left {
    left: 0;
    opacity: 1;
}

.banner_but_box:hover .banner_icon_right {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
}

.banner_icon {
    position: relative;
    margin-right: 8px;
    background: #269999;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .5s cubic-bezier(.85, .07, .24, .85);
    transition: .5s cubic-bezier(.85, .07, .24, .85);
}

.banner_icon_item {
    position: relative;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .5s cubic-bezier(.85, .07, .24, .85);
    transition: .5s cubic-bezier(.85, .07, .24, .85);
}

.banner_icon_left {
    position: absolute;
    left: -8px;
    top: 0;
    opacity: 0;
}

.banner_icon_item:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner_button {
    margin-top: 70px;
    pointer-events: auto;
}

.banner_index_text {
    font-size: 56px;
    line-height: 76px;
    color: #fff;
    font-family: "ROBOTO-REGULAR", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.banner_tips {
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text {
    padding: 0 240px;
    font-size: 56px;
    line-height: 80px;
    color: #fff;
    /*font-family: "Microsoft YaHei UI Light", "微软雅黑 Light", Arial, Helvetica, sans-serif;*/
}

.banner_animate {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.banner_show {
    -webkit-animation: 1s animateShow forwards !important;
    animation: 1s animateShow forwards !important;
}

@-webkit-keyframes animateShow {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes animateShow {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

/*.banner_content .banner_animate:nth-child(1) {*/
/*    -webkit-animation-delay: 400ms;*/
/*    animation-delay: 400ms;*/
/*}*/
/*.banner_content .banner_animate:nth-child(2) {*/
/*    -webkit-animation-delay: 600ms;*/
/*    animation-delay: 600ms;*/
/*}*/
/*.banner_content .banner_animate:nth-child(3) {*/
/*    -webkit-animation-delay: 800ms;*/
/*    animation-delay: 800ms;*/
/*}*/
/*.banner_content .banner_animate:nth-child(4) {*/
/*    -webkit-animation-delay: 1000ms;*/
/*    animation-delay: 1000ms;*/
/*}*/
/*.banner_content .banner_animate:nth-child(5) {*/
/*    -webkit-animation-delay: 1200ms;*/
/*    animation-delay: 1200ms;*/
/*}*/
.banner_content .banner_animate:nth-child(1) {
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.banner_content .banner_animate:nth-child(2) {
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}

.banner_content .banner_animate:nth-child(3) {
    -webkit-animation-delay: 600ms !important;
    animation-delay: 600ms !important;
}

.banner_content .banner_animate:nth-child(4) {
    -webkit-animation-delay: 800ms !important;
    animation-delay: 800ms !important;
}

.banner_content .banner_animate:nth-child(5) {
    -webkit-animation-delay: 1000ms !important;
    animation-delay: 1000ms !important;
}

.banner_content .banner_animate:nth-child(6) {
    -webkit-animation-delay: 1200ms !important;
    animation-delay: 1200ms !important;
}

.public_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    pointer-events: none;
}

.public_bottom_active {
    opacity: 1 !important;
}

.public_bottom_active .public_icon_item_label {
    pointer-events: auto !important;
}

.public_header_wrap {
    padding: 47px 75px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_header_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #36adad;
    z-index: -1;
    pointer-events: auto;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.page_header_wrap .public_header_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
    pointer-events: auto;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.page_header_wrap .public_icon_item_read {
    background: #fafafa;
}

.public_header_logo {
    position: relative;
    overflow: hidden;
    width: 147px;
    pointer-events: auto;
}

.public_logo {
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_logo2 {
    position: absolute;
    left: 0;
    top: 100%;
}

.public_header_nav {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_nav_list .public_nav_item:first-child a {
    margin: 0 26px 0 0;
}

.public_nav_list .public_nav_item a {
    font-size: 15px;
    color: #fff;
    margin: 0 26px;
    pointer-events: auto;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_nav_item {
    line-height: 20px !important;
    height: 20px !important;
}

.public_nav_list .public_nav_item_rel {
    position: relative;
}

.public_nav_item_rel:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    top: 20px;
    pointer-events: auto;
}

.header_nav_active .public_nav_item_rel:before {
    height: 36px;
}

.public_nav_item_rel .public_nav_abs {
    position: absolute;
    left: 50%;
    top: 56px;
    width: 730px;
    padding-top: 0;
    margin-left: -365px;
    pointer-events: auto;
    display: none;
}

.public_nav_item_rel .public_nav_abs2 {
    width: 330px;
    margin-left: -165px;
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs {
    padding-top: 0;
}

.public_nav_item_rel .public_nav_abs_in {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 24px 40px;
    /*
    background:rgba(54,173,173,.8);
    */
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .8s cubic-bezier(.85, .07, .24, .85);
    transition: all .8s cubic-bezier(.85, .07, .24, .85);
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in {
    background: rgba(255, 255, 255, .8);
}

.public_nav_item_rel .public_nav_abs_in:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*
    border-bottom:16px solid rgb(54,173,173);
    */
    border-bottom: 16px solid rgba(255, 255, 255, .8);
    -webkit-transition: all .8s cubic-bezier(.85, .07, .24, .85);
    transition: all .8s cubic-bezier(.85, .07, .24, .85);
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:before {
    border-bottom-color: rgba(255, 255, 255, .8);
}

.public_nav_item_rel .public_nav_abs_in .chd_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    text-align: left;
    padding: 16px 10px;
    font-size: 15px;
    line-height: 20px;
}

.public_nav_item_rel .public_nav_abs_in .chd {
    color: #313131 !important;
    -webkit-transition: all .8s cubic-bezier(.85, .07, .24, .85);
    transition: all .8s cubic-bezier(.85, .07, .24, .85);
    margin: 0 !important;
}

.public_nav_item_rel .public_nav_abs_in .chd.hover,
.public_nav_item_rel .public_nav_abs_in:hover .chd.hover:hover,
.public_nav_item_rel .public_nav_abs_in .chd:hover {
    /*
    color:#ffffff!important;
    */
    color: #36adad !important;
}

.public_nav_item_rel .public_nav_abs_in:hover .chd.hover {
    color: #313131 !important;
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd {
    color: #313131 !important;
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd.hover,
.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:hover .chd.hover:hover,
.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd:hover {
    color: #36adad !important;
}

.header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:hover .chd.hover {
    color: #313131 !important;
}

.public_language {
    margin-left: 26px;
}

.public_language a {
    font-size: 15px;
    color: #fff;
    pointer-events: auto;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_wap_box {
    height: 66px;
    -webkit-align-items: center;
    align-items: center;
}

.public_header_search {
    pointer-events: none;
    position: relative;
    overflow: hidden;
    height: 45px;
}

.public_search_submit {
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    pointer-events: auto;
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.public_search_box {
    width: 320px;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.searchCurrent {
    pointer-events: auto;
}

.searchCurrent .public_search_box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.searchCurrent .public_search_submit {
    right: calc(100% - 50px) !important;
}

.public_search_submit a {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_search_close {
    display: block;
    width: 50px;
    height: 100%;
    position: relative;
}

.public_search_close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.public_search_close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.public_search_input {
    width: calc(100% - 50px);
    padding-left: 50px;
}

.public_search_input input {
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    line-height: 43px;
    color: #fff;
}

.public_search_input input::placeholder {
    color: #fff;
}

.public_search_click {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 999;
}

.publicCurrent {
    background: rgba(0, 0, 0, .7);
}

.public_bottom_wrap {
    position: absolute;
    bottom: 63px;
    padding: 0 75px;
    width: 100%;
    pointer-events: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.public_icon_item {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
}

.public_icon_item_read {
    line-height: 50px;
    color: #333;
    background: #fff;
    padding: 0 25px;
}

.public_icon_list {
    overflow: hidden;
}

.public_icon_list:hover .public_icon_item_read {
    pointer-events: auto;
}

.public_icon_item_label {
    font-size: 22px;
    width: 54px;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    z-index: 2;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_icon_item_label:after {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #36adad;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.public_icon_item_text {
    overflow: hidden;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 400px;
    -webkit-transform: translateX(454px);
    transform: translateX(454px);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.public_icon_item:hover .public_icon_item_label:after {
    right: 0;
}

.public_icon_item:hover .public_icon_item_text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.public_icon_dz {
    font-size: 12px;
    line-height: 28px;
}

.public_icon_tel,
.public_icon_tel a {
    font-size: 24px;
}

.public_icon_mail,
.public_icon_mail a {
    font-size: 16px;
}

.public_icon_item_label.icon-dizhi {
    font-size: 30px;
}

.public_icon_item_label.icon-dianhua {
    font-size: 26px;
}

.public_icon_item_label.icon-youxiang1 {
    font-size: 28px;
}

.public_bottom_line {
    margin-left: 45px;
    margin-bottom: 15px;
}

.public_line_box {
    height: 200px;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.public_line_box:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
    -webkit-animation: lineBottom 2s infinite normal cubic-bezier(.645, .045, .355, 1);
    animation: lineBottom 2s infinite normal cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes lineBottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }
}

@keyframes lineBottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }
}

.public_black .public_logo2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.public_black .public_logo1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.public_black .public_nav_list .public_nav_item a,
.public_black .public_language a,
.public_black .public_search_submit a,
.public_black .public_search_input input,
.public_black .public_search_input input::placeholder {
    color: #333333;
}

.public_black .public_search_close:after,
.public_black .public_search_close:before {
    background: #333333;
}

.public_black .public_search_box {
    border: 1px solid rgba(0, 0, 0, .7);
}

.public_black .public_icon_item_label {
    color: #333333;
}

.public_black .public_line_box {
    background: rgba(0, 0, 0, .2);
}

.public_black .public_line_box:after {
    background: #333333;
}

.public_black .public_icon_item_read {
    background: #eaeaea;
}

.public_black .public_icon_item_label:hover {
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_swiper_pagination {
    bottom: 80px !important;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner_box .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.banner_swiper_pagination .swiper-pagination-bullet {
    background: none;
    width: 80px;
    height: 16px;
    border-radius: 0;
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
    overflow: hidden;
}

.banner_swiper_pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    top: 37.5%;
    width: 100%;
    height: 25%;
    background: rgba(255, 255, 255, .4);
}

.banner_swiper_pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 0;
    top: 37.5%;
    width: 100%;
    height: 25%;
    background: #36adad;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/*.banner_swiper_current .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active:after {*/
/*    -webkit-animation: linePagination 16s forwards normal linear;*/
/*    animation: linePagination 16s forwards normal linear;*/
/*}*/
.banner_swiper_current .swiper-pagination-bullet-active:after {
    -webkit-animation: linePagination 8s forwards normal linear;
    animation: linePagination 8s forwards normal linear;
}

@-webkit-keyframes linePagination {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes linePagination {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.particles-js-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    pointer-events: none;
}

.particles-js-wrap1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36adad;
    pointer-events: none;
}

.particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.produce_page_wrap {
    position: relative;
    height: 100%;
    z-index: 999;
    padding: 0 240px;
    -webkit-align-items: center;
    align-items: center;
}

.produce_page_box {
    width: 100%;
    padding-top: 80px;
}

.produce_page_title {
    font-size: 52px;
    line-height: 60px;
    color: #333333;
    padding: 0 50px;
	font-family: "ROBOTO-MEDIUM", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.produce_page_list {
    margin-top: 120px;
    position: relative;
}

.produce_tab_page {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    pointer-events: none;
}

.produce_tab_icon {
    width: 60px;
    height: 100px;
    cursor: pointer;
    outline: none;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_tab_show .produce_tab_prev {
    opacity: 1;
    left: -5px;
    pointer-events: auto;
}

.produce_tab_show .produce_tab_next {
    opacity: 1;
    left: 5px;
    pointer-events: auto;
}

.produce_tab_prev:after {
    content: "";
    width: 45px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    top: 18px;
    left: 35%;
}

.produce_tab_prev:before {
    content: "";
    width: 45px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: 18px;
    left: 35%;
}

.produce_tab_prev {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.produce_tab_next {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.produce_tab_next:after {
    content: "";
    width: 45px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%);
    position: absolute;
    top: 18px;
    right: 35%;
}

.produce_tab_next:before {
    content: "";
    width: 45px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%);
    position: absolute;
    bottom: 18px;
    right: 35%;
}

.produce_tab_box {
    width: 100%;
    pointer-events: auto !important;
}

.pro_tab_list {
    pointer-events: auto !important;
}

.news_page_tab {
    pointer-events: auto !important;
}

.produce_tab_box .swiper-wrapper,
.pro_tab_list .swiper-wrapper,
.news_page_tab .swiper-wrapper {
    -webkit-transition: .8s cubic-bezier(.85, .07, .24, .85);
    transition: .8s cubic-bezier(.85, .07, .24, .85);
}

.produce_page_item {
    width: 100%;
    padding: 0 15px;
}

.index_animate {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
}

.index_show {
    animation: blurItem 1s forwards ease-in-out;
}

@keyframes blurItem {
    0% {
        pointer-events: none;
        opacity: 0;
        transform: translateY(40px);
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    100% {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

.index_wrap_box .index_animate:nth-child(1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_wrap_box .index_animate:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.index_wrap_box .index_animate:nth-child(3) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.index_wrap_box .index_animate:nth-child(4) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.index_wrap_box .index_animate:nth-child(5) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.index_wrap_box .index_animate:nth-child(6) {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
}

.index_wrap_box .index_animate:nth-child(7) {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
}

.index_wrap_box .index_animate:nth-child(8) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.index_wrap_box .index_animate:nth-child(9) {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
}

.produce_page_item a {
    display: block;
    position: relative;
    padding: 75px 0;
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_page_item a:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #36adad;
    z-index: -2;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_page_item a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #fff;
    z-index: -2;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_page_icon:before {
    font-size: 88px;
    background: linear-gradient(300deg, #69e1ca 10%, #623ed7, #623ed7 60%, #69e1ca);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_page_item a:hover .produce_page_icon:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.produce_page_item a:hover .produce_more_box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.produce_page_item a:hover .produce_page_text {
    color: #36adad;
}

.produce_page_item a:hover:after,
.produce_page_item a:hover:before {
    opacity: 1;
}

.produce_page_item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.produce_page_icon {
    margin: 0 auto;
    height: 96px;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.produce_page_icon img {
    width: auto;
}

.produce_page_text {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 40px 0 50px 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.produce_page_more {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.produce_more_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.produce_more_icon {
    font-size: 32px;
    color: #36adad;
}

.produce_more_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.produce_more_text {
    font-size: 22px;
    color: #36adad;
    margin-left: 12px;
}

.product_page_wrap {
    position: relative;
    height: 100%;
    z-index: 999;
    padding: 0 255px;
    -webkit-align-items: center;
    align-items: center;
}

.product_page_box {
    width: 100%;
    padding-top: 80px;
}

.product_page_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 35px;
}

.product_page_title {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
}

.product_more_box a {
    -webkit-align-items: center;
    align-items: center;
}

.product_more_text {
    font-size: 22px;
    color: #fff;
    margin-left: 12px;
}

.product_more_icon {
    font-size: 32px;
    color: #fff;
}

.product_more_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product_page_img {
    padding-bottom: 65%;
}

.product_page_img img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.product_page_item a:hover .product_page_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product_page_read {
    padding: 40px;
    background: #fff;
}

.product_page_line {
    height: 6px;
    width: 100%;
    background: #6850a1;
}

.product_page_tips {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.product_page_text {
    font-size: 14px;
    line-height: 26px;
    height: 104px;
    color: #b2b2b2;
    margin-top: 15px;
}

.product_page_list {
    padding-top: 80px;
}

.product_page_item {
    width: 100%;
    padding: 0 35px;
}

.product_page_item:nth-child(3n) {
    margin-right: 0;
}

.product_page_item a {
    display: block;
}

.about_page_wrap {
    position: relative;
    height: 100%;
    z-index: 999;
}

.about_page_box {
    height: 100%;
}

.about_page_content {
    height: 100%;
    width: 100%;
    position: relative;
}

.about_more_text {
    font-size: 22px;
    color: #fff;
    margin-left: 12px;
}

.about_more_box a {
    -webkit-align-items: center;
    align-items: center;
}

.about_more_icon {
    font-size: 32px;
    color: #fff;
}

.about_more_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_page_read {
    width: 50%;
    height: 100%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.about_page_video {
    width: 50%;
    height: 100%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.about_page_video:hover .about_video_text {
    letter-spacing: 3px;
}

.about_page_video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.about_more_wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.banner_wap {
    display: none;
}

.about_video_dw {
    display: none;
}

.about_page_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.about_page_left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_page_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_page_back img {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about_page_title {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
	font-family: "ROBOTO-MEDIUM", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.about_page_text {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-top: 110px;
}

.about_list_item:nth-child(3) {
    width: 38%;
}

.about_list_item {
    width: 31%;
}

.about_list_title {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.about_list_number {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.about_list_span {
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    margin-left: 10px;
}

.about_list_text {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}

.about_page_list {
    padding: 55px 0 70px 0;
}

.about_video_click {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.about_video_play {
    color: #fff;
    text-align: center;
}

.about_video_icon {
    font-size: 84px;
}

.about_video_text {
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news_page_wrap {
    position: relative;
    height: 100%;
    z-index: 999;
    -webkit-align-items: center;
    align-items: center;
}

.news_page_box {
    position: relative;
    padding: 80px 290px 0 290px;
    width: 100%;
}

.news_page_back {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.news_page_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.news_page_title {
    font-size: 52px;
    line-height: 62px;
    color: #333333;
	font-family: "ROBOTO-MEDIUM", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.news_more_box a {
    -webkit-align-items: center;
    align-items: center;
}

.news_more_icon {
    font-size: 32px;
    color: #36adad;
}

.news_more_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_more_text {
    font-size: 22px;
    color: #36adad;
    margin-left: 12px;
}

.news_page_list {
    padding-top: 20px;
    width: 100%;
}

.news_page_tab .news_page_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_page_tab .news_page_wrapper .swiper-slide {
    width: 50%;
    margin-top: 80px;
    height: auto;
}

.news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n+1) {
    padding: 0 100px 0 0;
}

.news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n) {
    padding: 0 0 0 100px;
}

.news_item_title {
    margin-bottom: 15px;
    width: 100%;
}

.news_item_title a {
    display: inline-block;
    color: #4c4c4c;
    font-size: 22px;
    line-height: 32px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_item_icon {
    color: #999999;
    font-size: 22px;
}

.news_item_time {
    -webkit-align-items: center;
    align-items: center;
}

.news_item_day {
    font-size: 16px;
    color: #cccccc;
    margin-left: 10px;
}

.news_item_text {
    font-size: 15px;
    line-height: 28px;
    color: #808080;
    margin: 25px 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item_more_box a {
    width: auto;
    -webkit-align-items: center;
    align-items: center;
}

.news_item_more_box .news_item_more_center {
    width: auto;
    -webkit-align-items: center;
    align-items: center;
}

.news_more_line_box {
    position: relative;
    overflow: hidden;
    width: 35px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_item_more_line {
    height: 2px;
    width: 100%;
    background: #36adad;
}

.news_item_more_line:nth-child(2) {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
}

.news_more_text_box {
    position: relative;
    overflow: hidden;
}

.news_item_more_text {
    font-size: 18px;
    line-height: 28px;
    color: #36adad;
    margin-left: 8px;
}

.news_item_more_text:nth-child(2) {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.news_page_item:hover .news_item_title a {
    color: #000;
}

.news_page_item:hover .news_item_more_box a .news_more_line_box {
    width: 70px;
}

.news_page_item:hover .news_item_more_box a.news_item_more_line:nth-child(1) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_page_item:hover .news_item_more_box a .news_item_more_line:nth-child(2) {
    left: 0;
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.news_page_item:hover .news_item_more_box a .news_item_more_text:nth-child(1) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.news_page_item:hover .news_item_more_box a .news_item_more_text:nth-child(2) {
    top: 0;
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.foot_page_wrap {
    position: relative;
    height: 100%;
    z-index: 999;
    align-items: flex-end;
}

.index_page_wrap {
    background: #f7fafa;
}

.foot_page_box {
    padding: 0 240px;
    width: 100%;
}

.foot_page_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 50px;
}

.foot_page_title {
    padding-bottom: 40px;
}

.foot_page_title a {
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    color: #666666;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.foot_page_title a:hover {
    color: #000;
}

.foot_page_ul {
    padding-right: 10px;
}

.foot_page_li a {
    font-size: 15px;
    line-height: 34px;
    color: #b2b2b2;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
.foot_page_li a.space-over{
    display: inline-block;
    max-width:100%;
}

.foot_page_li a:hover {
    color: #333;
}

.foot_page_line {
    height: 1px;
    width: 100%;
    background: #dedede;
}

.foot_page_ewm {
    width: 150px;
}

.foot_page_bq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 120px 0 65px 0;
}

.foot_bq_item,
.foot_bq_item a {
    font-size: 15px;
    line-height: 25px;
    height: 25px;
    color: #7d7d7d;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.foot_bq_item a:hover {
    color: #333;
}

.foot_bq_item span {
    padding: 0 20px;
}

.foot_page_item {
    width: 180px;
}

@media screen and (min-width:1900px){
    .foot_page_item {
        width: 170px;
    }

    .foot_page_item:first-child {
        width: 160px;
    }

    .foot_page_item:nth-child(4) {
        width: 150px;
    }

    .foot_page_item:nth-child(4) ~ .foot_page_item {
        width: 160px;
    }

}

.about_page_center {
    padding: 80px 120px 0 180px;
}

.pro_tab_pagination {
    display: none;
}

.foot_page_contact {
    display: none;
}

.public_black .public_nav_active a {
    color: #000 !important;
}

.public_black .public_nav_default a {
    color: #333333 !important;
}

.public_black .public_nav_hover a {
    color: #000 !important
}

.page_header_wrap .public_nav_active a {
    color: #36adad !important;
}

.page_header_wrap .public_header_wrap {
    padding: 17px 75px;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.page_header_wrap .public_nav_default a {
    color: #313131 !important;
}

.page_header_wrap .public_nav_hover a {
    color: #36adad !important
}

.page_header_wrap .public_header_wrap:after {
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.page_header_wrap .public_bottom_line {
    opacity: 0;
}

.page_header_wrap .public_logo1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.page_header_wrap .public_logo2 {
    top: 0;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.page_header_wrap .public_nav_list .public_nav_item a,
.page_header_wrap .public_language a,
.page_header_wrap .public_search_submit a,
.page_header_wrap .public_search_input input,
.page_header_wrap .public_search_input input::placeholder {
    color: #313131;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.page_header_wrap .public_language a:hover {
    color: #36adad;
}

.page_header_wrap .public_search_box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #313131;
}

.page_header_wrap .public_search_close:before,
.page_header_wrap .public_search_close:after {
    background: #313131;
}

.page_header_wrap .public_icon_item_label {
    color: #313131;
    pointer-events: none;
}

.public_icon_item:hover .public_icon_item_label {
    color: #fff;
}

.page_header_wrap .public_bottom_wrap {
    padding: 0 10px;
}

.page_header_wrap .public_bottom_icon {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active {
    padding: 12px 75px !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_nav_active a {
    color: #fff !important;
}

.header_nav_active:after {
    top: 0 !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_logo1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_logo2 {
    top: 100%;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_nav_list .public_nav_item a,
.header_nav_active .public_language a,
.header_nav_active .public_search_submit a,
.header_nav_active .public_search_input input,
.header_nav_active .public_search_input input::placeholder {
    color: #fff !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_search_box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.header_nav_active .public_search_close:before,
.header_nav_active .public_search_close:after {
    background: #fff;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.index_video_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .8);
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s .2s ease;
    transition: all .5s .2s ease;
}

.index_video_active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index_video_active .index_video_item {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}

.index_video_active .index_video_close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s .2s ease;
    transition: all .5s .2s ease;
}

.index_video_box {
    width: 65%;
}

.index_video_item {
    width: 100%;
    padding-bottom: 63.15789%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}

.index_video_item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_video_close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.index_video_close:hover:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.index_video_close:hover:before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.index_video_close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.index_video_close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.inner_page_wrap .foot_page_head {
    padding-bottom: 70px;
}

.inner_page_wrap .foot_page_bq {
    padding: 60px 0 65px 0;
}

.inner_page_wrap .foot_page_box {
    margin-top: 149px;
}

.foot_content_box {
    position: relative;
    top: -50%;
    left: 0;
    background: #f7fafa;
    width: 100%;
}

.foot_item_line {
    width: 100%;
    height: 12px;
}

.foot_item_after {
    width: 68.75%;
    height: 100%;
    background: #36adad;
}

.foot_item_center {
    width: 10.4%;
    height: 100%;
    background: #b1ddd3;
}

.foot_item_before {
    width: 20.85%;
    height: 100%;
    background: #6850a1;
}

.page_banner_img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 39.5833%;
    z-index: 1;
}

.page_banner_img img {
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.content_page_wrap {
    position: relative;
    z-index: 1000;
    min-height: 100vh;
    background: #fff;
}

.page_banner_box {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.page_banner_back {
    padding-bottom: 39.5833%;
}

.page_content_box {
    position: relative;
    z-index: 2;
    background: #fff;
}

.page_banner_item {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.page_center {
    padding: 0 290px;
}

.content_page_cdmo_wrap .page_center {
    padding: 0 75px;
}

.page_banner_content_for_checking {
    max-width: 40%;
}

.page_banner_content {
    position: relative;
    pointer-events: none;
    overflow: hidden;
}

.page_banner_after {
    position: absolute;
    left: 0;
    top: 0;
    background: #7560a9;
    width: 100%;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    height: 0;
    z-index: 1;
    opacity: .9;
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}

.page_banner_package {
    overflow: hidden;
}

.AddPackAgeBanner {
    pointer-events: auto;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.AddPackAgeBanner .page_banner_after {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.AddPackAgeBanner .bannerHide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddPackAgeBanner .page_banner_title .bannerHide {
    -webkit-transition: all 1s .3s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s .3s cubic-bezier(.165, .84, .44, 1);
}

.AddPackAgeBanner .page_banner_text .bannerHide {
    -webkit-transition: all 1s .4s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s .4s cubic-bezier(.165, .84, .44, 1);
}

/*.AddPackAgeBanner:hover {*/
/*    padding: 0 60px 0 0;*/
/*}*/
/*.AddPackAgeBanner:hover .page_banner_after {*/
/*    opacity: 1;*/
/*    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);*/
/*    transition: all .6s cubic-bezier(.77, 0, .175, 1);*/
/*}*/
.page_banner_read {
    position: relative;
    z-index: 2;
    padding: 60px;
}

.bannerHide {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.page_banner_title {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

.page_banner_text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.about_content_item {
    width: 50%;
}

.about_content_photo {
    width: 50%;
    position: relative;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
    transition: all .5s cubic-bezier(.075, .82, .165, 1);
}

.about_content_package {
    padding-right: 80px;
    position: relative;
}

.about_content_tips {
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    font-weight: bold;
}

.about_content_line {
    margin-top: 20px;
    width: 120px;
    height: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.about_content_color {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
}

.about_content_after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_content_purple {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #6850a1;
    z-index: 1;
}

.about_content_blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #b1ddd3;
    z-index: 2;
}

.about_content_green {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #36adad;
    z-index: 3;
}

.about_content_text {
    font-size: 14px;
    line-height: 26px;
    height: 330px;
    overflow: hidden;
    color: #4c4c4c;
}

.about_content_read {
    position: relative;
    margin-top: 60px;
}

.about_content_title {
    position: relative;
}

.whiteAfter {
    overflow: hidden;
}

.whiteAfter:after {
    content: "";
    z-index: 9;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.AboutFadeInUp {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.AddAboutRead .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddAboutRead .about_content_title {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddAboutRead .about_content_read {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddAboutRead .about_content_count {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.AddAboutRead .about_content_purple {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddAboutRead .about_content_blue {
    width: 71%;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.AddAboutRead .about_content_green {
    width: 50%;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.about_content_box {
    padding: 150px 0 180px 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.about_content_img {
    padding-bottom: 86.41791%;
    z-index: 1;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.about_content_img img {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.about_img_purple {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.about_img_purple:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #6850a1;
    -webkit-transition: all .7s .3s ease;
    transition: all .7s .3s ease;
}

.about_content_wy {
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.about_content_photo:hover .about_img_purple {
    left: 0;
    top: 0;
}

.about_content_photo:hover .about_content_wy {
    -webkit-transform: translateX(30px) translateY(30px);
    transform: translateX(30px) translateY(30px);
}

.about_content_photo:hover .about_content_img img {
    -webkit-transform: scale(1.2);
}

.AddAboutImg {
    opacity: 1;
}

.AddAboutImg .about_img_purple:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.AddAboutImg .about_content_img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.AddAboutImg .about_content_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about_content_count {
    margin-top: 40px;
    position: relative;
}

.about_count_item {
    width: 33.3333%;
}

.about_count_number {
    font-size: 60px;
    line-height: 70px;
    color: #36adad;
}

.about_count_icon {
    font-size: 20px;
    line-height: 40px;
    color: #36adad;
    margin-left: 10px;
}

.about_count_text {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.about_vision_item {
    width: 50%;
    text-align: center;
}

.about_vision_item:nth-child(2) {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.about_vision_width {
    width: calc(100% - 160px);
}

.about_vision_back {
    padding-bottom: 0;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.about_vision_back img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.about_vision_height {
    padding-bottom: 44.791666%;
}

.AddAboutBack .about_vision_back {
    padding-bottom: 44.791666%;
}

.about_vision_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about_vision_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.about_vision_content {
    width: 100%;
}

.about_vision_icon {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 10px;
    color: #fff;
}

.about_vision_title {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}

.about_vision_text {
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    font-weight: lighter;
}

.about_vision_center {
    padding: 15px 0;
    position: relative;
}

.about_vision_center:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AboutVisionTop {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.AddAboutVision:after {
    height: 100%;
}

.AddAboutVision .AboutVisionTop {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddAboutVision .about_vision_icon {
    transition-delay: .6s;
}

.AddAboutVision .about_vision_title {
    transition-delay: .7s;
}

.AddAboutVision .about_vision_read {
    transition-delay: .8s;
}

.about_wap_photo {
    width: 59.375%;
    position: relative;
}

.about_wap_tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_wap_item {
    width: 2.2824%;
    position: absolute;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.AddAboutWap .about_wap_item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddAboutWap .about_wap_item:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddAboutWap .about_wap_item:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddAboutWap .about_wap_item:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddAboutWap .about_wap_item:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.AddAboutWap .about_wap_item:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.AddAboutWap .about_wap_item:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.AddAboutWap .about_wap_item:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.AddAboutWap .about_wap_item:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.AddAboutWap .about_wap_item:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.AddWapText .about_content_purple {
    width: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddWapText .about_content_blue {
    width: 71%;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.AddWapText .about_content_green {
    width: 50%;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.AddWapText .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddWapText .about_content_tips {
    transition-delay: .1s;
}

.AddWapText .about_wap_max {
    transition-delay: .2s;
}

.AddWapText .about_wap_sort {
    transition-delay: .3s;
}

.AddWapText .about_wap_read {
    transition-delay: .4s;
}

.about_wap_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 79.3%;
    text-align: center;
    font-size: 11px;
    color: #333;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 30px;
}

.about_wap_itemMax {
    width: 2.53508%;
}

.about_wap_itemMax .about_wap_text {
    width: 100%;
    font-size: 12px;
}

.about_wap_item:nth-child(1) {
    left: 63.50877%;
    top: 52.49695%;
}

.about_wap_item:nth-child(2) {
    left: 73.50877%;
    top: 61.023142%;
}

.about_wap_item:nth-child(3) {
    left: 71.57894%;
    top: 56.02923%;
}

.about_wap_item:nth-child(4) {
    left: 50%;
    top: 66.62606%;
}

.about_wap_item:nth-child(5) {
    left: 82.7192%;
    top: 27.79658%;
}

.about_wap_item:nth-child(6) {
    left: 73.8%;
    top: 67.96589%;
}

.about_wap_item:nth-child(7) {
    left: 76.66666%;
    top: 66.5042%;
}

.about_wap_item:nth-child(8) {
    left: 71.666667%;
    top: 77.3447%;
}

.about_wap_item:nth-child(9) {
    left: 66.5%;
    top: 85.287454%;
}

.about_wap_big {
    width: 100%;
    padding-right: 290px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_wap_content {
    width: 40.625%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.about_wap_box {
    padding: 90px 0 200px 0;
}

.about_sort_icon {
    width: 13px;
}

.about_wap_max {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 70px;
}

.about_wap_sort {
    padding: 35px 0;
}

.about_sort_item {
    -webkit-align-items: center;
    align-items: center;
    margin-right: 50px;
}

.about_sort_item:last-child {
    margin-right: 0;
}

.about_sort_title {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 10px;
}

.about_wap_read {
    font-size: 12px;
    line-height: 22px;
    height: 90px;
    overflow: hidden;
    color: #666666;
}

.about_wap_center {
    width: 100%;
    margin-top: 149px;
}

.cursorDiv {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    pointer-events: none;
}

.platform_wrap {
    padding: 150px 0 0 0;
}

.platform_box {
    width: 100%;
}

.pro_box_width {
    width: 100%;
}

.platform_list_wrap {
    width: 240px;
    position: relative;
}

.pro_list_wrap {
    width: 300px;
    position: relative;
}

.content_page_cdmo_wrap .pro_list_wrap {
    width: 520px;
}

.platform_after {
    width: 100%;
    height: 120px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.platform_list_box {
    width: 100%;
}

.AddPlatformTitle .platform_title_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddPlatformTitle .platform_title_after {
    width: 100%;
}

.AddPlatformTitle .platform_ul_item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.platform_read_wrap {
    padding-left: 80px;
    width: calc(100% - 240px);
}

.pro_read_wrap {
    padding-left: 80px;
    width: calc(100% - 300px);
}

.content_page_cdmo_wrap .pro_read_wrap {
    width: calc(100% - 520px);
}

.platform_title_box {
    background: #76787b;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.platform_ul_item:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.platform_ul_item:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.platform_ul_item:nth-child(3) {
    -webkit-transition-delay: 3s;
    transition-delay: .3s;
}

.platform_ul_item:nth-child(4) {
    -webkit-transition-delay: 4s;
    transition-delay: .4s;
}

.platform_ul_item:nth-child(5) {
    -webkit-transition-delay: 5s;
    transition-delay: .5s;
}

.platform_ul_item:nth-child(6) {
    -webkit-transition-delay: 6s;
    transition-delay: .6s;
}

.platform_ul_item:nth-child(7) {
    -webkit-transition-delay: 7s;
    transition-delay: .7s;
}

.platform_ul_item:nth-child(8) {
    -webkit-transition-delay: 8s;
    transition-delay: .8s;
}

.platform_ul_item:nth-child(9) {
    -webkit-transition-delay: 9s;
    transition-delay: .9s;
}

.platform_title_after {
    width: 0;
    height: 5px;
    background: #36adad;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.platform_title_text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 90px;
    padding-left: 30px;
}

.content_page_cdmo_wrap .platform_title_text {
    white-space: nowrap;
    overflow: hidden;
}

.platform_ul_item a {
    line-height: 78px;
    padding: 0 33px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.platform_ul_item {
    margin-top: 1px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.platform_ul_item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dedede;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.platform_ul_item:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    background: #36adad;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.platform_text_label {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.platform_icon_box {
    overflow: hidden;
    position: relative;
    margin-right: 25px;
    display: none;
}

.platform_ul_icon {
    font-size: 24px;
    color: #36adad;
}

.platform_hover_icon {
    font-size: 24px;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.platform_text_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}
.platform_text_independent {
    width: calc(100% - 50px);
}
.platform_list_icon .platform_text_box {
    width: 100%;
}

.platform_ul_text {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.platform_hover_text {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*鼠标移出*/
.platform_ul_default .platform_hover_text {
    left: 0;
    -webkit-animation: platRight .4s ease forwards;
    animation: platRight .4s ease forwards;
}

.platform_ul_default .platform_hover_icon {
    left: 0;
    -webkit-animation: platRight .4s 50ms ease forwards;
    animation: platRight .4s 50ms ease forwards;
}

.platform_ul_default:before {
    left: 0;
    -webkit-animation: platRight .4s 300ms ease forwards;
    animation: platRight .4s 300ms ease forwards;
}

.platform_ul_default .pro_but_icon_label:nth-child(2) {
    left: 0;
    -webkit-animation: platRight .4s 350ms ease forwards;
    animation: platRight .4s 350ms ease forwards;
}

.platform_ul_default .platform_ul_text {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: platRightDefault .4s 350ms ease forwards;
    animation: platRightDefault .4s 350ms ease forwards;
}

.platform_ul_default .platform_ul_icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: platRightDefault .4s 400ms ease forwards;
    animation: platRightDefault .4s 400ms ease forwards;
}

.platform_ul_default .pro_but_icon_label:nth-child(1) {
    left: 0;
    -webkit-animation: platRightDefault .4s 450ms ease forwards;
    animation: platRightDefault .4s 450ms ease forwards;
}

/*当前*/
.platform_ul_current .platform_ul_icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: platLeftDefault .4s ease forwards;
    animation: platLeftDefault .4s ease forwards;
}

.platform_ul_current .platform_ul_text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: platLeftDefault .4s 50ms ease forwards;
    animation: platLeftDefault .4s 50ms ease forwards;
}

.platform_ul_current:before {
    left: -100%;
    -webkit-animation: platLeft .4s 300ms ease forwards;
    animation: platLeft .4s 300ms ease forwards;
}

.platform_ul_current .platform_hover_icon {
    left: -100%;
    -webkit-animation: platLeft .4s 350ms ease forwards;
    animation: platLeft .4s 350ms ease forwards;
}

.platform_ul_current .platform_hover_text {
    left: -100%;
    -webkit-animation: platLeft .4s 400ms ease forwards;
    animation: platLeft .4s 400ms ease forwards;
}

.platform_ul_current .pro_but_icon_label:nth-child(2) {
    left: -100%;
    -webkit-animation: platLeft .4s 450ms ease forwards;
    animation: platLeft .4s 450ms ease forwards;
}

.platform_ul_current .pro_but_icon_label:before {
    height: 0;
}

.platform_ul_current .platform_icon_after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/*当前移出*/
.platform_ul_index .platform_hover_text {
    left: 0;
    -webkit-animation: platRight .4s ease forwards;
    animation: platRight .4s ease forwards;
}

.platform_ul_index .platform_hover_icon {
    left: 0;
    -webkit-animation: platRight .4s 50ms ease forwards;
    animation: platRight .4s 50ms ease forwards;
}

.platform_ul_index:before {
    left: 0;
    -webkit-animation: platRight .4s 300ms ease forwards;
    animation: platRight .4s 300ms ease forwards;
}

.platform_ul_index .platform_ul_text {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: platRightDefault .4s 350ms ease forwards;
    animation: platRightDefault .4s 350ms ease forwards;
}

.platform_ul_index .platform_ul_icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: platRightDefault .4s 400ms ease forwards;
    animation: platRightDefault .4s 400ms ease forwards;
}

.platform_ul_index .pro_but_icon_label:nth-child(2) {
    left: 0;
    -webkit-animation: platRightDefault .4s 450ms ease forwards;
    animation: platRightDefault .4s 450ms ease forwards;
}

/*鼠标移入*/
.platform_ul_hover .platform_ul_text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: platLeftDefault .4s ease forwards;
    animation: platLeftDefault .4s ease forwards;
}

.platform_ul_hover .platform_ul_icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: platLeftDefault .4s 50ms ease forwards;
    animation: platLeftDefault .4s 50ms ease forwards;
}

.platform_ul_hover .pro_but_icon_label:nth-child(1) {
    -webkit-animation: platLeftDefault .4s 100ms ease forwards;
    animation: platLeftDefault .4s 100ms ease forwards;
}

.platform_ul_hover:before {
    left: -100%;
    -webkit-animation: platLeft .4s 300ms ease forwards;
    animation: platLeft .4s 300ms ease forwards;
}

.platform_ul_hover .platform_hover_icon {
    left: -100%;
    -webkit-animation: platLeft .4s 350ms ease forwards;
    animation: platLeft .4s 350ms ease forwards;
}

.platform_ul_hover .platform_hover_text {
    left: -100%;
    -webkit-animation: platLeft .4s 400ms ease forwards;
    animation: platLeft .4s 400ms ease forwards;
}

.platform_ul_hover .pro_but_icon_label:nth-child(2) {
    left: -100%;
    -webkit-animation: platLeft .4s 450ms ease forwards;
    animation: platLeft .4s 450ms ease forwards;
}

@-webkit-keyframes platLeftDefault {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes platLeftDefault {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes platLeft {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@keyframes platLeft {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

/*-------------------------*/
@-webkit-keyframes platRight {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes platRight {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes platRightDefault {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes platRightDefault {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*.platform_ul_item:hover:before {*/
/*    left: 0;*/
/*}*/
/*.platform_ul_item:hover .platform_ul_icon {*/
/*    -webkit-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
/*    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);*/
/*    transition: all .6s cubic-bezier(.165, .84, .44, 1);*/
/*}*/
/*.platform_ul_item:hover .platform_ul_text {*/
/*    -webkit-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
/*    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);*/
/*    transition: all .6s cubic-bezier(.165, .84, .44, 1);*/
/*}*/
/*.platform_ul_item:hover .platform_icon_hover {*/
/*    left: 0;*/
/*    -webkit-transition: all .6s .2s cubic-bezier(.165, .84, .44, 1);*/
/*    transition: all .6s .2s cubic-bezier(.165, .84, .44, 1);*/
/*}*/
/*.platform_ul_item:hover .platform_hover_text {*/
/*    left: 0;*/
/*    -webkit-transition: all .6s .2s cubic-bezier(.165, .84, .44, 1);*/
/*    transition: all .6s .2s cubic-bezier(.165, .84, .44, 1);*/
/*}*/
.platform_read_content img {
    display: inline-block;
    vertical-align: bottom;
    padding: 30px 0 0 0;
}

.AddPlatformShow .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddPlatformShow .about_content_purple {
    width: 100%;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddPlatformShow .about_content_blue {
    width: 71%;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.AddPlatformShow .about_content_green {
    width: 50%;
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.platform_read_button {
    display:inline-block;
    width: 220px;
    text-align: center;
    background: #6850a1;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.platform_read_label {
    width: 100%;
    font-size: 16px;
    line-height: 72px;
    color: #fff;
}

.platform_read_label:nth-child(1) {
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_label:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_button:hover .platform_read_label:nth-child(1) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_button:hover .platform_read_label:nth-child(2) {
    top: 0;
    opacity: 1;
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_submit_checking_in {
    padding: 10px 0;
}
.platform_read_checking_button {
    width: 160px;
    text-align: center;
    background: #36adad;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.platform_read_checking_label {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

.platform_read_checking_label:nth-child(1) {
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_checking_label:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_checking_button:hover .platform_read_checking_label:nth-child(1) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.platform_read_checking_button:hover .platform_read_checking_label:nth-child(2) {
    top: 0;
    opacity: 1;
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}


.platform_read_title {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: calc(100% - 240px);
}

.platform_read_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 70px;
    /*height: 72px;*/
}

.show_content h1,
.show_content h2,
.show_content h3,
.show_content h4,
.show_content h5 {
    font-size: 1.5em;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.show_content .AddPlatformContent {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddFixed {
    position: fixed;
    top: 120px;
    width: 240px;
}

.AddFixed2 {
    position: fixed;
    top: 120px;
    width: 300px;
}

.content_page_cdmo_wrap .AddFixed2 {
    width: 520px;
}

.AddHide {
    pointer-events: none;
}

.AddHide .platform_ul_item {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}

.AddHide .platform_title_box {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}

.platform_popup_wrap {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s .3s cubic-bezier(.165, .84, .44, 1);
}

.platform_popup_box {
    width: 31.25%;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.popupActive {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.popupActive .platform_popup_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .6s .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s .3s cubic-bezier(.165, .84, .44, 1);
}

.platform_popup_content {
    width: 100%;
    background: #f5f5f5;
}
.platform_popup_title {
    background: #36adad;
    font-size: 22px;
    line-height: 80px;
    color: #fff;
    padding: 0 50px;
    text-align: center;
}
.platform_popup_title_left {
    text-align: left;
}
.platform_popup_form {
    padding: 20px 50px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.platform_popup_list {
    width: 100%;
}

.platform_popup_list .platform_popup_item:nth-child(1) {
    margin-right: 10px;
}

.platform_popup_list .platform_popup_item_xgl:nth-child(1) {
    margin-right: 0px;
}

.platform_popup_list .platform_popup_item {
    width: calc(50% - 5px);
}

.platform_popup_max .platform_popup_item {
    width: 100%;
}

.platform_popup_item {
    margin-bottom: 10px;
}

.platform_popup_item.platform_popup_item_xgl {
    margin-bottom: 0px;
}

.platform_popup_item input {
    background: #fff;
    line-height: 56px;
    width: 100%;
    color: #333;
    padding: 0 20px;
    font-size: 16px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.platform_popup_item textarea {
    background: #fff;
    line-height: 26px;
    height: 112px;
    width: 100%;
    color: #333;
    font-size: 16px;
    padding: 10px 20px;
    resize: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.platform_popup_item textarea:focus,
.platform_popup_item input:focus {
    border-color: #36adad;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
}

.platform_popup_item input::placeholder,
.platform_popup_item textarea::placeholder {
    color: #cccccc;
}

.platform_popup_button button {
    width: 100%;
    line-height: 66px;
    color: #fff;
    background: #36adad;
    margin-top: 20px;
    font-size: 20px;
    outline: none;
    cursor: pointer;
}

.platform_popup_checkbox {
    padding-top: 30px;
    font-size: 12px;
    line-height: 22px;
    color: #999999;
}

.platform_popup_checkbox_gg1 {
    padding-top: 0;
    padding-bottom: 30px;
}

.platform_read_pop_box_gg1 {
    margin-top: 30px;
}

.platform_popup_checkbox input {
    width: 18px;
    height: 18px;
    border: 1px solid #36adad;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.platform_popup_checkbox input:checked {
    background: url(../images/cd-icon-check.svg) no-repeat center center #36adad;
    background-size: 150%;
}

.platform_popup_checkbox a {
    color: #36adad;
}

.platform_group_xgl_tit {
    font-size: 20px;
    line-height: 60px;
    background-color: #ddd;
    color: #333;
    text-align: center;
}

.platform_group_xgl_wrap .platform_popup_list {
    border: 1px solid #ddd;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.platform_group_xgl_wrap .platform_popup_list + .platform_popup_list {
    border-top: none;
}

.platform_popup_item_tit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 25%;
}

.platform_popup_item_tit .tit {
    padding: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.platform_popup_item_con {
    padding: 12px 15px;
    border-left: 1px solid #ddd;
}

.platform_group_xgl_wrap .platform_popup_checkbox {
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
}

.platform_group_xgl_wrap .platform_popup_checkbox input[type=checkbox],
.platform_group_xgl_wrap .platform_popup_checkbox input[type=radio] {
    vertical-align: -2px;
    float: left;
}

.platform_group_xgl_wrap .platform_popup_checkbox_last input[type=checkbox],
.platform_group_xgl_wrap .platform_popup_checkbox_last input[type=radio] {
    float: none;
}

.platform_popup_other_line {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.platform_popup_checkbox .platform_popup_other_line input {
    display: inline-block;
    vertical-align: bottom;
    width: 200px;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    height: 32px;
    padding: 4px 5px;
    color: #333;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}

.platform_popup_checkbox .platform_popup_other_line input:focus {
    border-color: #36adad;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
}

.platform_group_xgl_wrap_mar {
    margin-bottom: 10px;
}

.platform_popup_close {
    background: #fff;
    width: 46px;
    height: 46px;
    position: absolute;
    right: -23px;
    top: -23px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.platform_popup_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    height: 2px;
    width: 40%;
    background: #494949;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.platform_popup_close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    height: 2px;
    width: 40%;
    background: #494949;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.platform_popup_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.platform_popup_close:hover:before,
.platform_popup_close:hover:after {
    width: 50%;
}

@media screen and (min-width:1201px){
    .asktable_wrap{
        padding-top:80px;
        padding-bottom:60px;
    }
    .asktable_wrap .platform_popup_content {
        background: #fff;
    }
    .asktable_wrap .platform_popup_title,.asktable_wrap .platform_read_pop_title{
        font-size: 40px;
        font-weight: bold;
        color: #333;
    }
    .asktable_wrap .platform_popup_title {
        background: #ffffff;
        line-height: 80px;
        padding: 0;
        text-align: left;
        margin-bottom: 30px;
    }
    .asktable_wrap .platform_read_pop_title{
        line-height:60px;
        margin-bottom: 0;
    }
    .asktable_wrap .platform_read_pop_text{
        font-size:16px;
        line-height:36px;
        color:#666;
        margin-bottom: 0;
    }
    .asktable_wrap .platform_popup_form {
        padding: 0;
        max-height: none;
        overflow-x: visible;
        overflow-y: visible;
    }
    .asktable_wrap .platform_popup_max_wrap{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width:100%;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item:nth-child(1) {
        margin-right: 20px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item_xgl:nth-child(1) {
        margin-right: 0px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 10px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_list{
        width:calc( (100% - 40px) / 3 * 2 + 20px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_max{
        width:calc( (100% - 40px) / 3 );
        margin-left: 20px;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 10px);
    }
    .asktable_wrap .platform_popup_max .platform_popup_item {
        width: 100%;
    }
    .asktable_wrap .platform_popup_item{
        margin-bottom: 20px;
    }
    .asktable_wrap .platform_popup_item.platform_popup_item_xgl {
        margin-bottom: 0px;
    }
    .asktable_wrap .platform_popup_item input {
        border:1px solid #ededed;
        padding: 0 24px;
        color:#333;
    }
    .asktable_wrap .platform_popup_item textarea {
        border:1px solid #ededed;
        padding: 16px 24px;
        height:200px;
        color:#333;
    }
    .asktable_wrap .platform_popup_item textarea:focus,
    .asktable_wrap .platform_popup_item input:focus {
        border-color: #36adad;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 173, 173, .6);
    }
    .asktable_wrap .platform_popup_item input::placeholder,
    .asktable_wrap .platform_popup_item textarea::placeholder {
        color: #999;
    }
    .asktable_wrap .platform_popup_button button {
        width: 200px;
        line-height: 66px;
        margin-top: 40px;
        font-size: 22px;
        text-align:center;
    }
    .asktable_wrap .platform_group_xgl_tit {
        display:none;
    }
    .asktable_wrap .platform_popup_inputs_parent{
        padding-bottom:30px;
    }
    .asktable_wrap .platform_popup_item_tit .tit{
        font-size:18px;
        line-height:40px;
        color:#666;
        padding:0 0 16px;
    }
    .asktable_wrap .platform_popup_item_tit .tit br{
        display:none;
    }
    .asktable_wrap .platform_group_xgl_wrap{
        padding-bottom:50px;
    }
    .asktable_wrap .platform_popup_checkbox,.asktable_wrap .platform_popup_checkbox_gg1{
        font-size:16px;
        line-height:38px;
        padding:0;
    }
    .asktable_wrap .platform_popup_checkbox_gg1{
        padding:10px 0;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar{
        margin-bottom:0;
        padding:0;
    }
    .asktable_wrap .platform_group_xgl_wrap{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_list{
        border:none;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding:0 0 20px;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar .platform_popup_list{
        padding:0;
    }
    .asktable_wrap .platform_popup_item_con{
        border-left:none;
        padding:0;
        width:100%;
    }
    .asktable_wrap .platform_popup_item_tit{
        width:100%;
        text-align:left;
        display:block;
    }
    .asktable_wrap .platform_popup_checkbox .platform_popup_other_line input{
        font-size:14px;
        line-height:18px;
        height:28px;
        vertical-align: top;
    }
    .asktable_wrap .platform_read_pop_box_gg1{
        padding-top:90px;
        margin-top:100px;
        border-top:2px solid #e6e6e6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .asktable_wrap .platform_read_pop_box_gg1 .platform_read_pop_title{
        width:25.77%;
    }
    .asktable_wrap .platform_popup_checkbox label{
        position:relative;
        display:inline-block;
        padding-left:28px;
        min-height:38px;
    }
    .asktable_wrap .platform_popup_checkbox_gg1 label{
        padding-left:0;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=checkbox],.asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=radio]{
        position:absolute;
        left:0;
        top:10px;
        vertical-align: top;
        float:none;
    }





}

.news_active_item {
    width: 31.34328%;
    margin: 0 2.98508% 60px 0;
}

.news_active_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.news_active_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.news_active_item:nth-child(3n) {
    margin: 0 0 60px 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.news_active_item a {
    display: block;
}

.news_active_photo {
    position: relative;
}

.news_active_tips {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.news_active_tips:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 173, 173, .6);
}

.news_active_label {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    line-height: 60px;
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.news_active_icon {
    font-size: 18px;
    margin-right: 10px;
}

.news_active_icon:before {
    position: relative;
    bottom: 1px;
}

.news_active_time {
    font-size: 16px;
}

.news_active_img {
    width: 100%;
    padding-bottom: 66.666667%;
}

.news_active_img img {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.news_active_item a:hover .news_active_title {
    color: #36adad;
}

.news_active_item a:hover .news_active_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_item a:hover .news_item_more_box .news_item_more_center .news_more_line_box {
    width: 70px;
}

.news_active_item a:hover .news_item_more_box .news_item_more_center .news_item_more_line:nth-child(1) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_item a:hover .news_item_more_box .news_item_more_center .news_item_more_line:nth-child(2) {
    left: 0;
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_item a:hover .news_item_more_box .news_item_more_center .news_item_more_text:nth-child(1) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_item a:hover .news_item_more_box .news_item_more_center .news_item_more_text:nth-child(2) {
    top: 0;
    -webkit-transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 35px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.news_active_text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.news_active_box {
    padding: 100px 0 200px 0;
}

.ScaleImg {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.AddScaleImg {
    -webkit-animation: AddItemScale .6s forwards normal ease;
    animation: AddItemScale .6s forwards normal ease;
}

.AddScaleImg .news_active_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes AddItemScale {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes AddItemScale {
    from {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.news_active_list {
    padding-bottom: 50px;
}

.page_number {
    text-align: center;
    font-size: 0;
}

.page_number a, .page_number span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 60px;
    line-height: 58px;
    border: 1px solid #ececec;
    margin: 0 5px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_number a:hover, .page_number span:hover {
    background: #36adad !important;
    border: 1px solid #36adad !important;
    color: #ffffff !important;
}

.page_number .current {
    background: #36adad !important;
    border: 1px solid #36adad !important;
    color: #ffffff !important;
}

.news_content_wrap {
    padding-top: 100px;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.news_content_head {
    background: #f2f2f2;
    padding: 140px 0 100px 0;
}

.news_content_big {
    padding: 0 180px;
}

.news_content_title {
    font-size: 34px;
    line-height: 46px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 30px;
}

.news_content_read {
    -webkit-justify-content: center;
    justify-content: center;
}

.news_content_label {
    margin-right: 35px;
    -webkit-align-items: center;
    align-items: center;
}

.news_content_label:last-child {
    margin-right: 0;
}

.news_content_icon {
    font-size: 22px;
    line-height: 28px;
    color: #999999;
    margin-right: 10px;
}

.news_content_text {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.news_content_bjq {
    padding: 60px 180px 60px 180px;
}

.news_content_bjq img {
    padding: 30px 0 30px 0;
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    max-width: 100%;
}
.news_content_bjq table { margin:0 auto;}
.news_content_bjq p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.plat_menu_new {
    padding: 0 0 80px;
    text-align: center;
}

.plat_menu_new .lnk {
    display: inline-block;
    vertical-align: top;
    background: #f3f3f3;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    color: #666;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.plat_menu_new .lnk + .lnk {
    margin-left: 20px;
}

.plat_menu_new .lnk.current, .plat_menu_new .lnk:hover {
    background: #36adad;
    color: #fff;
}

.platform_read_content {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 200px;
}

.platform_read_content.show_content p {
    font-size: 1em;
}

.news_content_box {
    padding-bottom: 150px;
}

.news_content_list {
    padding: 50px 0;
}

.news_content_item {
    width: calc(50% - 40px);
}

.news_content_item a, .news_content_prev .flex, .news_content_next .flex {
    -webkit-align-items: center;
    align-items: center;
}

.news_content_center {
    width: 80px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_content_center a {
    font-size: 26px;
    color: #666666;
}

.news_content_prev {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_content_next {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.news_content_prev .news_content_jt {
    margin-right: 10px;
}

.news_content_next .news_content_jt {
    margin-left: 10px;
}

.news_content_next .news_content_jt {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_content_jt {
    font-size: 26px;
    color: #999999;
}

.news_content_item_text {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.news_content_line {
    height: 1px;
    width: 100%;
    background: #dedede;
}

.news_content_bottom {
    padding: 0 180px;
}

.contact_head_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_way_box {
    margin: 90px 0 100px 0;
}

.contact_way_title {
    line-height: 40px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_way_icon {
    font-size: 24px;
    color: #36adad;
}

.contact_way_icon.icon-dianhua1 {
    font-size: 30px;
}

.contact_way_text {
    font-size: 16px;
    color: #999999;
    margin-left: 15px;
}

.contact_way_tips {
    margin-top: 20px;
    text-align: center;
}

.contact_way_tips_bold{
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
 }


.contact_way_tips a {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.contact_way_item {
    width: 29%;
    position: relative;
    padding: 3px 0;
    margin-bottom: 40px;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_way_item:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #dedede;
}

.contact_way_item:nth-child(4n):after {
    display: none;
}

.contact_way_item:nth-child(4n+1) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 21%;
}

.contact_way_item:nth-child(4n) {
    -webkit-justify-content: center;
    justify-content: center;
    width: 21%;
}

.contact_way_item:nth-child(8) {
    -webkit-justify-content: center;
    justify-content: center;
    width: 21%;
}

.AddContactTit .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddContactTit .about_content_purple {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddContactTit .about_content_blue {
    width: 71%;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.AddContactTit .about_content_green {
    width: 50%;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.contact_box {
    padding: 150px 0;
}

.contact_wap_wrap {
    padding-bottom: 32.8125%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact_wap_wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}

.contact_wap_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_join_item {
    width: 46.2686%;
    margin: 0 7.4628% 70px 0;
    padding: 32px 0;
    position: relative;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.contact_join_item:nth-child(2n) {
    margin: 0 0 70px 0;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.contact_join_item:nth-child(2n+1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.contact_join_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #d6d6d6;
}

.contact_join_item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #d6d6d6;
}

.contact_join_head {
    -webkit-align-items: center;
    align-items: center;
}

.contact_join_title {
    -webkit-align-items: center;
    align-items: center;
    line-height: 36px;
    color: #333;
    max-width: 60%;
}

.contact_join_icon {
    font-size: 26px;
}

.contact_join_label {
    font-size: 24px;
    margin-left: 15px;
    width: calc(100% - 41px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_join_add {
    -webkit-align-items: center;
    align-items: center;
    color: #adadad;
    line-height: 26px;
    padding-left: 60px;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.join_head_share {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.contact_add_icon {
    font-size: 16px;
}

.contact_add_text {
    font-size: 15px;
    margin-left: 10px;
    width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_join_read {
    padding: 30px 0 40px 0;
}

.contact_join_text {
    font-size: 15px;
    line-height: 28px;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contact_join_mail {
    font-size: 15px;
    color: #646464;
}

.contact_join_mail a {
    font-size: 15px;
    color: #646464;
}

.contact_join_bottom {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.contact_join_mail {
    width: calc(100% - 138px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_join_button {
    width: 108px;
    margin-left: 30px;
}

.contact_join_button a {
    background: #36adad;
    color: #fff;
    width: 100%;
    position: relative;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.contact_more_box {
    line-height: 32px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.contact_more_box:nth-child(1) {
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}

.contact_more_box:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.contact_join_button a:hover .contact_more_box:nth-child(1) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.contact_join_button a:hover .contact_more_box:nth-child(2) {
    top: 0;
    opacity: 1;
    -webkit-transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s .25s cubic-bezier(.165, .84, .44, 1);
}

.contact_more_icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 16px;
}

.contact_more_icon:before {
    position: relative;
    top: 2px;
}

.contact_more_text {
    font-size: 16px;
    margin-right: 10px;
}

.contact_join_list {
    padding: 100px 0 20px 0;
}

.contact_join_box {
    padding-top: 150px;
}

.news_active_box .contact_join_down {
    display: none;
}
.news_active_box_join .contact_join_down {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.contact_join_down {
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_down_icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 48px;
    color: rgba(0, 0, 0, .2);
}

.contact_down_list {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.AddJoinButtonFade {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.contact_down_list a {
    display: block;
    position: relative;
}

.contact_down_label:nth-child(1) .contact_down_icon {
    color: rgba(0, 0, 0, .1);
}

.contact_down_label:nth-child(2) {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
}

.contact_down_list .contact_down_label {
    -webkit-animation: JtTnfinite 1.3s infinite linear;
    animation: JtTnfinite 1.3s infinite linear;
}

@keyframes JtTnfinite {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.contact_msg_btn_xgls {
    position: relative;
}

.contact_msg_btn_chd {
    width: 33.3333%;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    padding: 8vw 0;
    color: #fff;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.contact_msg_btn_chd:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

}

.contact_msg_btn_chd:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36adad;
    z-index: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.contact_msg_btn_xgls .contact_msg_btn_chd:nth-child(2n+1):after {
    background: #eaeaea;
}

.contact_msg_btn_read {
    position: relative;
    z-index: 9;
}

.join_page_box {
    padding: 80px 0 150px 0;
    background: #f2f2f2;
}

.join_content_read {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.join_content_read p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.join_content_read h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.join_page_content {
    padding: 0 130px;
}

.join_page_max {
    background: #fff;
    padding: 80px 80px 100px 80px;
}

.join_head_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    max-width: 60%;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.join_head_line_box {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.join_head_box {
    padding: 0 0 50px 0;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.join_head_line {
    width: 100%;
    height: 1px;
    background: #dedede;
}

.join_content_mail {
    margin-right: 6.5217%;
    width: 46.73915%;
}

.AddJoinClickFade .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.join_content_return {
    width: 46.73915%;
}

.join_content_mail a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    background: #36adad;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.join_content_text {
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_icon_box {
    position: absolute;
    right: -25px;
    top: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_icon_label {
    font-size: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.join_content_mail a:hover .join_content_text {
    margin-right: 40px;
}

.join_content_mail a:hover .join_icon_box {
    right: -40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.join_content_return a {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #808080;
    line-height: 80px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_content_return a:hover {
    background: #36adad;
}

.join_return_text {
    font-size: 18px;
}

.join_return_icon {
    font-size: 24px;
    margin-left: 20px;
}

.join_content_box {
    margin: 60px 0 100px 0;
}

.join_head_max {
    width: 60%;
}

.join_head_share {
    width: 40%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.join_head_share a {
    background: none !important;
    font-size: 30px;
}

.about_content_center {
    text-align: center;
}

.AddNewsShow .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddNewsShow .AboutFadeInUp:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddNewsShow .AboutFadeInUp:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddNewsBottomShow .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddNewsBottomShow .AboutFadeInUp:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddNewsBottomShow .AboutFadeInUp:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddContactFade .AboutFadeInUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddContactFade .AboutFadeInUp:nth-child(4n+1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddContactFade .AboutFadeInUp:nth-child(4n+2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddContactFade .AboutFadeInUp:nth-child(4n+3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.AddContactFade .AboutFadeInUp:nth-child(4n) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.AddWapFade:after {
    top: 100%;
}

.AddJoinFade {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddJoinFade .contact_join_add {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: none;
}

.AddJoinHeadFade .join_head_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddJoinHeadFade .contact_join_add {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddJoinHeadFade .join_head_share {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.AddJoinHeadFade .join_head_line_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.public_en_box {
    display: none;
}

/*20210910*/
.platform_read_submit {
    -webkit-align-items: center;
    align-items: center;
}

.platform_read_model {
    font-size: 30px;
    color: #6850a1;
}

.pro_content_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_content_item {
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 36px;
    color: #666666;
    width: calc(56.25% - 80px);
    position: relative;
}

.pro_content_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
}
.pro_content_item_no_border:after{
    display:none;
}

.content_page_cdmo_wrap .pro_content_item {
    width: auto;
}

.platform_read_submit_bot_check_wrap{
    padding-top:70px;
    width:100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.platform_read_submit_bot_check_wrap .platform_read_submit{
    margin:0 auto;
}

.pro_content_photo {
    width: 43.75%;
}

.pro_content_img_max2 {
    padding-bottom: 64.04761%;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.pro_content_center {
    width: 100%;
}

.pro_content_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_content_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.pro_item_read img {
    width: auto;
    max-width: 100%;
}

.pro_list_title {
    font-size: 26px;
    line-height: 38px;
    color: #6850a1;
    font-weight: bold;
    margin-bottom: 35px;
}

.content_page_cdmo_wrap .pro_list_title {
    color: #36adad;
}

.pro_list_item {
    margin-top: 70px;
}

.pro_down_list {
    padding-bottom: 120px;
}

.pro_down_item {
    width: 46%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.pro_down_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
}

.pro_down_item:nth-child(2n+1) {
    margin-right: 8%;
}

.pro_down_title {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    width: calc(100% - 110px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pro_down_item a:hover .pro_down_title {
    color: #36adad;
}

.pro_down_but {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 110px;
}

.pro_down_item a {
    -webkit-align-items: center;
    align-items: center;
}

.pro_down_text {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    margin-right: 20px;
}

.pro_down_icon {
    font-size: 22px;
    color: #6850a1;
}

.pro_but_icon_wrap {
    overflow: hidden;
    position: relative;
    width: 50px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pro_but_icon_box {
    width: 13px;
    height: 13px;
    overflow: hidden;
    position: relative;
}

.pro_but_icon_label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pro_but_icon_label:nth-child(2) {
    left: -100%;
}

.pro_but_icon_label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    background: #36adad;
}

.pro_but_icon_label:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 1px;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #36adad;
}

.pro_but_icon_label:nth-child(2):after,
.pro_but_icon_label:nth-child(2):before {
    background: #fff;
}

.pro_list_ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_li_item a {
    font-size: 13px;
    width: 100%;
    color: #999999;
    padding: 0 33px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-align-items: center;
    align-items: center;
}

.pro_li_item a span {
    position: relative;
    line-height: 20px;
    margin: 8px 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.pro_li_item a span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #36adad;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_li_active a {
    color: #36adad;
}

.pro_li_active a span:after {
    width: 100%;
}

.pro_li_item a:hover {
    color: #36adad;
}

.pro_li_item a:hover span:after {
    width: 100%;
}

.pro_ul_down {
    background: #fafafa;
    position: relative;
    z-index: 9;
    display: none;
}

.pro_ul_list {
    padding: 20px 0;
}

.platform_icon_after {
    position: absolute;
    top: 78px;
    left: 44px;
    z-index: 10;
    width: 0;
    height: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #36adad;
}

.pro_wap_box {
    display: none;
}

.pro_content_bjq {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-top: 80px;
}

.pro_content_bjq p,
.pro_content_bjq h1,
.pro_content_bjq h2,
.pro_content_bjq h3,
.pro_content_bjq h4,
.pro_content_bjq h5,
.pro_content_bjq table {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
}

.pro_content_bjq img {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    max-width: 100%;
}

.content_page_cdmo_wrap .pro_content_bjq p,
.content_page_cdmo_wrap .pro_content_bjq h1,
.content_page_cdmo_wrap .pro_content_bjq h2,
.content_page_cdmo_wrap .pro_content_bjq h3,
.content_page_cdmo_wrap .pro_content_bjq h4,
.content_page_cdmo_wrap .pro_content_bjq h5,
.content_page_cdmo_wrap .pro_content_bjq table,
.content_page_cdmo_wrap .pro_content_bjq td,
.content_page_cdmo_wrap .pro_content_bjq th {
    font-size: 16px;
    line-height: 36px;
}

.current_table {
    display: block !important;
    width: 100% !important;
}

.current_table tbody {
    display: block !important;
    width: 100% !important;
    border: 1px solid #34b4b1;
}

.current_table tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}

.current_table tr td {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
    color: #3d3d3e;
    border-right: 1px solid #38a6a5;
    border-top: 1px solid #38a6a5;
}

.current_table tr:nth-child(1) td {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    background: #38a6a5;
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-top: none;
    text-align: center;
}

.current_table tr:nth-child(2n) td {
    background: rgba(56, 166, 165, .2);
}

.current_table tr td:last-child {
    border-right: none;
}

.current_table1, .current_table2, .current_table3 {
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.current_table1 thead tr td, .current_table2 thead tr td, .current_table3 thead tr td {
    border: 1px solid #38a6a5;
    padding: 10px;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 24px;
}

.current_table1 tbody td, .current_table2 tbody td, .current_table3 tbody td {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    padding: 10px;
    color: #3d3d3d;
    border: 1px solid #38a6a5;
}

.current_table1 tbody td[align="center"], .current_table2 tbody td[align="center"], .current_table3 tbody td[align="center"] {
    text-align: center;
}

.current_table1 tbody .col1, .current_table2 tbody .col1 {
    color: #fff;
    background: #38a6a5;
}

.current_table1 tbody .col2, .current_table2 tbody .col2 {
    background: rgba(56, 166, 165, .2);
}

.current_table3 tbody tr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 1);
    background: #f2f2f2;
}

.current_table1 tbody tr:nth-child(1) td, .current_table3 tbody tr:nth-child(1) td {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background: #38a6a5;
}

.current_table1 tbody tr:nth-child(1) td {
    border-right: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
}

.current_table1 tbody tr:nth-child(1) td:last-child {
    border-right: 1px solid #38a6a5;
}

.current_table1 tbody tr:nth-child(1) td {
    border-bottom: 1px solid #fff;
}

.bjq_table {
    width: 100%;
}

.bjq_table tr {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.active_table {
    width: 100% !important;
}

.active_table tbody {
    width: 100% !important;
    border: 1px solid #34b4b1;
}

.active_table tr td {
    text-align: center;
    width: 8.33333% !important;
}

.active_table .width41 {
    width: 41.66665% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.active_table .width49 {
    width: 49.99998% !important;
}

.active_table .width33 {
    width: 33.33332% !important;
}

.active_table tr td {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
    color: #3d3d3e;
    border-right: 1px solid #38a6a5;
    border-top: 1px solid #38a6a5;
    text-align: center;
}

.active_table tr:nth-child(2n+1) td {
    background: rgba(56, 166, 165, .2);
}

.active_table tr:nth-child(1) td {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    background: #38a6a5;
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-top: none;
}

.active_table .active_tr td {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    background: #38a6a5;
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-top: none;
    text-align: center;
}

.active_table tr td:last-child {
    border-right: none;
}

.platform_read_pop_title {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.platform_read_pop_text {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
}

.platform_read_pop_text a {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.contact_msg_btn_width {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_msg_btn_head {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.contact_msg_btn_icon {
    font-size: 60px;
    line-height: 70px;
    color: #36adad;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_msg_icon_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.contact_msg_btn_bottom {
    position: relative;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.contact_msg_btn_tit {
    font-size: 26px;
    line-height: 40px;
    color: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_msg_tit_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.contact_msg_icon_default {
    transition-delay: 760ms;
}

.contact_msg_tit_default {
    transition-delay: 840ms;
}

.contact_msg_btn_chd:hover:before {
    left: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.contact_msg_btn_chd:hover .contact_msg_icon_default {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.contact_msg_btn_chd:hover .contact_msg_tit_default {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.contact_msg_btn_chd:hover .contact_msg_icon_hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 760ms;
    transition-delay: 760ms;
}

.contact_msg_btn_chd:hover .contact_msg_tit_hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 840ms;
    transition-delay: 840ms;
}
@media screen and (max-width: 1200px) {
    /*html, body {*/
    /*    overflow-x: hidden;*/
    /*}*/
    .banner_content0 .banner_animate:nth-child(1) {
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
    }

    .banner_content0 .banner_animate:nth-child(2) {
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
    }

    .banner_content0 .banner_animate:nth-child(3) {
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
    }

    .banner_content0 .banner_animate:nth-child(4) {
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
    }

    .banner_content0 .banner_animate:nth-child(5) {
        -webkit-animation-delay: 1200ms;
        animation-delay: 1200ms;
    }

    .banner_img img {
        object-fit: cover;
        height: 100%;
    }

    .public_header_nav {
        -webkit-align-items: center;
        align-items: center;
    }

    .public_nav_item {
        line-height: 42px !important;
        height: 42px !important;
    }

    .public_nav_list li {
        width: 100%;
        text-align: center;
    }

    .public_nav_list .public_nav_item a {
        margin: 0 !important;
        line-height: 42px;
    }

    .public_nav_item_rel:before {
        display: none;
    }

    .public_nav_item_rel .public_nav_abs {
        width: 320px;
        padding-top: 46px;
        margin-left: -160px;
        top: 0;
    }

    .public_nav_item_rel .public_nav_abs2 {
        width: 160px;
        margin-left: -80px;
    }

    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs {
        padding-top: 46px;
    }

    .public_nav_item_rel .public_nav_abs_in {
        padding: 10px 8px;
        background: #36adad !important;
    }

    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in {
        background: #36adad !important;
    }

    .public_nav_item_rel .public_nav_abs_in:before {
        top: -10px;
        margin-left: -6px;
        border-left-width: 6px;
        border-right-width: 6px;
        border-bottom: 10px solid #36adad !important;
    }

    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:before {
        border-bottom-color: #36adad !important;
    }

    .public_nav_item_rel .public_nav_abs_in .chd_wrap {
        width: 50%;
        padding: 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .public_nav_item_rel .public_nav_abs_in .chd {
        font-size: 12px;
        line-height: 16px;
    }

    .public_nav_item_rel .public_nav_abs_in .chd,
    .public_nav_item_rel .public_nav_abs_in .chd.hover,
    .public_nav_item_rel .public_nav_abs_in:hover .chd.hover:hover,
    .public_nav_item_rel .public_nav_abs_in .chd:hover,
    .public_nav_item_rel .public_nav_abs_in:hover .chd.hover,
    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd,
    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd.hover,
    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:hover .chd.hover:hover,
    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in .chd:hover,
    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs_in:hover .chd.hover {
        color: #ffffff !important;
    }

    .public_nav_item_rel .public_nav_abs_in .chd.hover {
        text-decoration: underline;
    }

    .public_language a {
        line-height: 42px;
    }

    .public_language {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .public_header_wrap {
        padding: 10px 15px;
    }

    .page_header_wrap .public_header_wrap {
        padding: 10px 15px;
    }

    .header_nav_active {
        padding: 10px 15px !important;
    }

    .page_top {
        margin-top: 60px;
    }

    .public_header_logo {
        width: 90px;
    }

    /*.banner_img video {*/
    /*    display: none;*/
    /*}*/
    .banner_title {
        font-size: 24px;
        line-height: 34px;
    }

    .product_page_line {
        height: 3px;
    }

    .product_page_item {
        width: 100%;
        padding: 0 15px;
    }

    .banner_index_text {
        font-size: 18px;
        line-height: 28px;
    }

    .banner_line {
        width: 40px;
        height: 2px;
        margin: 15px auto 20px;
    }

    .banner_button {
        margin-top: 30px;
    }

    .banner_but_title {
        font-size: 13px;
        line-height: 36px;
        padding: 0 20px 0 25px;
    }

    .banner_icon_item {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .banner_text {
        top: 38%;
        padding: 0 15px;
        font-size: 22px;
        line-height: 32px;
    }

    .public_bottom_wrap {
        bottom: 40px;
        padding: 0 15px;
    }

    .public_bottom_line {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .public_icon_item_text {
        width: 80vw;
    }

    .public_icon_item_label {
        width: 36px;
    }

    .public_icon_item_read {
        line-height: 36px;
        padding: 0 15px;
    }

    .public_icon_item_label.icon-youxiang1 {
        font-size: 20px;
    }

    .public_icon_item_label.icon-dianhua {
        font-size: 18px;
    }

    .public_icon_item_label.icon-dizhi {
        font-size: 20px;
    }

    .public_icon_tel, .public_icon_tel a {
        font-size: 15px;
    }

    .public_icon_mail, .public_icon_mail a {
        font-size: 14px;
    }

    .banner_swiper_pagination .swiper-pagination-bullet {
        background: none;
        width: 38px;
        height: 8px;
    }

    .banner_swiper_pagination {
        bottom: 20px !important;
    }

    .public_line_box {
        height: 80px;
    }

    .produce_page_wrap {
        padding: 0 15px;
    }

    .produce_page_title {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        text-align: center;
    }

    .produce_page_box {
        padding-top: 30px;
    }

    .produce_tab_box {
        padding: 20px 0;
    }

    .produce_page_list {
        margin-top: 30px;
        padding: 0 40px;
    }

    .produce_tab_icon {
        width: 40px;
        height: 80px;
    }

    .produce_tab_prev:before {
        width: 30px;
        height: 1px;
    }

    .produce_tab_prev:after {
        width: 30px;
        height: 1px;
        top: 19px;
    }

    .produce_tab_next:before {
        width: 30px;
        height: 1px;
    }

    .produce_tab_next:after {
        width: 30px;
        height: 1px;
        top: 19px;
    }

    .produce_tab_prev {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .produce_tab_next {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .produce_page_item a .produce_more_box {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .produce_page_item a:after, .produce_page_item a:before {
        opacity: 1;
    }

    .produce_page_item a {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .produce_page_item a {
        padding: 50px 0;
    }

    .produce_page_text {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 40px 0;
    }

    .produce_page_item a:after {
        height: 2px;
    }

    .produce_more_icon {
        font-size: 18px;
    }

    .produce_more_text {
        font-size: 14px;
        margin-left: 8px;
    }

    .product_page_wrap {
        padding: 0 15px;
    }

    .about_page_read {
        width: 100%;
        height: 100%;
        -webkit-align-items: center;
        align-items: center;
    }

    .about_page_left {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_page_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_page_video {
        display: none;
    }

    .news_page_box {
        padding: 0;
    }

    .about_video_dw {
        display: block;
        font-size: 32px;
        color: #fff;
    }

    .public_search_box {
        width: 40vw;
    }

    .public_search_input input {
        font-size: 13px;
        line-height: 30px;
    }

    .public_search_submit a {
        font-size: 16px;
    }

    .public_header_search {
        height: 32px;
        margin-right: 15px;
        display: none;
    }

    .public_en_box {
        display: block;
        margin-right: 15px;
        pointer-events: auto;
    }

    .public_en_box a {
        font-size: 18px;
        color: #fff;
        width: 30px;
        text-align: center;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .searchCurrent .public_search_submit {
        right: calc(100% - 32px) !important;
    }

    .public_search_submit {
        width: 32px;
    }

    .public_search_input {
        width: calc(100% - 32px);
        padding-left: 32px;
    }

    .public_search_click {
        width: 32px;
    }

    .public_search_close {
        width: 32px;
    }

    .public_search_close:before,
    .public_search_close:after {
        width: 22px;
    }

    .public_wap_box {
        -webkit-align-items: center;
        align-items: center;
        height: 40px;
    }

    .public_wrp_nav {
        width: 32px;
        height: 32px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        z-index: 99999;
    }

    .public_header_nav {
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: -100%;
        opacity: 1;
        height: 100%;
        background: rgba(0, 0, 0, .9);
        pointer-events: none;
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrp_nav:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrp_nav:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrp_nav_but span {
        display: block;
        margin: 0 auto 6px;
        width: 100%;
        position: relative;
        height: 2px;
        background: #fff;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrp_nav_but {
        width: 28px;
        pointer-events: auto;
    }

    .public_wrp_nav_but span:last-child {
        margin: 0 auto;
    }

    .public_active .public_header_nav {
        top: 0;
        pointer-events: auto;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_active .public_wrp_nav_but span {
        width: 0;
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_active .public_wrp_nav:after,
    .public_active .public_wrp_nav:before {
        width: 24px;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_black .public_wrp_nav_but span {
        background: #333333;
    }

    .public_black .public_en_box a {
        color: #333333;
    }

    .public_black .public_nav_list .public_nav_item a,
    .public_black .public_language a {
        color: #fff;
    }

    .public_black .public_search_input input,
    .public_black .public_search_input input::placeholder {
        color: #333;
    }

    .product_page_box {
        padding-top: 30px;
    }

    .product_page_list {
        padding: 30px 20px 0 20px;
    }

    .product_page_title {
        font-size: 24px;
        line-height: 34px;
    }

    .product_page_read {
        padding: 15px;
    }

    .product_more_box a {
        line-height: 20px;
    }

    .product_more_text {
        font-size: 16px;
        margin-left: 8px;
    }

    .product_more_icon {
        font-size: 16px;
    }

    .product_page_tips {
        font-size: 15px;
        line-height: 25px;
    }

    .product_page_text {
        font-size: 12px;
        line-height: 22px;
        height: 88px;
        margin-top: 10px;
    }

    .about_page_title {
        font-size: 24px;
        line-height: 34px;
    }

    .about_page_text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        height: auto;
        overflow: hidden;
    }

    .about_page_center {
        padding: 0 20px 0 20px;
    }

    .about_page_list {
        padding: 20px 0 20px 0;
    }

    .about_list_number {
        font-size: 30px;
        line-height: 40px;
    }

    .about_list_span {
        font-size: 14px;
        line-height: 24px;
        margin-left: 5px;
    }

    .about_list_text {
        font-size: 8px;
        line-height: 18px;
    }

    .pro_tab_pagination {
        position: relative;
        display: flex;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    .pro_tab_pagination .swiper-pagination-bullet {
        opacity: 1;
        background: rgba(255, 255, 255, .5);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        margin: 0 3px;
        width: 6px;
        height: 6px;
    }

    .pro_tab_pagination .swiper-pagination-bullet-active {
        background: #fff;
    }

    .about_page_video {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_page_video .about_page_back {
        display: none;
    }

    .about_page_video:after {
        display: none;
    }

    .about_page_video .about_page_back {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
    }

    .news_page_tab .news_page_wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .news_page_tab .news_page_wrapper .swiper-slide {
        width: 100%;
        margin-top: 0;
        height: 100%;
        padding: 0 !important;
    }

    .news_item_title a {
        font-size: 15px;
        line-height: 25px;
    }

    .news_page_title {
        font-size: 24px;
        line-height: 34px;
    }

    .news_item_text {
        font-size: 12px;
        line-height: 22px;
        margin: 20px 0 20px 0;
    }

    .foot_page_box {
        padding: 0 30px;
    }

    .foot_item_box {
        margin-top: 50px;
    }

    .foot_page_nav {
        display: none;
    }

    .about_more_icon {
        font-size: 16px;
    }

    .about_more_text {
        font-size: 16px;
        margin-left: 6px;
    }

    .foot_page_contact {
        display: block;
        width: 100%;
        text-align: center;
    }

    .foot_page_head {
        padding-bottom: 20px;
    }

    .foot_page_bq {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 0 20px 0;
    }

    .foot_page_wrap {
        -webkit-align-items: center;
        align-items: center;
    }

    .foot_page_bq {
        text-align: center;
    }

    .foot_bq_item {
        width: 100%;
    }

    .foot_bq_item, .foot_bq_item a {
        font-size: 12px;
        line-height: 22px;
        height: auto;
        color: #7d7d7d;
    }

    .foot_page_logo {
        font-size: 18px;
        line-height: 28px;
        color: #333;
        margin-bottom: 15px;
    }

    .foot_page_tips {
        font-size: 12px;
        line-height: 22px;
        color: #333;
    }

    .foot_page_tel {
        font-size: 20px;
        line-height: 30px;
        color: #333;
    }

    .foot_page_address {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
    }

    .foot_bq_item span {
        display: none;
    }

    .foot_bq_link a {
        display: block;
    }

    .foot_page_ewm {
        margin: 20px auto;
        width: 100px;
    }

    .foot_page_h2 {
        width: 44px;
        height: 2px;
        background: #36adad;
        margin: 0 auto;
    }

    .news_tab_pagination {
        position: relative;
    }

    .news_page_item {
        background: #fafafa;
        padding: 30px 20px;
    }

    .about_video_text {
        display: none;
    }

    .news_page_wrap {
        padding: 0 30px;
    }

    .news_more_icon {
        font-size: 16px;
    }

    .news_more_text {
        font-size: 16px;
        margin-left: 6px;
    }

    .news_item_icon {
        font-size: 14px;
    }

    .news_item_day {
        font-size: 12px;
        margin-left: 6px;
    }

    .news_item_title {
        margin-bottom: 10px;
    }

    .news_more_line_box {
        width: 20px;
    }

    .news_item_more_box a:hover .news_more_line_box {
        width: 40px;
    }

    .news_item_more_text {
        font-size: 14px;
        line-height: 24px;
        margin-left: 6px;
    }

    .news_tab_pagination {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    .news_tab_pagination .swiper-pagination-bullet {
        opacity: 1;
        width: 6px;
        height: 6px;
        background: #dedede;
        margin: 0 3px;
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }

    .news_tab_pagination .swiper-pagination-bullet-active {
        background: #36adad;
    }

    .foot_page_line {
        display: none;
    }

    .about_video_icon {
        font-size: 34px;
    }

    .about_page_content {
        height: auto;
    }

    .about_page_read {
        height: auto;
    }

    #banner_video {
        display: none;
    }

    .banner_wap {
        display: block;
    }

    .produce_page_item a:hover .produce_page_icon:before {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .loading_logo {
        margin-bottom: 20px;
    }

    .loading_logo img {
        width: 150px;
    }

    .loading_read {
        width: 150px;
    }

    .loading_number {
        padding-top: 15px;
        font-size: 14px;
        line-height: 28px;
    }

    .foot_item_line {
        width: 100%;
        height: 4px;
    }

    .page_header_wrap .public_en_box a {
        color: #313131;
    }

    .page_header_wrap .public_header_wrap .public_wrp_nav_but span {
        background: #313131;
    }

    .page_header_wrap .header_nav_active .public_wrp_nav_but span {
        background: #fff;
    }

    .page_header_wrap .header_nav_active .public_en_box a {
        color: #fff;
    }

    .page_header_wrap .public_active .public_wrp_nav:before {
        width: 24px;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_nav_list .public_nav_active a {
        color: #36adad !important;
    }

    .page_header_wrap .public_nav_list .public_nav_item a {
        color: #fff !important;
    }

    .page_header_wrap .public_nav_list .public_nav_active a {
        color: #36adad !important;
    }

    .page_header_wrap .public_nav_list .public_nav_active .public_nav_abs_in a {
        color: #ffffff !important;
    }

    .public_nav_list {
        width: 100%;
    }

    .page_banner_img,
    .page_banner_back {
        padding-bottom: 70%;
    }

    .page_center {
        padding: 0 15px;
    }

    .page_banner_content_for_checking {
        max-width: 100%;
    }

    .content_page_cdmo_wrap .page_center {
        padding: 0 15px;
    }

    .page_banner_read {
        padding: 25px 20px;
    }

    .page_banner_title {
        font-size: 20px;
        line-height: 30px;
    }

    .page_banner_text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

    .page_banner_item {
        margin-top: 0;
    }

    .page_banner_img {
        position: absolute;
    }

    .about_content_box {
        padding: 50px 0;
    }

    .about_content_package {
        padding-right: 0;
    }

    .about_content_item {
        width: 100%;
    }

    .about_content_tips {
        font-size: 20px;
        line-height: 30px;
    }

    .about_content_line {
        margin-top: 15px;
        width: 100px;
        height: 2px;
    }

    .about_content_color {
        width: 100px;
    }

    .about_content_read {
        margin-top: 30px;
    }

    .about_content_text {
        font-size: 13px;
        line-height: 24px;
        height: auto;
        color: #666;
    }

    .about_count_number {
        font-size: 32px;
        line-height: 50px;
    }

    .about_count_icon {
        font-size: 14px;
    }

    .about_count_text {
        font-size: 10px;
        line-height: 20px;
        padding: 0 20px 0 0;
    }

    .about_content_photo {
        width: 100%;
        margin-top: 30px;
    }

    .about_img_purple {
        left: 10px;
        top: 10px;
    }

    .about_content_photo:hover .about_content_wy {
        -webkit-transform: translateX(10px) translateY(10px);
        transform: translateX(10px) translateY(10px);
    }

    .about_vision_wrap:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .AddAboutBack:after {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .AddAboutBack .about_vision_height {
        padding-bottom: 80%;
        overflow: hidden;
    }

    .about_vision_back {
        padding-bottom: 80%;
    }

    .AddAboutBack .about_vision_back {
        padding-bottom: 80%;
    }

    .about_vision_back img {
        height: 115%;
        width: 115%;
        left: 50%;
        transform: translateX(-50%);
    }

    .about_vision_center:after {
        height: 90%;
        top: 50%;
        -webkit-transform: scaleX(.5) translateY(-50%);
        transform: scaleX(.5) translateY(-50%);
        opacity: .2;
    }

    .about_vision_width {
        width: 100%;
        padding: 0 10px;
    }

    .about_vision_text {
        font-size: 12px;
        line-height: 24px;
        font-weight: initial;
    }

    .about_vision_icon {
        font-size: 40px;
        line-height: 54px;
    }

    .about_vision_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_wap_content {
        width: 100%;
    }

    .about_wap_photo {
        width: 100%;
    }

    .about_wap_big {
        padding: 0 15px;
        position: relative;
    }

    .about_wap_box {
        padding: 50px 0;
    }

    .about_wap_center {
        margin-top: 0;
    }

    .about_wap_max {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
    }

    .about_content_count {
        margin-top: 10px;
    }

    .about_sort_title {
        font-size: 12px;
        line-height: 24px;
    }

    .about_sort_icon {
        width: 14px;
    }

    .about_wap_sort {
        padding: 20px 0;
    }

    .about_wap_read {
        font-size: 13px;
        line-height: 26px;
        height: auto;
    }

    .inner_page_wrap .foot_page_bq {
        padding: 30px 0 35px 0;
    }

    .inner_page_wrap .foot_page_head {
        padding-bottom: 0;
    }

    .inner_page_wrap .foot_page_box {
        margin-top: 50px;
    }

    .about_wap_item {
        width: 4.5%;
    }

    .about_wap_itemMax {
        width: 5.6%;
    }

    .about_wap_itemMax .about_wap_text {
        font-size: 8px;
    }

    .about_wap_text {
        font-size: 6px;
    }

    .about_wap_item:nth-child(1) {
        left: 62.50877%;
        top: 49.49695%;
    }

    .about_wap_item:nth-child(2) {
        left: 72%;
        top: 58.023142%;
    }

    .about_wap_item:nth-child(3) {
        left: 69.57894%;
        top: 52.02923%;
    }

    .about_wap_item:nth-child(4) {
        left: 49%;
        top: 64.62606%;
    }

    .about_wap_item:nth-child(5) {
        left: 82%;
        top: 25.79658%;
    }

    .about_wap_item:nth-child(6) {
        left: 71.8%;
        top: 66.96589%;
    }

    .about_wap_item:nth-child(7) {
        left: 75.66666%;
        top: 65.5042%;
    }

    .about_wap_item:nth-child(8) {
        left: 70.9%;
        top: 77.3447%;
    }

    .about_wap_item:nth-child(9) {
        left: 66%;
        top: 82.287454%;
    }

    .plat_menu_new {
        padding: 0 0 40px;
        text-align: center;
    }

    .plat_menu_new .lnk {
        font-size: 14px;
        line-height: 42px;
        padding: 0 15px;
    }

    .plat_menu_new .lnk + .lnk {
        margin-left: 10px;
    }

    .platform_wrap {
        padding: 50px 0 0 0;
    }

    .platform_read_content {
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 50px;
    }

    .platform_read_wrap {
        padding-left: 0;
        width: 100%;
    }

    .platform_read_label {
        font-size: 10px;
        line-height: 48px;
    }

    .platform_read_button {
        width: 120px;
    }

    .platform_read_submit_checking_in {
        padding: 6px 0;
    }

    .platform_read_checking_label {
        font-size: 14px;
        line-height: 36px;
    }

    .platform_read_checking_button {
        width: 110px;
    }

    .platform_read_submit_bot_check_wrap {
        padding-top: 30px;
    }

    .platform_read_head {
        margin-bottom: 30px;
    }

    .platform_read_title {
        width: calc(100% - 140px);
    }

    .platform_read_title_x {
        max-width: -webkit-calc(100% - 160px);
        max-width: calc(100% - 160px);
    }

    .platform_read_content img {
        padding: 15px 0 0 0;
    }

    .news_active_item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .news_active_item:nth-child(3n+1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .news_active_item:nth-child(3n+2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .news_active_item:nth-child(3n) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        margin: 0 0 20px 0;
    }

    .news_active_box {
        padding: 50px 0;
    }

    .news_active_time {
        font-size: 12px;
    }

    .news_active_icon {
        font-size: 13px;
    }

    .news_active_label {
        padding: 0 10px;
        line-height: 40px;
    }

    .news_active_title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        margin-top: 10px;
    }

    .news_active_text {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .news_active_item a:hover .news_item_more_box .news_item_more_center .news_more_line_box {
        width: 50px;
    }

    .news_content_wrap {
        padding-top: 0;
    }

    .news_content_head {
        padding: 50px 0;
    }

    .news_content_big {
        padding: 0;
    }

    .news_content_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .news_content_list {
        padding: 20px 0 0 0;
    }

    .news_content_text {
        font-size: 12px;
        line-height: 22px;
    }

    .news_content_icon {
        font-size: 16px;
        line-height: 26px;
    }

    .news_content_label {
        margin-right: 25px;
    }

    .news_content_bjq {
        padding: 50px 0;
    }

    .news_content_bjq img {
        padding: 15px 0;
    }

    .news_content_bjq p {
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }

    .news_content_bottom {
        padding: 0;
    }

    .news_content_jt {
        font-size: 20px;
    }

    .news_content_item_text {
        font-size: 14px;
    }

    .news_content_center a {
        font-size: 20px;
    }

    .news_content_box {
        padding-bottom: 50px;
    }

    .contact_box {
        padding: 50px 0;
    }

    .contact_way_box {
        margin: 40px 0 50px 0;
    }

    .contact_join_box {
        padding-top: 50px;
    }

    .contact_join_list {
        padding: 30px 0 50px 0;
    }

    .contact_join_item {
        width: 100%;
        margin: 0 0 0 0;
    }

    .contact_join_item:nth-child(2n) {
        margin: 0 0 0 0;
    }

    .contact_join_add {
        padding-left: 10px;
    }

    .contact_add_text {
        font-size: 12px;
        margin-left: 5px;
    }

    .contact_join_icon {
        font-size: 20px;
    }

    .contact_join_label {
        font-size: 16px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }

    .contact_join_title {
        width: 70%;
    }

    .contact_join_read {
        padding: 10px 0 20px 0;
    }

    .contact_join_text {
        font-size: 12px;
        line-height: 24px;
    }

    .contact_join_mail {
        font-size: 12px;
        width: calc(100% - 100px);
    }

    .contact_join_mail a {
        font-size: 12px;
    }

    .contact_join_button {
        width: 80px;
        margin-left: 20px;
    }

    .contact_more_text {
        font-size: 12px;
        margin-right: 5px;
    }

    .contact_join_item:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .contact_join_item:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        display: none;
    }

    .contact_join_item {
        margin: 0;
    }

    .contact_down_icon {
        font-size: 28px;
    }

    .contact_down_label:nth-child(2) {
        top: 10px;
    }

    .contact_way_item:first-child {
        width: 50%;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .contact_way_item:last-child {
        width: 50%;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .contact_way_item {
        width: 50% !important;
        padding: 0;
        margin-bottom: 30px;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }

    .contact_way_item:nth-child(2n):after {
        display: none;
    }

    .AddContactFade .AboutFadeInUp:nth-child(2n+1) {
        -webkit-transition-delay: 100ms !important;
        transition-delay: 100ms !important;
    }

    .AddContactFade .AboutFadeInUp:nth-child(2n) {
        -webkit-transition-delay: 200ms !important;
        transition-delay: 200ms !important;
    }

    .contact_way_text {
        font-size: 14px;
        margin-left: 10px;
    }

    .contact_way_tips a {
        font-size: 16px;
        line-height: 22px;
    }

    .contact_way_tips {
        margin-top: 10px;
    }

    .contact_way_icon {
        font-size: 22px;
    }

    .contact_way_icon.icon-dianhua1 {
        font-size: 28px;
    }

    .contact_wap_wrap {
        padding-bottom: 80%;
    }

    .join_page_box {
        padding: 50px 0;
    }

    .join_page_content {
        padding: 0;
    }

    .join_page_max {
        padding: 30px 15px;
    }

    .join_head_max {
        width: 100%;
    }

    .join_head_title {
        width: 70%;
        font-size: 22px;
        line-height: 36px;
    }

    .contact_join_add {
        width: 30%;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .join_head_share {
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
        font-size: 12px !important;
    }

    .bshare-custom.icon-medium-plus a {
        margin-left: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .join_head_share {
        margin-top: 10px;
    }

    .join_head_share a {
        background: none !important;
        font-size: 24px;
    }

    .join_head_box {
        padding: 0 0 30px 0;
    }

    .join_head_line {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .join_content_box {
        margin: 30px 0;
    }

    .join_content_read h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .join_content_read p {
        font-size: 12px;
        line-height: 24px;
    }

    .join_content_mail {
        width: calc(100% - 50px);
        margin-right: 0;
    }

    .join_content_mail a {
        font-size: 13px;
        line-height: 42px;
    }

    .join_return_text {
        display: none;
    }

    .join_content_return {
        width: 50px;
    }

    .join_content_return a {
        line-height: 42px;
    }

    .join_return_icon {
        margin-left: 0;
    }

    .page_number {
        display: none;
    }

    .news_active_list {
        padding-bottom: 30px;
    }

    .content_page_wrap {
        min-height: auto;
    }

    .platform_popup_box {
        width: 80%;
    }

    .platform_popup_form {
        padding: 15px;
    }

    .platform_popup_title {
        font-size: 15px;
        line-height: 42px;
        padding: 0 15px;
    }

    .platform_popup_item input {
        line-height: 32px;
        padding: 0 15px;
        font-size: 13px;
    }

    .platform_popup_item textarea {
        line-height: 26px;
        height: 80px;
        color: #333;
        font-size: 13px;
        padding: 8px 15px;
    }

    .platform_popup_button button {
        line-height: 42px;
        margin-top: 0;
        font-size: 15px;
    }

    .platform_popup_checkbox {
        font-size: 10px;
        line-height: 20px;
        padding-top: 10px;
    }

    .platform_popup_checkbox_gg1 {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .platform_read_pop_box_gg1 {
        margin-top: 10px;
    }

    .platform_popup_checkbox input {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .platform_popup_item_tit {
        width: 50px;
    }

    .platform_group_xgl_tit {
        font-size: 14px;
        line-height: 40px;
    }

    .platform_popup_item_tit .tit {
        padding: 5px;
        font-size: 13px;
        line-height: 28px;
    }

    .platform_popup_item_con {
        padding: 6px 5px;
    }

    .platform_group_xgl_wrap .platform_popup_checkbox {
        padding: 6px 0;
        font-size: 13px;
        line-height: 14px;
    }

    .platform_popup_other_line {
        margin-left: 5px;
    }

    .platform_popup_checkbox .platform_popup_other_line input {
        width: 100px;
        font-size: 13px;
        line-height: 20px;
        height: 24px;
        padding: 2px 3px;
    }

    .platform_popup_close {
        width: 40px;
        height: 40px;
        right: -20px;
        top: -20px;
    }

    .asktable_wrap .platform_popup_form {
        max-height: none;
        overflow-x: visible;
        overflow-y: visible;
    }

    .platform_title_box {
        display: none;
    }

    .platform_list_wrap {
        width: 100%;
    }

    .platform_list_box {
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .platform_list_ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 0;
    }

    .platform_ul_item {
        width: auto !important;
        overflow: hidden;
        display: inline-block;
        margin: 0 5px;
    }

    .platform_ul_item:first-child {
        margin: 0 5px 0 0;
    }

    .platform_ul_item:last-child {
        margin: 0 0 0 5px;
    }

    .platform_ul_item a {
        line-height: 42px;
        padding: 0 15px;
        width: 100%;
    }

    .platform_hover_icon {
        font-size: 18px;
    }

    .platform_icon_box {
        margin-right: 10px;
    }

    .platform_text_label {
        width: 100%;
    }

    .platform_text_box {
        width: 100%;
        font-size: 14px;
    }

    .platform_text_independent {
        width: calc(100% - 28px);
    }

    .platform_ul_icon {
        font-size: 18px;
    }

    .platform_ul_item:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .platform_ul_current:before {
        left: -100%;
    }

    .platform_ul_current .platform_hover_icon {
        left: -100%;
    }

    .platform_ul_current .platform_hover_text {
        left: -100%;
    }

    .platform_ul_item:before {
        display: none;
    }

    .platform_ul_current {
        background: #36adad;
    }

    .footWapFade {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
        transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s linear;
    }

    .AddFootFade .footWapFade {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .AddFootFade .foot_page_tips {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .AddFootFade .foot_page_tel {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .AddFootFade .foot_page_ewm {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .AddFootFade .foot_page_h2 {
        -webkit-transition-delay: 150ms;
        transition-delay: 250ms;
    }

    .AddFootFade .foot_page_address {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .AddFootFade .foot_bq_link {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .AddFootFade .foot_bq_zc {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .news_active_box .contact_join_down {
        display: flex;
    }

    .contact_down_list {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }

    .AddJoinButtonFade {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .join_icon_label {
        display: none;
    }

    .join_content_mail a:hover .join_content_text {
        margin-right: 0;
    }

    .join_content_mail a:hover .join_icon_box {
        right: 0;
    }

    .public_search_box {
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
    }

    .pro_but_icon_wrap {
        width: 28px;
    }

    .pro_ul_down {
        position: fixed;
        width: 100%;
    }

    .pro_list_wrap, .content_page_cdmo_wrap .pro_list_wrap {
        width: 100%;
    }

    .pro_read_wrap, .content_page_cdmo_wrap .pro_read_wrap {
        padding-left: 0;
        width: 100%;
    }

    .pro_ul_down {
        display: none !important;
    }

    .pro_wap_box {
        position: relative;
        display: block;
    }

    .pro_wap_list {
        margin-top: 10px;
        position: relative;
        display: none;
    }

    .pro_wap_ul {
        padding: 15px 0;
        background: #fafafa;
        position: relative;
    }

    .pro_wrp_item a {
        font-size: 13px;
        color: #999999;
        text-align: left;
        display: block;
        padding: 0 15px;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .pro_wrp_item a span {
        position: relative;
        line-height: 20px;
        margin: 5px 0;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .pro_wrp_item a span:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        background: #36adad;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .pro_wap_active a {
        color: #36adad;
    }

    .pro_wap_active a span:after {
        color: #36adad;
        width: 100%;
    }

    .platform_read_model {
        font-size: 22px;
        margin-top: 10px;
    }

    .pro_down_item {
        width: 100%;
        margin-right: 0 !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .pro_down_title {
        font-size: 13px;
        line-height: 28px;
        width: calc(100% - 90px);
    }

    .pro_down_but {
        width: 90px;
    }

    .pro_down_text {
        font-size: 13px;
        line-height: 28px;
        margin-right: 10px;
    }

    .pro_down_icon {
        font-size: 18px;
    }

    .pro_down_list {
        padding-bottom: 50px;
    }

    .pro_list_item {
        margin-top: 30px;
    }

    .pro_item_table tr:nth-child(1) td {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .pro_item_table tr td {
        font-size: 12px;
        line-height: 34px;
    }

    .pro_content_item,
    .pro_content_bjq {
        width: 100%;
        font-size: 13px;
        line-height: 26px;
        padding-bottom: 26px;
    }

    .pro_content_bjq {
        margin-top: 30px;
    }

    .content_page_cdmo_wrap .pro_content_bjq p,
    .content_page_cdmo_wrap .pro_content_bjq h1,
    .content_page_cdmo_wrap .pro_content_bjq h2,
    .content_page_cdmo_wrap .pro_content_bjq h3,
    .content_page_cdmo_wrap .pro_content_bjq h4,
    .content_page_cdmo_wrap .pro_content_bjq h5,
    .content_page_cdmo_wrap .pro_content_bjq table,
    .content_page_cdmo_wrap .pro_content_bjq td,
    .content_page_cdmo_wrap .pro_content_bjq th {
        font-size: 13px;
        line-height: 26px;
    }

    .pro_content_photo {
        width: 100%;
        margin-top: 30px;
    }

    .bjq_table td {
        width: 100%;
    }

    .bjq_table td:nth-child(1) {
        margin-bottom: 30px;
    }

    .platform_read_head {
        height: auto;
    }


    .wap_table tr td {
        font-size: 6px !important;
    }

    .pro_content_bjq tr td {
        font-size: 8px !important;
        line-height: 15px !important;
    }

    .pro_content_wrap {
        padding-top: 30px;
    }

    .platform_read_pop_title {
        font-size: 20px;
        line-height: 32px;
    }

    .platform_read_pop_text {
        font-size: 13px;
        line-height: 24px;
    }

    .platform_read_pop_text a {
        font-size: 13px;
        line-height: 24px;
    }

    .contact_msg_btn_chd {
        padding: 6vw 0;
    }

    .contact_msg_btn_icon {
        font-size: 34px;
        line-height: 44px;
    }

    .contact_msg_btn_tit {
        font-size: 11px;
        line-height: 20px;
    }

    .contact_msg_btn_head {
        margin-bottom: 5px;
    }

}

/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .public_header_wrap {
        padding: 20px 40px;
    }

    .public_header_logo {
        width: 110px;
    }

    .public_nav_list .public_nav_item a,
    .public_search_input input {
        font-size: 12px;
    }

    .banner_swiper_pagination {
        bottom: 50px !important;
    }

    .searchCurrent .public_search_submit {
        right: calc(100% - 36px) !important;
    }

    .public_search_input {
        width: calc(100% - 36px);
        padding-left: 36px;
    }

    .public_search_click {
        width: 36px;
    }

    .public_search_close {
        width: 36px;
    }

    .public_search_submit {
        width: 36px;
    }

    .public_search_close:before,
    .public_search_close:after {
        width: 20px;
    }

    .public_search_submit a {
        font-size: 16px;
    }

    .public_header_search {
        height: 36px;
    }

    .public_search_input input {
        line-height: 34px;
    }

    .public_search_box {
        width: 200px;
    }

    .public_nav_list .public_nav_item:first-child a {
        margin: 0 20px 0 0;
    }

    .public_nav_list .public_nav_item a {
        margin: 0 20px;
    }

    .public_nav_item_rel:before {
        height: 32px;
    }

    .header_nav_active .public_nav_item_rel:before {
        height: 27px;
    }

    .public_nav_item_rel .public_nav_abs {
        width: 600px;
        top: 47px;
        padding-top: 0;
        margin-left: -300px;
    }

    .public_nav_item_rel .public_nav_abs2 {
        width: 272px;
        margin-left: -136px;
    }

    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs {
        padding-top: 0;
    }

    .public_nav_item_rel .public_nav_abs_in {
        padding: 18px 22px;
    }

    .public_nav_item_rel .public_nav_abs_in:before {
        top: -12px;
        margin-left: -8px;
        border-left-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 12px;
    }

    .public_nav_item_rel .public_nav_abs_in .chd_wrap {
        width: 45%;
        padding: 12px 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .banner_title {
        font-size: 26px;
        line-height: 38px;
    }

    .banner_index_text {
        font-size: 38px;
        line-height: 54px;
    }

    .banner_but_title {
        font-size: 12px;
        line-height: 36px;
        padding: 0 20px 0 25px;
    }

    .banner_icon_item {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }

    .banner_button {
        margin-top: 40px;
    }

    .banner_line {
        width: 40px;
        height: 2px;
    }

    .banner_text {
        padding: 0 140px;
        font-size: 36px;
        line-height: 54px;
    }

    .public_line_box {
        height: 100px;
    }

    .public_bottom_wrap {
        bottom: 40px;
        padding: 0 40px;
    }

    .public_bottom_line {
        margin-left: 0;
        margin-bottom: 12px;
    }

    .banner_swiper_pagination .swiper-pagination-bullet {
        width: 50px;
        height: 12px;
        margin: 0 6px !important;
    }

    .produce_page_wrap {
        padding: 0 140px;
    }

    .produce_page_title {
        padding: 0 20px;
    }

    .product_page_wrap {
        padding: 0 130px;
    }

    .product_page_head {
        padding: 0 10px;
    }

    .product_page_item {
        padding: 0 10px;
    }

    .product_page_box {
        width: 100%;
        padding-top: 40px;
    }

    .about_page_center {
        padding: 40px 40px 0 50px;
    }

    .news_page_box {
        padding: 0 140px 0 140px;
    }

    .foot_page_box {
        padding: 0 140px;
    }

    .produce_page_title,
    .product_page_title,
    .about_page_title,
    .news_page_title {
        font-size: 30px;
        line-height: 40px;
    }

    .produce_page_box {
        padding-top: 40px;
    }

    .produce_page_list {
        margin-top: 80px;
    }

    .product_page_list {
        padding-top: 30px;
    }

    .produce_page_item a {
        padding: 35px 0;
    }

    .produce_page_icon:before {
        font-size: 66px;
    }

    .produce_page_text {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0 25px 0;
    }

    .about_page_text {
        font-size: 13px;
        line-height: 24px;
        margin-top: 40px;
    }

    .produce_more_icon,
    .product_more_icon,
    .about_more_icon,
    .news_more_icon {
        font-size: 18px;
    }

    .produce_page_item {
        padding: 0 10px;
    }

    .produce_more_text,
    .product_more_text,
    .about_more_text,
    .news_more_text {
        font-size: 14px;
        margin-left: 6px;
    }

    .produce_page_item a:after {
        height: 2px;
    }

    .product_page_read {
        padding: 24px;
    }

    .product_page_tips {
        font-size: 16px;
        line-height: 26px;
    }

    .product_page_text {
        font-size: 12px;
        line-height: 24px;
        height: 96px;
        margin-top: 10px;
    }

    .about_list_number {
        font-size: 42px;
        line-height: 54px;
    }
    .about_list_text {
        font-size: 10px;
    }
    .about_list_span {
        font-size: 16px;
        line-height: 34px;
    }

    .about_page_list {
        padding: 30px 0 40px 0;
    }

    .about_video_icon {
        font-size: 66px;
    }

    .about_video_text {
        font-size: 15px;
    }

    .news_item_title a {
        font-size: 15px;
        line-height: 25px;
    }

    .news_item_icon {
        color: #999999;
        font-size: 15px;
    }

    .news_item_title {
        margin-bottom: 10px;
    }

    .news_item_day {
        font-size: 13px;
        margin-left: 5px;
    }

    .news_item_text {
        font-size: 12px;
        line-height: 22px;
        margin: 10px 0 15px 0;
    }

    .news_more_line_box {
        width: 25px;
    }

    .news_item_more_box a:hover .news_more_line_box {
        width: 40px;
    }

    .news_item_more_text {
        font-size: 13px;
        line-height: 23px;
        margin-left: 5px;
    }

    .news_page_tab .news_page_wrapper .swiper-slide {
        margin-top: 30px;
    }

    .news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n+1) {
        padding: 0 40px 0 0;
    }

    .news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n) {
        padding: 0 0 0 40px;
    }

    .foot_page_item {
        width: 120px;
    }

    .foot_page_ewm {
        width: 120px;
    }

    .foot_page_head {
        padding-bottom: 60px;
    }

    .foot_page_bq {
        padding: 45px 0 45px 0;
    }

    .foot_page_title {
        padding-bottom: 20px;
    }

    .foot_page_title a {
        font-size: 13px;
        line-height: 12px;
        height: 24px;
    }

    .foot_page_li a {
        font-size: 12px;
        line-height: 22px;
    }

    .foot_bq_item, .foot_bq_item a {
        font-size: 12px;
        line-height: 22px;
        height: 22px;
    }

    .public_icon_item_label.icon-dizhi {
        font-size: 24px;
    }

    .public_icon_item_label.icon-dianhua {
        font-size: 20px;
    }

    .public_icon_item_label.icon-youxiang1 {
        font-size: 22px;
    }

    .public_icon_item_read {
        line-height: 38px;
    }

    .public_icon_item_label {
        width: 38px;
    }

    .public_icon_tel, .public_icon_tel a {
        font-size: 20px;
    }

    .public_icon_mail, .public_icon_mail a {
        font-size: 14px;
    }

    .loading_logo {
        margin-bottom: 20px;
    }

    .loading_logo img {
        width: 180px;
    }

    .loading_read {
        width: 180px;
    }

    .loading_number {
        padding-top: 15px;
        font-size: 16px;
        line-height: 32px;
    }

    .public_wap_box {
        height: 50px;
    }

    .index_video_close {
        width: 40px;
        height: 40px;
    }

    .foot_item_box {
        margin-top: 80px;
    }

    .foot_item_line {
        height: 6px;
    }

    .foot_item_box .foot_page_head {
        padding-bottom: 30px;
    }

    .foot_item_box .foot_page_bq {
        padding: 30px 0 30px 0;
    }

    /*-----------------------内页---------------------*/
    .page_center {
        padding: 0 75px;
    }

    .content_page_cdmo_wrap .page_center {
        padding: 0 75px;
    }

    .page_banner_read {
        padding: 30px;
    }

    .page_banner_title {
        font-size: 20px;
        line-height: 34px;
    }

    .page_banner_text {
        font-size: 12px;
    }

    .page_banner_item {
        margin-top: 42px;
    }

    .about_content_tips {
        font-size: 20px;
        line-height: 24px;
    }

    .about_content_line {
        margin-top: 15px;
        width: 100px;
    }

    .about_content_color {
        width: 100px;
    }

    .about_content_text {
        font-size: 12px;
        line-height: 23px;
        height: auto;
    }

    .about_content_count {
        margin-top: 30px;
    }

    .about_content_read {
        margin-top: 30px;
    }

    .about_content_package {
        padding-right: 50px;
    }

    .about_count_number {
        font-size: 40px;
        line-height: 50px;
    }

    .about_img_purple {
        left: 15px;
        top: 15px;
    }

    .about_content_photo:hover .about_content_wy {
        -webkit-transform: translateX(15px) translateY(15px);
        transform: translateX(15px) translateY(15px);
    }

    .about_content_box {
        padding: 90px 0 120px 0;
    }

    .about_vision_icon {
        font-size: 52px;
        line-height: 60px;
    }

    .about_vision_title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .about_vision_text {
        font-size: 22px;
        line-height: 38px;
    }

    .about_wap_big {
        padding-right: 75px;
    }

    .about_wap_center {
        margin-top: 71px;
    }

    .about_wap_max {
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;
    }

    .about_wap_sort {
        padding: 25px 0;
    }

    .about_sort_title {
        font-size: 12px;
    }

    .about_wap_read {
        font-size: 12px;
        line-height: 18px;
        height: 75px;
    }

    .about_wap_box {
        padding: 50px 0 100px 0;
    }

    .inner_page_wrap .foot_page_box {
        margin-top: 80px;
    }

    .inner_page_wrap .foot_page_bq {
        padding: 30px 0 35px 0;
    }

    .inner_page_wrap .foot_page_head {
        padding-bottom: 35px;
    }

    .about_wap_itemMax {
        width: 5.03508%;
    }

    .about_wap_item {
        width: 3.2824%;
    }

    .about_wap_item:nth-child(1) {
        left: 63.4%;
        top: 52.4%;
    }

    .about_wap_item:nth-child(2) {
        left: 72.50877%;
        top: 60.9%;
    }

    .about_wap_item:nth-child(3) {
        left: 70.8%;
        top: 54%;
    }

    .about_wap_item:nth-child(4) {
        left: 49.3%;
        top: 64.8%;
    }

    .about_wap_item:nth-child(5) {
        left: 82.4%;
        top: 25.79658%;
    }

    .about_wap_item:nth-child(6) {
        left: 72.8%;
        top: 68.96589%;
    }

    .about_wap_item:nth-child(7) {
        left: 77.2%;
        top: 63.5042%;
    }

    .about_wap_item:nth-child(8) {
        left: 70.8%;
        top: 76.3447%;
    }

    .about_wap_item:nth-child(9) {
        left: 65.8%;
        top: 82.287454%;
    }

    .about_wap_itemMax .about_wap_text {
        width: 100%;
        font-size: 13px;
    }

    .plat_menu_new {
        padding: 0 0 60px;
        text-align: center;
    }

    .plat_menu_new .lnk {
        font-size: 15px;
        line-height: 46px;
        padding: 0 20px;
    }

    .plat_menu_new .lnk + .lnk {
        margin-left: 12px;
    }

    .platform_wrap {
        padding: 80px 0 0 0;
    }

    .platform_read_content {
        font-size: 12px;
        line-height: 25px;
        padding-bottom: 120px;
    }

    .platform_title_after {
        width: 0;
        height: 3px;
    }

    .platform_title_text {
        font-size: 20px;
        line-height: 65px;
        padding-left: 20px;
    }

    .platform_list_wrap {
        width: 200px;
    }

    .platform_ul_item a {
        line-height: 60px;
        padding: 0 20px;
    }

    .platform_icon_box {
        margin-right: 15px;
    }

    .platform_ul_icon {
        font-size: 20px;
    }

    .platform_hover_icon {
        font-size: 20px;
    }

    .platform_text_box {
        width: 100%;
        overflow: hidden;
        position: relative;
        font-size: 14px;
    }

    .platform_text_independent {
        width: calc(100% - 35px);
    }

    .AddFixed {
        width: 200px;
        top: 80px;
    }

    .platform_after {
        height: 80px;
    }

    .platform_read_wrap {
        padding-left: 70px;
        width: calc(100% - 200px);
    }

    .platform_read_label {
        font-size: 13px;
        line-height: 48px;
    }

    .platform_read_button {
        width: 160px;
    }

    .platform_read_submit_checking_in {
        padding: 6px 0;
    }

    .platform_read_checking_label {
        font-size: 14px;
        line-height: 36px;
    }

    .platform_read_checking_button {
        width: 110px;
    }

    .platform_read_submit_bot_check_wrap {
        padding-top: 40px;
    }

    .platform_popup_box {
        width: 45%;
    }

    .platform_popup_form {
        padding: 10px 30px;
    }

    .platform_popup_title {
        font-size: 16px;
        line-height: 60px;
        padding: 0 30px;
    }

    .platform_popup_item input {
        line-height: 42px;
        padding: 0 15px;
        font-size: 13px;
    }

    .platform_popup_item textarea {
        line-height: 24px;
        height: 102px;
        font-size: 13px;
        padding: 10px 15px;
    }

    .platform_popup_button button {
        line-height: 42px;
        margin-top: 10px;
        font-size: 14px;
    }

    .platform_popup_checkbox {
        padding-top: 20px;
    }

    .platform_popup_checkbox_gg1 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .platform_read_pop_box_gg1 {
        margin-top: 20px;
    }

    .platform_popup_checkbox input {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .platform_group_xgl_tit {
        font-size: 14px;
        line-height: 40px;
    }

    .platform_popup_item_tit .tit {
        padding: 5px;
        font-size: 13px;
        line-height: 28px;
    }

    .platform_popup_item_con {
        padding: 6px 5px;
    }

    .platform_group_xgl_wrap .platform_popup_checkbox {
        padding: 6px 0;
        font-size: 13px;
        line-height: 14px;
    }

    .platform_popup_other_line {
        margin-left: 5px;
    }

    .platform_popup_checkbox .platform_popup_other_line input {
        width: 100px;
        font-size: 13px;
        line-height: 20px;
        height: 24px;
        padding: 2px 3px;
    }

    .platform_popup_close {
        width: 40px;
        height: 40px;
        right: -20px;
        top: -20px;
    }

    .asktable_wrap{
        padding-top:58px;
        padding-bottom:40px;
    }
    .asktable_wrap .platform_popup_title,.asktable_wrap .platform_read_pop_title{
        font-size: 28px;
    }
    .asktable_wrap .platform_popup_title {
        line-height: 56px;
        margin-bottom: 20px;
    }
    .asktable_wrap .platform_read_pop_title{
        line-height:40px;
    }
    .asktable_wrap .platform_read_pop_text{
        font-size:13px;
        line-height:28px;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item:nth-child(1) {
        margin-right: 14px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item_xgl:nth-child(1) {
        margin-right: 0px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 7px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_list{
        width:calc( (100% - 28px) / 3 * 2 + 14px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_max{
        width:calc( (100% - 28px) / 3 );
        margin-left: 14px;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 7px);
    }
    .asktable_wrap .platform_popup_max .platform_popup_item {
        width: 100%;
    }
    .asktable_wrap .platform_popup_item{
        margin-bottom: 14px;
    }
    .asktable_wrap .platform_popup_item.platform_popup_item_xgl {
        margin-bottom: 0px;
    }
    .asktable_wrap .platform_popup_item input {
        padding: 0 18px;
    }
    .asktable_wrap .platform_popup_item textarea {
        padding: 13px 18px;
        height:144px;
    }
    .asktable_wrap .platform_popup_button button {
        width: 144px;
        line-height: 46px;
        margin-top: 28px;
        font-size: 16px;
    }
    .asktable_wrap .platform_popup_inputs_parent{
        padding-bottom:22px;
    }
    .asktable_wrap .platform_popup_item_tit .tit{
        font-size:14px;
        line-height:28px;
        padding:0 0 13px;
    }
    .asktable_wrap .platform_group_xgl_wrap{
        padding-bottom:36px;
    }
    .asktable_wrap .platform_popup_checkbox,.asktable_wrap .platform_popup_checkbox_gg1{
        font-size:12px;
        line-height:28px;
    }
    .asktable_wrap .platform_popup_checkbox_gg1{
        padding:7px 0;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar{
        margin-bottom:0;
        padding:0;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_list{
        padding:0 0 15px;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar .platform_popup_list{
        padding:0;
    }
    .asktable_wrap .platform_popup_item_con{
        padding:0;
    }
    .asktable_wrap .platform_popup_item_tit{
        width:100%;
    }
    .asktable_wrap .platform_popup_checkbox .platform_popup_other_line input{
        font-size:12px;
        line-height:15px;
        height:20px;
    }
    .asktable_wrap .platform_read_pop_box_gg1{
        padding-top:64px;
        margin-top:72px;
    }
    .asktable_wrap .platform_read_pop_box_gg1 .platform_read_pop_title{
        width:25.77%;
    }
    .asktable_wrap .platform_popup_checkbox label{
        padding-left:20px;
        min-height:28px;
    }
    .asktable_wrap .platform_popup_checkbox_gg1 label{
        padding-left:0;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=checkbox],.asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=radio]{
        top:7px;
    }

    .public_search_submit a {
        font-size: 14px;
    }

    .news_active_box {
        padding: 60px 0 120px 0;
    }

    .page_number a, .page_number span {
        font-size: 12px;
        width: 42px;
        line-height: 40px;
    }

    .news_active_title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        margin-top: 15px;
    }

    .news_active_text {
        font-size: 12px;
        margin: 8px 0;
    }

    .news_active_time {
        font-size: 13px;
    }

    .news_active_icon {
        font-size: 14px;
        margin-right: 8px;
    }

    .news_active_label {
        padding: 0 10px;
        line-height: 42px;
    }

    .news_content_bjq {
        padding: 30px 100px 30px 100px;
    }

    .news_active_list {
        padding-bottom: 30px;
    }

    .news_active_item {
        margin: 0 2.98508% 30px 0;
    }

    .news_active_item:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    .news_content_big {
        padding: 0 100px;
    }

    .news_content_bottom {
        padding: 0 100px;
    }

    .news_content_head {
        padding: 70px 0 50px 0;
    }

    .news_content_title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .news_content_list {
        padding: 20px 0;
    }

    .news_content_text {
        font-size: 13px;
        line-height: 24px;
    }

    .news_content_icon {
        font-size: 16px;
        line-height: 24px;
    }

    .news_content_bjq p {
        font-size: 13px;
        line-height: 25px;
    }

    .platform_read_content {
        font-size: 13px;
        line-height: 25px;
    }

    .news_content_item_text {
        font-size: 13px;
    }

    .news_content_jt {
        font-size: 22px;
    }

    .news_content_center a {
        font-size: 22px;
    }

    .news_content_box {
        padding-bottom: 80px;
    }

    .contact_box {
        padding: 80px 0;
    }

    .contact_way_text {
        font-size: 13px;
    }

    .contact_way_icon.icon-dianhua1 {
        font-size: 22px;
    }

    .contact_way_icon {
        font-size: 18px;
    }

    .contact_way_tips {
        margin-top: 15px;
    }

    .contact_way_tips_bold{
        font-weight: bold;
        text-align: center;
    }

    .contact_way_tips a {
        font-size: 16px;
        line-height: 22px;
    }

    .contact_way_box {
        margin: 50px 0 60px 0;
    }

    .contact_join_box {
        padding-top: 80px;
    }

    .contact_join_icon {
        font-size: 20px;
    }

    .contact_join_label {
        font-size: 18px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }

    .contact_join_read {
        padding: 20px 0 30px 0;
    }

    .contact_join_text {
        font-size: 13px;
        line-height: 24px;
    }

    .contact_add_text {
        font-size: 13px;
        margin-left: 8px;
        width: calc(100% - 24px);
    }

    .contact_join_mail,
    .contact_join_mail a {
        font-size: 13px;
    }

    .contact_join_mail {
        width: calc(100% - 118px);
    }

    .contact_more_text {
        font-size: 14px;
        margin-right: 8px;
    }

    .contact_join_button {
        width: 98px;
        margin-left: 20px;
    }

    .contact_join_item {
        width: 47%;
        margin: 0 6% 35px 0;
        padding: 20px 0;
    }

    .contact_join_item:nth-child(2n) {
        margin: 0 0 35px 0;
    }

    .contact_join_list {
        padding: 60px 0 20px 0;
    }

    .contact_down_icon {
        font-size: 34px;
    }

    .join_page_content {
        padding: 0 60px;
    }

    .join_page_max {
        padding: 50px 50px 60px 50px;
    }

    .join_head_box {
        padding: 0 0 30px 0;
    }

    .join_head_title {
        font-size: 26px;
        line-height: 40px;
    }

    .contact_join_add {
        padding-left: 50px;
    }

    .bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
        font-size: 13px !important;
    }

    .bshare-custom.icon-medium-plus a {
        margin: 0 0 0 15px !important;
        width: 26px !important;
        height: 26px !important;
    }

    .join_head_share a {
        font-size: 20px;
    }

    .join_content_box {
        margin: 40px 0 80px 0;
    }

    .join_content_read h3 {
        font-size: 15px;
        line-height: 28px;
    }

    .join_content_read p {
        font-size: 12px;
        line-height: 30px;
    }

    .join_content_mail a {
        font-size: 14px;
        line-height: 60px;
    }

    .join_content_return a {
        line-height: 60px;
    }

    .join_return_text {
        font-size: 14px;
    }

    .join_return_icon {
        font-size: 18px;
        margin-left: 10px;
    }

    .join_icon_label {
        font-size: 16px;
    }

    .join_content_mail a:hover .join_content_text {
        margin-right: 26px;
    }

    .join_content_mail a:hover .join_icon_box {
        right: -26px;
    }

    .pro_but_icon_wrap {
        width: 35px;
    }

    .platform_icon_after {
        top: 60px;
    }

    .pro_ul_list {
        padding: 15px 0;
    }

    .pro_li_item a {
        font-size: 12px;
        line-height: 30px;
    }

    .pro_li_item a span {
        margin: 5px 0;
    }

    .pro_content_item,
    .pro_content_bjq {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 24px;
    }

    .pro_content_bjq {
        margin-top: 40px;
    }

    .content_page_cdmo_wrap .pro_content_bjq p,
    .content_page_cdmo_wrap .pro_content_bjq h1,
    .content_page_cdmo_wrap .pro_content_bjq h2,
    .content_page_cdmo_wrap .pro_content_bjq h3,
    .content_page_cdmo_wrap .pro_content_bjq h4,
    .content_page_cdmo_wrap .pro_content_bjq h5,
    .content_page_cdmo_wrap .pro_content_bjq table,
    .content_page_cdmo_wrap .pro_content_bjq td,
    .content_page_cdmo_wrap .pro_content_bjq th {
        font-size: 12px;
        line-height: 24px;
    }

    .pro_list_item {
        margin-top: 40px;
    }

    .pro_item_table tr:nth-child(1) td {
        font-size: 13px;
    }

    .pro_item_table tr td {
        font-size: 12px;
    }

    .platform_read_model {
        font-size: 22px;
    }

    .pro_down_title {
        font-size: 12px;
        line-height: 28px;
    }

    .pro_down_text {
        font-size: 12px;
        line-height: 28px;
    }

    .pro_down_icon {
        font-size: 18px;
    }

    .platform_read_head {
        height: auto;
    }

    .content_page_cdmo_wrap .pro_down_item {
        width: 80%;
    }

    .content_page_cdmo_wrap .pro_list_wrap {
        width: 450px;
    }

    .content_page_cdmo_wrap .pro_read_wrap {
        width: calc(100% - 450px);
    }

    .content_page_cdmo_wrap .AddFixed2 {
        width: 450px;
    }

    .platform_read_pop_title {
        font-size: 17px;
        line-height: 28px;
    }

    .platform_read_pop_text {
        font-size: 12px;
        line-height: 22px;
    }

    .platform_read_pop_text a {
        font-size: 12px;
        line-height: 22px;
    }

    .contact_msg_btn_chd {
        font-size: 32px;
        line-height: 42px;
    }

    .contact_msg_btn_icon {
        font-size: 40px;
        line-height: 50px;
    }

    .contact_msg_btn_tit {
        font-size: 16px;
        line-height: 28px;
    }

    .contact_msg_btn_head {
        margin-bottom: 5px;
    }

    .platform_read_title {
        width: calc(100% - 180px);
    }
}

/*中屏幕*/
@media screen and (min-width: 1400px) and (max-width: 1900px) {
    .public_header_wrap {
        padding: 35px 55px;
    }

    .product_page_head {
        padding: 0 20px;
    }

    .produce_page_title {
        padding: 0 20px;
    }

    .public_line_box {
        height: 150px;
    }

    .banner_swiper_pagination {
        bottom: 60px !important;
    }

    .public_nav_list .public_nav_item a,
    .public_search_input input {
        font-size: 14px;
    }

    .public_search_box {
        width: 280px;
    }

    .public_nav_list .public_nav_item:first-child a {
        margin: 0 20px 0 0;
    }

    .public_nav_list .public_nav_item a {
        margin: 0 20px;
    }

    .public_nav_item_rel:before {
        height: 36px;
    }

    .header_nav_active .public_nav_item_rel:before {
        height: 31px;
    }

    .public_nav_item_rel .public_nav_abs {
        width: 650px;
        top: 51px;
        padding-top: 0;
        margin-left: -325px;
    }

    .public_nav_item_rel .public_nav_abs2 {
        width: 296px;
        margin-left: -148px;
    }

    .header_nav_active .public_nav_list .public_nav_item_rel .public_nav_abs {
        padding-top: 0;
    }

    .public_nav_item_rel .public_nav_abs_in {
        padding: 20px 30px;
    }

    .public_nav_item_rel .public_nav_abs_in:before {
        top: -14px;
        margin-left: -9px;
        border-left-width: 9px;
        border-right-width: 9px;
        border-bottom-width: 14px;
    }

    .public_nav_item_rel .public_nav_abs_in .chd_wrap {
        width: 44%;
        padding: 14px 9px;
        font-size: 14px;
        line-height: 19px;
    }

    .banner_title {
        font-size: 30px;
        line-height: 42px;
    }

    .banner_index_text {
        font-size: 42px;
        line-height: 60px;
    }

    .banner_but_title {
        font-size: 13px;
        line-height: 40px;
        padding: 0 25px 0 30px;
    }

    .banner_icon_item {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .banner_button {
        margin-top: 50px;
    }

    .banner_line {
        width: 50px;
        height: 3px;
    }

    .banner_text {
        padding: 0 180px;
        font-size: 44px;
        line-height: 68px;
    }

    .public_bottom_wrap {
        bottom: 50px;
        padding: 0 55px;
    }

    .public_bottom_line {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .banner_swiper_pagination .swiper-pagination-bullet {
        width: 60px;
        height: 12px;
        margin: 0 6px !important;
    }

    .produce_page_wrap {
        padding: 0 180px;
    }

    .product_page_wrap {
        padding: 0 160px;
    }

    .product_page_item {
        padding: 0 20px;
    }
    .about_list_text {
        font-size: 10px;
    }
    .about_page_center {
        padding: 50px 70px 0 110px;
    }

    .news_page_box {
        padding: 50px 180px 0 180px;
    }

    .foot_page_box {
        padding: 0 180px;
    }

    .produce_page_title,
    .product_page_title,
    .about_page_title,
    .news_page_title {
        font-size: 40px;
        line-height: 50px;
    }

    .produce_page_list {
        margin-top: 80px;
    }

    .product_page_list {
        padding-top: 50px;
    }

    .produce_page_item a {
        padding: 55px 0;
    }

    .produce_page_icon:before {
        font-size: 66px;
    }

    .produce_page_text {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0 30px 0;
    }

    .about_page_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 70px;
    }

    .produce_more_icon,
    .product_more_icon,
    .about_more_icon,
    .news_more_icon {
        font-size: 22px;
    }

    .produce_more_text,
    .product_more_text,
    .about_more_text,
    .news_more_text {
        font-size: 18px;
        margin-left: 10px;
    }

    .product_page_read {
        padding: 24px;
    }

    .product_page_tips {
        font-size: 16px;
        line-height: 26px;
    }

    .product_page_text {
        font-size: 12px;
        line-height: 24px;
        height: 96px;
        margin-top: 10px;
    }

    .about_list_number {
        font-size: 50px;
        line-height: 60px;
    }

    .about_list_span {
        font-size: 16px;
        line-height: 34px;
    }

    .about_page_list {
        padding: 35px 0 50px 0;
    }

    .about_video_icon {
        font-size: 66px;
    }

    .about_video_text {
        font-size: 15px;
    }

    .news_item_title a {
        font-size: 18px;
        line-height: 28px;
    }

    .news_item_icon {
        color: #999999;
    }

    .news_item_day {
        font-size: 14px;
        margin-left: 8px;
    }

    .news_item_text {
        font-size: 13px;
        line-height: 24px;
        margin: 15px 0 20px 0;
    }

    .news_more_line_box {
        width: 30px;
    }

    .news_item_more_text {
        font-size: 15px;
        line-height: 25px;
        margin-left: 5px;
    }

    .news_page_tab .news_page_wrapper .swiper-slide {
        margin-top: 40px;
    }

    .news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n+1) {
        padding: 0 60px 0 0;
    }

    .news_page_tab .news_page_wrapper .swiper-slide:nth-child(2n) {
        padding: 0 0 0 60px;
    }

    .foot_page_item {
        width: 150px;
    }

    .foot_page_item:first-child {
        width: 125px;
    }

    .foot_page_item:nth-child(4) {
        width: 110px;
    }

    .foot_page_item:nth-child(4) ~ .foot_page_item {
        width: 121px;
    }

    .foot_page_head {
        padding-bottom: 80px;
    }

    .foot_page_bq {
        padding: 60px 0 60px 0;
    }

    .foot_page_title {
        padding-bottom: 30px;
    }

    .foot_page_title a {
        font-size: 13px;
        line-height: 12px;
        height: 25px;
    }

    .foot_page_li a {
        font-size: 13px;
        line-height: 28px;
    }

    .foot_bq_item, .foot_bq_item a {
        font-size: 13px;
        line-height: 23px;
        height: 23px;
    }

    .public_icon_item_label.icon-dizhi {
        font-size: 28px;
    }

    .public_icon_item_label.icon-dianhua {
        font-size: 24px;
    }

    .public_icon_item_label.icon-youxiang1 {
        font-size: 26px;
    }

    .public_icon_item_read {
        line-height: 45px;
    }

    .public_icon_item_label {
        width: 45px;
    }

    .public_icon_tel, .public_icon_tel a {
        font-size: 22px;
    }

    .public_icon_mail, .public_icon_mail a {
        font-size: 16px;
    }

    .public_header_logo {
        width: 130px;
    }

    .loading_logo {
        margin-bottom: 20px;
    }

    .loading_logo img {
        width: 200px;
    }

    .loading_read {
        width: 200px;
    }

    .loading_number {
        padding-top: 15px;
        font-size: 18px;
        line-height: 36px;
    }

    .public_wap_box {
        height: 58px;
    }

    .index_video_close {
        width: 40px;
        height: 40px;
    }

    .foot_item_box {
        margin-top: 100px;
    }

    .foot_item_line {
        height: 8px;
    }

    .foot_item_box .foot_page_head {
        padding-bottom: 50px;
    }

    .foot_item_box .foot_page_bq {
        padding: 40px 0 45px 0;
    }

    /*-----------------------内页---------------------*/
    .page_center {
        padding: 0 150px;
    }

    .content_page_cdmo_wrap .page_center {
        padding: 0 75px;
    }

    .page_banner_read {
        padding: 40px;
    }

    .page_banner_title {
        font-size: 24px;
        line-height: 38px;
    }

    .page_banner_text {
        font-size: 14px;
    }

    .page_banner_item {
        margin-top: 46px;
    }

    .about_content_tips {
        font-size: 26px;
        line-height: 28px;
    }

    .about_content_line {
        margin-top: 15px;
        width: 110px;
    }

    .about_content_color {
        width: 110px;
    }

    .about_content_text {
        font-size: 13px;
        line-height: 28px;
        height: auto;
    }

    .about_content_read {
        margin-top: 40px;
    }

    .about_content_package {
        padding-right: 60px;
    }

    .about_count_number {
        font-size: 50px;
        line-height: 60px;
    }

    .about_img_purple {
        left: 20px;
        top: 20px;
    }

    .about_content_photo:hover .about_content_wy {
        -webkit-transform: translateX(20px) translateY(20px);
        transform: translateX(20px) translateY(20px);
    }

    .about_content_box {
        padding: 120px 0 150px 0;
    }

    .about_vision_icon {
        font-size: 62px;
        line-height: 70px;
    }

    .about_vision_title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 35px;
    }

    .about_vision_text {
        font-size: 26px;
        line-height: 44px;
    }

    .about_wap_big {
        padding-right: 150px;
    }

    .about_wap_center {
        margin-top: 76px;
    }

    .about_wap_max {
        font-size: 24px;
        line-height: 38px;
        margin-top: 50px;
    }

    .about_wap_sort {
        padding: 25px 0;
    }

    .about_sort_title {
        font-size: 13px;
    }

    .about_wap_read {
        font-size: 14px;
        line-height: 28px;
        height: 84px;
    }

    .about_wap_box {
        padding: 70px 0 140px 0;
    }

    .inner_page_wrap .foot_page_box {
        margin-top: 100px;
    }

    .inner_page_wrap .foot_page_bq {
        padding: 40px 0 45px 0;
    }

    .inner_page_wrap .foot_page_head {
        padding-bottom: 50px;
    }

    .about_wap_itemMax {
        width: 5.03508%;
    }

    .about_wap_item {
        width: 3.2824%;
    }

    .about_wap_item:nth-child(1) {
        left: 63.4%;
        top: 52.4%;
    }

    .about_wap_item:nth-child(2) {
        left: 73.50877%;
        top: 60.9%;
    }

    .about_wap_item:nth-child(3) {
        left: 70.8%;
        top: 54%;
    }

    .about_wap_item:nth-child(4) {
        left: 49.3%;
        top: 64.8%;
    }

    .about_wap_item:nth-child(5) {
        left: 82.4%;
        top: 25.79658%;
    }

    .about_wap_item:nth-child(6) {
        left: 73.8%;
        top: 68.96589%;
    }

    .about_wap_item:nth-child(7) {
        left: 76.2%;
        top: 64.5042%;
    }

    .about_wap_item:nth-child(8) {
        left: 70.8%;
        top: 76.3447%;
    }

    .about_wap_item:nth-child(9) {
        left: 65.8%;
        top: 82.287454%;
    }

    .about_wap_itemMax .about_wap_text {
        width: 100%;
        font-size: 12px;
    }

    .plat_menu_new {
        padding: 0 0 70px;
        text-align: center;
    }

    .plat_menu_new .lnk {
        font-size: 16px;
        line-height: 48px;
        padding: 0 25px;
    }

    .plat_menu_new .lnk + .lnk {
        margin-left: 16px;
    }

    .platform_wrap {
        padding: 100px 0 0 0;
    }

    .platform_read_content {
        font-size: 13px;
        line-height: 28px;
        padding-bottom: 150px;
    }

    .platform_title_after {
        width: 0;
        height: 3px;
    }

    .platform_title_text {
        font-size: 26px;
        line-height: 80px;
        padding-left: 20px;
    }

    .platform_list_wrap {
        width: 210px;
    }

    .platform_ul_item a {
        line-height: 66px;
        padding: 0 20px;
    }

    .platform_icon_box {
        margin-right: 15px;
    }

    .platform_ul_icon {
        font-size: 20px;
    }

    .platform_hover_icon {
        font-size: 20px;
    }

    .platform_text_box {
        width: 100%;
        overflow: hidden;
        position: relative;
        font-size: 15px;
    }

    .platform_text_independent {
        width: calc(100% - 35px);
    }

    .AddFixed {
        width: 210px;
        top: 100px;
    }

    .platform_after {
        height: 100px;
    }

    .platform_read_wrap {
        padding-left: 70px;
        width: calc(100% - 210px);
    }

    .platform_read_label {
        font-size: 14px;
        line-height: 52px;
    }

    .platform_read_button {
        width: 190px;
    }

    .platform_read_submit_checking_in {
        padding: 6px 0;
    }

    .platform_read_checking_label {
        font-size: 17px;
        line-height: 40px;
    }

    .platform_read_checking_button {
        width: 138px;
    }

    .platform_read_submit_bot_check_wrap {
        padding-top: 50px;
    }


    .platform_popup_box {
        width: 40%;
    }

    .platform_popup_form {
        padding: 16px 36px;
    }

    .platform_read_pop_title {
        font-size: 20px;
        line-height: 32px;
    }

    .platform_read_pop_text {
        font-size: 13px;
        line-height: 24px;
    }

    .platform_read_pop_text a {
        font-size: 13px;
        line-height: 24px;
    }

    .platform_popup_title {
        font-size: 18px;
        line-height: 60px;
        padding: 0 35px;
    }

    .platform_popup_item input {
        line-height: 48px;
        padding: 0 15px;
        font-size: 14px;
    }

    .platform_popup_item textarea {
        line-height: 24px;
        height: 102px;
        font-size: 14px;
        padding: 10px 15px;
    }

    .platform_popup_button button {
        line-height: 48px;
        margin-top: 10px;
        font-size: 16px;
    }

    .platform_popup_checkbox {
        padding-top: 20px;
    }

    .platform_popup_checkbox_gg1 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .platform_read_pop_box_gg1 {
        margin-top: 20px;
    }

    .platform_popup_checkbox input {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .platform_group_xgl_tit {
        font-size: 16px;
        line-height: 50px;
    }

    .platform_popup_item_tit .tit {
        padding: 8px;
        font-size: 14px;
        line-height: 30px;
    }

    .platform_popup_item_con {
        padding: 10px 8px;
    }

    .platform_group_xgl_wrap .platform_popup_checkbox {
        padding: 8px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .platform_popup_other_line {
        margin-left: 8px;
    }

    .platform_popup_checkbox .platform_popup_other_line input {
        width: 150px;
        font-size: 14px;
        line-height: 24px;
        height: 28px;
        padding: 3px 5px;
    }

    .platform_popup_close {
        width: 40px;
        height: 40px;
        right: -20px;
        top: -20px;
    }

    .asktable_wrap{
        padding-top:64px;
        padding-bottom:48px;
    }
    .asktable_wrap .platform_popup_title,.asktable_wrap .platform_read_pop_title{
        font-size: 32px;
    }
    .asktable_wrap .platform_popup_title {
        line-height: 64px;
        margin-bottom: 24px;
    }
    .asktable_wrap .platform_read_pop_title{
        line-height:48px;
    }
    .asktable_wrap .platform_read_pop_text{
        font-size:14px;
        line-height:32px;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item:nth-child(1) {
        margin-right: 16px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item_xgl:nth-child(1) {
        margin-right: 0px;
    }

    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 8px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_list{
        width:calc( (100% - 32px) / 3 * 2 + 16px);
    }
    .asktable_wrap .platform_popup_max_wrap .platform_popup_max{
        width:calc( (100% - 32px) / 3 );
        margin-left: 16px;
    }
    .asktable_wrap .platform_popup_list .platform_popup_item {
        width: calc(50% - 8px);
    }
    .asktable_wrap .platform_popup_max .platform_popup_item {
        width: 100%;
    }
    .asktable_wrap .platform_popup_item{
        margin-bottom: 16px;
    }
    .asktable_wrap .platform_popup_item.platform_popup_item_xgl {
        margin-bottom: 0px;
    }
    .asktable_wrap .platform_popup_item input {
        padding: 0 20px;
    }
    .asktable_wrap .platform_popup_item textarea {
        padding: 14px 20px;
        height:160px;
    }
    .asktable_wrap .platform_popup_button button {
        width: 160px;
        line-height: 52px;
        margin-top: 32px;
        font-size: 18px;
    }
    .asktable_wrap .platform_popup_inputs_parent{
        padding-bottom:24px;
    }
    .asktable_wrap .platform_popup_item_tit .tit{
        font-size:15px;
        line-height:32px;
        padding:0 0 14px;
    }
    .asktable_wrap .platform_group_xgl_wrap{
        padding-bottom:40px;
    }
    .asktable_wrap .platform_popup_checkbox,.asktable_wrap .platform_popup_checkbox_gg1{
        font-size:13px;
        line-height:30px;
    }
    .asktable_wrap .platform_popup_checkbox_gg1{
        padding:8px 0;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar{
        margin-bottom:0;
        padding:0;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_list{
        padding:0 0 16px;
    }
    .asktable_wrap .platform_group_xgl_wrap_mar .platform_popup_list{
        padding:0;
    }
    .asktable_wrap .platform_popup_item_con{
        padding:0;
    }
    .asktable_wrap .platform_popup_item_tit{
        width:100%;
    }
    .asktable_wrap .platform_popup_checkbox .platform_popup_other_line input{
        font-size:13px;
        line-height:16px;
        height:22px;
    }
    .asktable_wrap .platform_read_pop_box_gg1{
        padding-top:72px;
        margin-top:80px;
    }
    .asktable_wrap .platform_read_pop_box_gg1 .platform_read_pop_title{
        width:25.77%;
    }
    .asktable_wrap .platform_popup_checkbox label{
        padding-left:22px;
        min-height:30px;
    }
    .asktable_wrap .platform_popup_checkbox_gg1 label{
        padding-left:0;
    }
    .asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=checkbox],.asktable_wrap .platform_group_xgl_wrap .platform_popup_checkbox input[type=radio]{
        top:8px;
    }

    .public_search_submit a {
        font-size: 16px;
    }

    .news_active_box {
        padding: 80px 0 150px 0;
    }

    .page_number a, .page_number span {
        font-size: 13px;
        width: 50px;
        line-height: 48px;
    }

    .news_active_title {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
        margin-top: 20px;
    }

    .news_active_text {
        font-size: 13px;
        margin: 8px 0;
    }

    .news_active_time {
        font-size: 14px;
    }

    .news_active_icon {
        font-size: 16px;
        margin-right: 8px;
    }

    .news_active_label {
        padding: 0 15px;
        line-height: 46px;
    }

    .news_content_bjq {
        padding: 40px 140px 40px 140px;
    }

    .news_content_big {
        padding: 0 140px;
    }

    .news_content_bottom {
        padding: 0 140px;
    }

    .news_content_head {
        padding: 90px 0 60px 0;
    }

    .news_content_title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .news_content_list {
        padding: 30px 0;
    }

    .news_content_text {
        font-size: 14px;
        line-height: 26px;
    }

    .news_content_icon {
        font-size: 18px;
        line-height: 24px;
    }

    .news_content_bjq p {
        font-size: 14px;
        line-height: 28px;
    }

    .platform_read_content {
        font-size: 14px;
        line-height: 28px;
    }

    .news_content_item_text {
        font-size: 14px;
    }

    .news_content_jt {
        font-size: 24px;
    }

    .news_content_center a {
        font-size: 24px;
    }

    .news_content_box {
        padding-bottom: 100px;
    }

    .contact_box {
        padding: 100px 0;
    }

    .contact_way_text {
        font-size: 14px;
    }

    .contact_way_icon.icon-dianhua1 {
        font-size: 24px;
    }

    .contact_way_icon {
        font-size: 20px;
    }

    .contact_way_tips {
        margin-top: 15px;
    }

    .contact_way_tips a {
        font-size: 18px;
        line-height: 22px;
    }

    .contact_way_box {
        margin: 70px 0 80px 0;
    }

    .contact_join_box {
        padding-top: 100px;
    }

    .contact_join_icon {
        font-size: 22px;
    }

    .contact_join_label {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 32px);
    }

    .contact_join_read {
        padding: 20px 0 30px 0;
    }

    .contact_join_text {
        font-size: 13px;
        line-height: 24px;
    }

    .contact_add_text {
        font-size: 13px;
        margin-left: 8px;
        width: calc(100% - 24px);
    }

    .contact_join_mail,
    .contact_join_mail a {
        font-size: 13px;
    }

    .contact_join_mail {
        width: calc(100% - 118px);
    }

    .contact_more_text {
        font-size: 14px;
        margin-right: 8px;
    }

    .contact_join_button {
        width: 98px;
        margin-left: 20px;
    }

    .contact_join_item {
        width: 47%;
        margin: 0 6% 50px 0;
        padding: 26px 0;
    }

    .contact_join_item:nth-child(2n) {
        margin: 0 0 50px 0;
    }

    .contact_down_icon {
        font-size: 34px;
    }

    .join_page_content {
        padding: 0 80px;
    }

    .join_page_max {
        padding: 60px 60px 80px 60px;
    }

    .join_head_box {
        padding: 0 0 35px 0;
    }

    .join_head_title {
        font-size: 30px;
        line-height: 44px;
    }

    .bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
        font-size: 14px !important;
    }

    .bshare-custom.icon-medium-plus a {
        margin: 0 0 0 18px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .join_head_share a {
        font-size: 26px;
    }

    .join_content_box {
        margin: 40px 0 80px 0;
    }

    .join_content_read h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .join_content_read p {
        font-size: 13px;
        line-height: 30px;
    }

    .join_content_mail a {
        font-size: 15px;
        line-height: 66px;
    }

    .join_content_return a {
        line-height: 66px;
    }

    .join_return_text {
        font-size: 15px;
    }

    .join_return_icon {
        font-size: 20px;
        margin-left: 10px;
    }

    .news_active_item {
        margin: 0 2.98508% 40px 0;
    }

    .news_active_item:nth-child(3n) {
        margin: 0 0 40px 0;
    }

    .contact_join_list {
        padding: 80px 0 20px 0;
    }

    .join_icon_label {
        font-size: 20px;
    }

    .join_content_mail a:hover .join_content_text {
        margin-right: 30px;
    }

    .join_content_mail a:hover .join_icon_box {
        right: -30px;
    }

    .pro_but_icon_wrap {
        width: 35px;
    }

    .platform_icon_after {
        top: 65px;
    }

    .pro_li_item a {
        font-size: 12px;
        line-height: 30px;
    }

    .pro_li_item a span {
        margin: 5px 0;
    }

    .pro_content_item,
    .pro_content_bjq {
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .pro_content_bjq {
        margin-top: 50px;
    }

    .pro_list_item {
        margin-top: 50px;
    }

    .content_page_cdmo_wrap .pro_content_bjq p,
    .content_page_cdmo_wrap .pro_content_bjq h1,
    .content_page_cdmo_wrap .pro_content_bjq h2,
    .content_page_cdmo_wrap .pro_content_bjq h3,
    .content_page_cdmo_wrap .pro_content_bjq h4,
    .content_page_cdmo_wrap .pro_content_bjq h5,
    .content_page_cdmo_wrap .pro_content_bjq table,
    .content_page_cdmo_wrap .pro_content_bjq td,
    .content_page_cdmo_wrap .pro_content_bjq th {
        font-size: 14px;
        line-height: 30px;
    }

    .pro_item_table tr:nth-child(1) td {
        font-size: 13px;
    }

    .pro_item_table tr td {
        font-size: 12px;
    }

    .platform_read_model {
        font-size: 26px;
    }

    .pro_down_title {
        font-size: 13px;
        line-height: 32px;
    }

    .pro_down_text {
        font-size: 13px;
        line-height: 32px;
    }

    .pro_down_icon {
        font-size: 20px;
    }

    .platform_read_head {
        height: auto;
    }

    .content_page_cdmo_wrap .pro_down_item {
        width: 60%;
    }

    .content_page_cdmo_wrap .pro_list_wrap {
        width: 480px;
    }

    .content_page_cdmo_wrap .pro_read_wrap {
        width: calc(100% - 480px);
    }

    .content_page_cdmo_wrap .AddFixed2 {
        width: 480px;
    }

    .contact_msg_btn_chd {
        font-size: 38px;
        line-height: 46px;
    }

    .contact_msg_btn_icon {
        font-size: 44px;
        line-height: 54px;
    }

    .contact_msg_btn_tit {
        font-size: 18px;
        line-height: 28px;
    }

    .contact_msg_btn_head {
        margin-bottom: 8px;
    }

    .platform_read_title {
        width: calc(100% - 210px);
    }
}

/*超过1920*/
@media screen and  (min-width: 1921px) {
}
@font-face {
  font-family: "iconfont"; /* Project id 2502508 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff2') format('woff'),
       url('../fonts/iconfont.woff2') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-101:before {
  content: "\e63b";
}

.icon-a-14:before {
  content: "\e63c";
}

.icon-a-111:before {
  content: "\e63d";
}

.icon-a-12:before {
  content: "\e63e";
}

.icon-a-16:before {
  content: "\e63f";
}

.icon-a-17:before {
  content: "\e640";
}

.icon-a-13:before {
  content: "\e644";
}

.icon-a-11:before {
  content: "\e638";
}

.icon-a-10:before {
  content: "\e639";
}

.icon-ico_xibaoyinhang_xibaoxiangmuweihu:before {
  content: "\e881";
}

.icon--:before {
  content: "\e60b";
}

.icon-jiatingyisheng:before {
  content: "\e65c";
}

.icon-a-01:before {
  content: "\e635";
}

.icon-a-03:before {
  content: "\e636";
}

.icon-a-02:before {
  content: "\e637";
}

.icon-a-ziyuan11:before {
  content: "\e604";
}

.icon-a-ziyuan1:before {
  content: "\e603";
}

.icon-a-1:before {
  content: "\e602";
}

.icon--ziliaoxiazai:before {
  content: "\e613";
}

.icon-qzone:before {
  content: "\e642";
}

.icon-weixin:before {
  content: "\e674";
}

.icon-xinlang:before {
  content: "\e7f1";
}

.icon-QQ1:before {
  content: "\e882";
}

.icon-houtui:before {
  content: "\e615";
}

.icon-jiantou01_huaban1:before {
  content: "\e634";
}

.icon-men:before {
  content: "\e601";
}

.icon-you:before {
  content: "\e685";
}

.icon-icon110:before {
  content: "\e673";
}

.icon-dna:before {
  content: "\e751";
}

.icon-product:before {
  content: "\e600";
}

.icon-guanwang:before {
  content: "\e643";
}

.icon-laiyuan:before {
  content: "\e66e";
}

.icon-yuanjing:before {
  content: "\e631";
}

.icon-shiming:before {
  content: "\e65f";
}

.icon-caidan1:before {
  content: "\e632";
}

.icon-mran:before {
  content: "\e630";
}

.icon-mianyi:before {
  content: "\e625";
}

.icon-manbingdu:before {
  content: "\e626";
}

.icon-zhili:before {
  content: "\e627";
}

.icon-ganxibao:before {
  content: "\e62b";
}

.icon-carT:before {
  content: "\e62f";
}

.icon-xibao:before {
  content: "\e64d";
}

.icon-youxiang1:before {
  content: "\e908";
}

.icon-shipin_huabanfuben:before {
  content: "\e620";
}

.icon-guanbi:before {
  content: "\e623";
}

.icon-caidan:before {
  content: "\e624";
}

.icon-1301:before {
  content: "\e6a6";
}

.icon-DNA:before {
  content: "\e62d";
}

.icon-cell:before {
  content: "\e616";
}

.icon--yiliao-bingdu:before {
  content: "\e62e";
}

.icon-backtop:before {
  content: "\e63a";
}

.icon-fanhuidingbu:before {
  content: "\e6c4";
}

.icon-youxiang:before {
  content: "\e645";
}

.icon-dizhi:before {
  content: "\e91b";
}

.icon-QQ:before {
  content: "\e651";
}

.icon-dianhua:before {
  content: "\e672";
}

.icon-dianhua1:before {
  content: "\e60a";
}

.icon-dizhi1:before {
  content: "\e628";
}

.icon-dianhua2:before {
  content: "\e605";
}

.icon-shipin:before {
  content: "\e60f";
}

.icon-rili:before {
  content: "\e641";
}

.icon-jiantou-zuo:before {
  content: "\e62a";
}

.icon-jiantou:before {
  content: "\e633";
}

.icon-lvzhou_yuyanqiehuan:before {
  content: "\e629";
}

.icon-sousuo:before {
  content: "\e62c";
}


