@charset "utf-8"; 
@font-face {
    font-family: 'calibrib';
    src: url('calibrib.subset.ttf');
}

@font-face {
    font-family: 'SlimbachStd-Bold';
    src: url('SlimbachStd-Bold.otf');
}

@font-face {
    font-family: 'calibri';
    src: url('calibri.subset.ttf');
}

@font-face {
    font-family: 'Geometr706';
    src: url('Gilroy-Medium-2.otf');
}

@font-face {
    font-family: 'gilroy-bold';
    src: url('gilroy-bold-4.otf');
}

input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

* {
    font-family: "PingFang SC", 微软雅黑, "Heiti SC", Helvetica, "Microsoft YaHei", Verdana, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", 黑体, SimSun, sans-serif,"Arial", "SourceHanSansCNNormal", "micrsoft yahei";
}

a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
    color: #555555;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    line-height: 1;
}

/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
    list-style: none;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom:1;}

/* 触发 hasLayout */
img {
    vertical-align: middle;
    max-width: 100%;
}

input:focus {
    outline: none;
}

/*去除按钮选中的高亮标签*/
textarea:focus {
    outline: none;
}

/*去除文本框选中的高亮标签*/
button:focus {
    outline: none;
}

/*去除按钮选中的高亮标签*/
select:focus {
    outline: none;
}

/*去除下拉框选中的高亮标签*/
img {
    vertical-align: middle;
}

div,p,table,td,ul,li,span,a,ol,input,label {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

input[type="submit"] {
    cursor: pointer;
}





video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*渐变从左向右*/
.jianbian2 {
    height: 200px;
    background: -webkit-linear-gradient(to right,blue,yellow);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue,yellow);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue,yellow);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white,yellow);
    /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

/*图片变大*/
.tra {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.tra:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

/*图片翻转*/
.flip {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.flip:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    cursor: pointer;
}

.m-header-nav {
    display: none;
}

.pc_all .pc_all_content {
    max-width: 85%;
    margin: 0 auto;
    width: 100%;
}

.Header {
    padding: 0px 60px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 25;
    left: 0;
    top: 0;
	    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.Header .Header_conent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
    margin: 0 auto;
}



.Header .Header_conent .Header_conent_right {
    display: flex;
}

.Header .Header_conent .Header_conent_right .conent_right_nav {
    display: flex;
    align-items: center;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
    margin-right: 58px;
    display: flex;
    align-items: center;
}



.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:last-child {
    margin-right: 0;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title {
    font-size: 18px;
    color: #333;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title.layui-this-moren {
    color:#146ec8;
}


.Header .Header_conent .Header_conent_right .conent_right_btn {
    display: flex;
    align-items: center;
    margin-left: 34px;
    position: relative;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list {
    position: relative;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:last-child {
    margin-left: 20px;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_icon {
    display: inline-block;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(1) .btn_list_icon img {
    height: 23px;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(2) .btn_list_icon img {
    height: 22px;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down {
    position: absolute;
    top: 100%;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    display: none;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:hover .btn_list_down {
    display: block;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid rgba(0,0,0,.5);
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down .list_down_padding {
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    overflow: hidden;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 48px;
    text-align: center;
}

.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down a:hover {
    background: #146ec8;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list.on .nav_list_title {
    color: #146ec8;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:hover .nav_list_title {
    color: #146ec8;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down {
    position: fixed;
    left: 0;
    top: 92px;
    z-index: 2;
    width: 100%;
    height: 0px;
    display: flex;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    padding-left: 340px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:hover .nav_list_down {
    height: 550px;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    transition-delay: 0.3s;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left {
    height: 100%;
    width: 30%;
    padding-top: 50px;
    overflow: hidden;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left ul li {
    margin-bottom: 20px;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left ul li a {
    font-size: 24px;
    color: #111111;
    line-height: 34px;
    padding: 9px 0;
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    border-left: 2px solid #fff;
    padding-left: 24px;
    height: 100%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left ul li.on a {
    background: #f7f7f7;
    border-left: 2px solid #146ec8;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right {
    height: 100%;
    width: 70%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li {
    display: flex;
    height: 100%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le {
    background: #f7f7f7;
    height: 100%;
    width: 40%;
    padding-top: 50px;
    overflow: hidden;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le .li_le_l {
    background: #f7f7f7;
    border-left: 2px solid #f7f7f7;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #111111;
    padding-left: 85px;
    padding-right: 25px;
    line-height: 54px;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le .li_le_l.on {
    background: #ededed;
    background: #ededed;
    border-left: 2px solid #146ec8;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri {
    background: #ededed;
    height: 100%;
    width: 60%;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l:first-child {
    position: relative;
    top: 0;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l {
    width: 100%;
    height: 100%;
    display: none;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l.on {
    display: block;
    top: 0;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l a {
    background: #ededed;
    border-left: 2px solid #ededed;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #111111;
    padding-left: 85px;
    padding-right: 25px;
    line-height: 54px;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l a:hover {
    border-left: 2px solid #146ec8;
    background: #e2e2e2;
}

/*.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on {padding-left:768px;padding-right:192px;}*/
.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:hover .nav_list_down.on {
    height: 220px;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on .list_down_left {
    width: 100%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on .list_down_left ul {
    display: flex;
    flex-wrap: wrap;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on .list_down_left ul li {
    width: 33.333%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on2 .list_down_left ul {
    display: flex;
    flex-wrap: wrap;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on2 .list_down_left ul li {
    width: 33.333%;
}

.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on2 .list_down_left {
    width: 100%;
}
.clearfix {
    clear: both;
}
.search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.search .search_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .search_bg .search_content {
    width: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter: scale(0);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 1;
}

.search .search_bg.on .search_content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    opacity: 1;
}

.search .search_content .search_content_top {
    position: relative;
}

.search .search_content .search_content_top .search_close {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    font-size: 30px;
}

.search .search_content .search_content_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}

.search .search_content input[type="search"] {
    width: 80%;
    background: inherit;
    height: 80px;
    font-size: 16px;
    color: #333;
    padding: 0px 20px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.search .search_content input[type="submit"] {
    width: 20%;
    height: 80px;
    font-size: 16px;
    z-index: 1;
    position: relative;
    color: #111;
    cursor: pointer;
    color: #fff;
    background: #146ec8;
}

.DSEARCH {
    padding: 95px 0px;
}

.DSEARCH .Search_top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25%;
    margin-bottom: 60px;
}

.DSEARCH .Search_top form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
}

.DSEARCH .Search_top input[type="search"] {
    width: 80%;
    height: 74px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background: #f9f9f9;
    font-size: 18px;
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 100px 0px 0px 100px;
}

.DSEARCH .Search_top input[type="submit"] {
    width: 20%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    color: #fff;
    font-size: 16px;
}

.DSEARCH input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b4b4b4;
    font-size: 18px;
}

.DSEARCH input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b4b4b4;
    font-size: 18px;
}

.DSEARCH input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
    font-size: 18px;
}

.DSEARCH input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b4b4b4;
    font-size: 18px;
}

.DSEARCH input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b4b4b4;
    font-size: 18px;
}

.DSEARCH .Search_title {
    font-size: 16px;
    color: #00000;
    margin-bottom: 50px;
}

.DSEARCH .Search_title b {
    color: #e60012;
    margin: 0px 8px;
}

.DSEARCH .Search_content {
    padding-bottom: 30px;
}

.DSEARCH .Search_content .Search_content_list {
    padding: 40px 36px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1);
    margin-bottom: 26px;
}

.DSEARCH .Search_content .Search_content_list .content_list_time {
    font-size: 16px;
    color: #999999;
}

.DSEARCH .Search_content .Search_content_list .content_list_title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
    margin-bottom: 19px;
}

.DSEARCH .Search_content .Search_content_list .content_list_title .list_title_l {
    font-size: 16px;
    color: #e60012;
}

.DSEARCH .Search_content .Search_content_list .content_list_title .list_title_r {
    font-size: 16px;
    color: #000003;
}

.DSEARCH .Search_content .Search_content_list .content_list_txt {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
.layui-laydate, .layui-laydate * {
    box-sizing: border-box;
    line-height: inherit;
}
.Contact_form .inlines {
    font-size: 16px;
    color: red;
    font-weight: normal;
    padding-bottom: 5px;
    float: none;
    text-align: left;
	line-height: 28px;
    width: auto;
    display: block;
	margin-bottom: 20px;
}
.Contact_form .layui-btn-lg{display: block; margin: 0 auto; width: 300px; height: 50px; line-height: 50px;    background-color: #1f5199;letter-spacing: 1px;}
.left_bottom_TAG{border-bottom:1px solid #dcdcdc;padding-bottom:40px;margin-bottom:40px;}
.left_bottom_page .bottom_page_left{width:70%;}
.left_bottom_page .bottom_page_left .page_left_list{margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.left_bottom_page .bottom_page_left .page_left_list:last-child{margin-bottom:0px;}
.left_bottom_page .bottom_page_left .page_left_list dd{font-size:16px;color:#333333;}
.left_bottom_page .bottom_page_left .page_left_list a{font-size:16px;color:#333333;}
.left_bottom_page .bottom_page_left .page_left_list a:hover{color:#1f5199;}
.left_bottom_page .bottom_page_right a{display:inline-block;border:1px dashed #e5e5e5;width:160px;line-height:43px;text-align:center;font-size:16px;color:#333333;}
.left_bottom_page .bottom_page_right a span{color:#1f5199;font-size:25px;margin-right:8px;position:relative;top:3px;}
.left_bottom_page .bottom_page_right a:hover{background:#1f5199;color:#fff;border:1px solid #1f5199;}
.left_bottom_page .bottom_page_right a:hover span{color:#fff;}

.Banner {
    position: relative;
    overflow: hidden;
}

.Banner .swiper-pagination {
position: absolute;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.Banner .swiper-pagination span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background: none;
    margin-bottom: 10px;
}
.Banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.Banner .swiper-pagination span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;

}
.banTxt {
	z-index: 11;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10%;

   
}
.banTxt p {
	font-size: 60px;
	color: #fff;
	line-height: 1.4;
	margin-top: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	  transform: translateY(80px);
	    opacity: 0;
}
.Banner .swiper-slide-active .banTxt p {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}
.banTxt h3 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 4px;
	transform: translateY(50px);
	  opacity: 0;
}
.Banner .swiper-slide-active .banTxt h3 {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}
.Banner .swiper-slide-active img {
  animation: banner 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}

@keyframes banner {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Banner .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
	opacity:1;
}

.Banner .swiper-pagination span:last-child {
    margin-bottom: 0;
}

.Banner .Banner_list {
    width: 100%;
}

.Banner .Banner_list_po {
    position: relative;
    max-width: 85%;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 249px;
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6vw 0px;
}

.Banner .Banner_list_po .list_po_title {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
    letter-spacing: -0px;
    display: none;
}

.Banner .Banner_list.swiper-slide-active .Banner_list_po .list_po_title {
    display: block;
}

.Banner .Banner_list_po .list_po_content {
    border-top: 1px solid rgba(255,255,255,.4);
    border-bottom: 1px solid rgba(255,255,255,.4);
    display: inline-block;
    overflow: hidden;
    padding: 28px 0px;
    margin-top: 38px;
    display: none;
}

.Banner .Banner_list.swiper-slide-active .Banner_list_po .list_po_content {
    display: inline-block;
}

.Banner .Banner_list_po .list_po_content .po_content_list {
    float: left;
    margin-right: 111px;
}

.Banner .Banner_list_po .list_po_content .po_content_list:last-child {
    margin-right: 0;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd {
    font-size: 36px;
    color: #146ec8;
    font-family: 'Geometr706';
    display: flex;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd i {
    font-size: 36px;
    color: #146ec8;
    font-family: 'Geometr706';
    font-style: inherit;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd .TextAnimate {
    display: flex;
    align-items: center;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd b {
    font-weight: normal;
    position: relative;
    font-family: 'Geometr706';
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd .list_dd_o {
    font-family: 'Geometr706';
    font-size: 20px;
    display: flex;
    align-items: flex-end;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd .list_dd_o2 {
    font-style: inherit;
    font-family: 'Geometr706';
    font-size: 20px;
}

.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dt {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    line-height: 20px;
}

.Banner .Banner_list_po .list_po_btn {
    margin-top: 70px;
    display: none;
}

.Banner .Banner_list.swiper-slide-active .Banner_list_po .list_po_btn {
    display: block;
}
  #video {height: 100%;margin: 0 auto;position: relative;z-index: 1; max-width: 1000px;}
    #video video {width: 100%;height: 100%;object-fit: fill;}
    .VideoBtn {position: absolute;left: 50%;top: 50%;display: block;width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;cursor: pointer;z-index: 11;}

.btn {
    padding: 0px 33px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    background: rgba(255,255,255,.07);
    display: inline-block;
    border: 1px solid rgba(255,255,255,.07);
    position: relative;
    overflow: hidden;
}

.btn.on1 {
    background: none;
    border: 1px solid rgba(121,121,121,.43);
    color: #333333;
}

.btn.on1:hover {
    background: #1f5199;
    color: #fff;
    border: 1px solid #1f5199;
}

.btn.on2 {
    background: none;
    border: 1px solid rgba(255,255,255,.43);
}

.btn.on2:hover {
    background: rgba(255,255,255,.13);
}

.btn.onc:hover {
    background: #146ec8;
    border: 1px solid #146ec8;
}

.btn img {
    margin-left: 8px;
    height: 13px;
}
.btn i {
    margin-left: 8px;
	font-style: normal;
}
.Banner .Banner_btn {
    position: relative;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 4vw;
}

.Banner .Banner_btn .Banner_btn_list {
    width: calc(33.33% - 25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    padding-right: 44px;
    border: 1px solid #5a6b89;
    position: relative;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left {
    display: flex;
    align-items: center;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon {
    width: 90px;
    text-align: center;
    margin-right: 25px;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon img {
    position: relative;
    z-index: 2;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon img:last-child {
    display: none;
}

.Banner .Banner_btn .Banner_btn_list:nth-child(1) .btn_list_left .list_left_icon img {
    height: 40px;
}

.Banner .Banner_btn .Banner_btn_list:nth-child(2) .btn_list_left .list_left_icon img {
    height: 41px;
}

.Banner .Banner_btn .Banner_btn_list:nth-child(3) .btn_list_left .list_left_icon img {
    height: 25px;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon:before {
    content: "";
    display: inline-block;
    width: 173px;
    height: 173px;
    border-radius: 100%;
    background: #19335e;
    opacity: 1;
    position: absolute;
    left: -82px;
    top: -42px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_title {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.Banner .Banner_btn .Banner_btn_list:hover .btn_list_left .list_left_icon:before {
    width: calc(100% + 20px);
    left: -20px;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    border-radius: 0px;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_right {
    position: relative;
    z-index: 2;
}

.Banner .Banner_btn .Banner_btn_list .btn_list_right img {
    height: 13px;
}




.he_h2p1bx {
    width: 100%;
}
.he_h2p1ti {
    padding-top: 75px;
    padding-bottom: 78px;
}

.he_h2p2ul {
    margin: 0 -25px;
    overflow: hidden;
}

.he_h2p2li {
    width: 25%;
    padding: 0 25px;
    margin-bottom: 45px;
}

.he_h2p2ny {
    width: 100%;
    position: relative;
}

.he_h2p2nig {
    width: 100%;
    position: relative;
    border: 8px solid #ededed;
}
.he_h2p2nig a{
	display: block;
} 
.he_h2p2nig .he_img1 {
    max-width: 100%;
    height: 100%;
position:absolute;  top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
	width: auto;
	padding: 6px;
}
.he_h2p2nte p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.he_h2p2nte {
    margin-top: 24px;
}
.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.pic {
    width: 100%;
    overflow: hidden;
}
.ec_b_1 a{ width: 155px; height: 50px;border-radius: 50px; display: block;line-height: 46px;text-align: center; color: #014099;font-size: 16px; letter-spacing: 1px;border: 2px solid #014099; font-weight: 500;}

.fieldcp{ max-width: 1400px; margin: 0 auto;}
.fieldlist{margin:90px 0 80px 0; max-width: 1400px;}
.fieldlist .field-box ul{width: 100%;}
.fieldlist .field-box ul li{width: 100%;margin-bottom: 25px;display: flex;background: url(../img/xuebj_1.png) center no-repeat; padding:20px 140px;align-items: center; max-height: 497px;border-radius: 5px;}
.fieldlist .field-box ul li .field-img{width: calc(45% - 4%);margin-right: 4%;}
.fieldlist .field-box ul li .field-img a{ display: block;text-align: center;}
.fieldlist .field-box ul li .field-img img{transition:1s;-webkit-transition:1s;-moz-transition:1s; max-height:385px;}
.fieldlist .field-box ul li .field-img a:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}	
.fieldlist .field-box ul li .field-txt{width: calc(55% - 4%);margin-left: 4%;}
.fieldlist .field-box ul li .field-txt h1{font-size: 30px;margin-bottom: 30px;color: #000000; font-weight: bold; position: relative;}

.fieldlist .field-box ul li .field-txt p{font-size: 16px;line-height: 32px;color: #333333; margin-bottom: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;text-align: justify;}

.fieldlist .ec_b_1 a {

    margin-top: 30px;
}
.fieldlist .ec_b_1 a {
    color: #1f5199;
    border: 2px solid #1f5199;

}
.fieldlist .ec_b_1 a:hover{
    color: #fff;
    border: 2px solid #fff;
	 background-color: #1f5199;

}

.fieldlist .field-box ul li:nth-child(even) .field-img {
    margin-left: 4%;
	margin-right: 0;
}
.fieldlist .field-box ul li:nth-child(even) .field-txt {
      margin-right: 4%;
	  margin-left: 0;
}
.fieldlist .field-box ul li:nth-child(even){background: url(../img/xuebj_2.png) center no-repeat;}



.IndexBioDuro {
background:url(../img/bn5.png) no-repeat 0% 0%;
    padding-top: 100px;
    padding-bottom: 126px;
}

.IndexBioDuro .pc_all_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.IndexBioDuro .IndexBioDuro_left {
    width: 46%;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #146ec8;
    letter-spacing: -0px;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span {
    background: #ffac7b;
    width: 5px;
    height: 5px;
    border-radius: 116px;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span:nth-child(2) {
    margin: 0px 5px;
    opacity: 0.8;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span:nth-child(3) {
    opacity: 0.4;
    margin-right: 10px;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
    font-size: 36px;
    color: #111111;
    line-height: 46px;
	margin-bottom: 12px;
}
.ss {
    font-size: 30px;
    color: #111111;
		padding-top: 60px;
}

.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_txt {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.IndexBioDuro .IndexBioDuro_right {
    width: 49%;
    border-radius: 16px;
    overflow: hidden;
}

.IndexBioDuro .IndexBioDuro_right img {
    width: 100%;
}

.IndexBioDuro .IndexBioDuro_right.video{position:relative;}
.IndexBioDuro .IndexBioDuro_right.video:before{	content: "";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.1);width: 100%;}
	.IndexBioDuro .IndexBioDuro_right.video:hover:before{	content: "";background-color:rgba(0,0,0,.01);}
	.IndexBioDuro .IndexBioDuro_right.video em{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		background-image: url(../img/bofang.png);
		background-position: center center;
		background-repeat: no-repeat;
	   -webkit-transform: translate(-50%, -50%);
		    -khml-transform: translate(-50%, -50%);
		    -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		    -o-transform: translate(-50%, -50%);
		 transform: translate(-50%, -50%);
		cursor: pointer;
		width:96px;
		height:96px;
	
		
	}
.IndexBioDuro .IndexBioDuro_right.video img:before:hover{background-color:rgba(0,0,0,.2);}
.IndexBioDuro .IndexBioDuro_right.video a{display: block;}

.IndexBioDuro .IndexBioDuro_right.video em:before {
position: absolute;
		content: "";
		top: 0;
		left:0;
		height: 100%;
		width: 100%;
		border-radius: 50%;
		z-index: -1;
		-o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		-webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
		animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

@-webkit-keyframes myPulse{
    0%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow:0 0 0 0 rgba(255,255,255,0.2)
    }
    70%{
        -webkit-box-shadow:0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow:0 0 0 60px rgba(255,255,255,0)
    }
    100%{
        -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow:0 0 0 0 rgba(255, 255, 255, 0)
    }
}




.IndexFully {
    background: #fff;
    position: relative;
    padding: 122px 0px;
    padding-top: 38px;
}

.IndexFully .pc_all_content {
    display: block;
}

.IndexFully .IndexBioDuro_left {
    width: 100%;
}

.IndexFully .IndexFully_content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px
}

.IndexFully .IndexFully_content .IndexFully_content_list {
    position: relative;
    width: calc(33.333% - 21px);
    border: 1px solid #0d2481;
    border-radius: 16px;
    overflow: hidden;
    background: #050b24;
}
.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_img{background-color: #fff;}
.IndexFully .IndexFully_content .IndexFully_content_list .content_list_img img {
    width: 100%;
    opacity: .4;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_img img.pc_banner {
    height: 545px;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 45px 30px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon {
    height: 107px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_icon img {
    height: 106px;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_icon img {
    height: 107px;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_icon img {
    height: 59px;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_title {
    font-size: 28px;
    color: #222222;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list {
    font-size: 20px;
    color: #222222;
    width: 32%;
    background: url("../images/bn12.svg") no-repeat 0% 50%;
    padding-left: 19px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    background-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(1),.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(4) {
    width: 20%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(2),.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(5) {
    width: 40%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(3),.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_txt .po_txt_list:nth-child(6) {
    width: 30%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_txt .po_txt_list:last-child {
    width: 100%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_txt .po_txt_list:nth-child(1) {
    width: 40%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_txt .po_txt_list:nth-child(2) {
    width: 57%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_txt .po_txt_list {
    width: 50%;
}

.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_txt .po_txt_list:last-child {
    width: 100%;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    color: #333333;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list:last-child {
    border-bottom: 0;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn span {
    opacity: 0;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn img {
    left: -64px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    top: 0px;
    height: 13px;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_title,.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_txt .po_txt_list,.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_nav .po_nav_list {
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover {
    border: 1px solid #fff;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po {
    background: none;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_icon img {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_icon img:last-child {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_nav .po_nav_list {
    border-bottom: 1px solid rgba(255,255,255,.3);
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_btn span {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_btn img {
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    left: 10px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexBioPlatform {
    background: #0d2481;
    padding-top: 110px;
    padding-bottom: 103px;
}

.IndexBioPlatform .pc_all_content {
    display: block;
}

.IndexBioPlatform .IndexBioDuro_left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.bottom_list_title .div3 a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 50px;
	font-size: 18px;
	background-image: url(../img/tb18.png);
	background-size:38px;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
}
.bottom_list_title .div3 a:hover{color: #1f5199;}
.indMore {
	display: block;
	text-align: center;
	color: #fff;
	background: #bb0101;
	line-height: 50px;
	padding: 0 30px;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
}

.indMore img {
	display: inline-block;
	width: 30px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	left: 0;
	transition: all 0.48s;
}

.indMore:hover img {
	left: 8px;
}

.indMore.sm {
	display: inline-block;
	line-height: 45px;
	padding: 0 22px;
	font-size: 14px;
}

.IndexBioPlatform .IndexBioDuro_left .IndexBioDuro_left_title {
    width: calc(100% - 280px);
}

.IndexBioPlatform .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
    color: #fff;
}

.IndexBioPlatform .IndexBioDuro_left .btn {
    margin-bottom: 15px;
}

.IndexBioPlatform .IndexBioPlatform_content {
    margin-top: 54px;
    position: relative;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-next,.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-prev {
    top: 92%;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-next:after,.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 40px;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    z-index: 2;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_txt img {
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.layui-input, .layui-select, .layui-textarea {
    height: 42px;
    line-height: 42px\9;
}

.IndexBioPlatform .IndexBioPlatform_content:hover .IndexBioPlatform_content_img .content_img_list .img_list_txt img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: scale(1.1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.14);
    z-index: 4;
    padding: 0px 106px;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav {
    overflow: hidden;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 200px;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide a {
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 26px;
}

/*.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide a:before {content:"";display:inline-block;width:13px;height:12px;background:url("../images/bn41on.svg") no-repeat 50% 50%;background-size:13px;position:absolute;right:0;top:10px;}
*/
.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide.swiper-slide-thumb-active:before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexBioPlatform_img img {
    width: 100%;
}

.IndexBioNews {
    padding-top: 80px;
    background: #fff;
}

.IndexBioNews .pc_all_content {
    display: block;
}

.IndexBioNews .IndexBioDuro_left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 65px;
}

.IndexBioNews .IndexBioDuro_left .IndexBioDuro_left_title {
    width: calc(100% - 280px);
}



.IndexBioNews .IndexBioNews_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img {
    width: 50%;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt {
    width: 50%;
    padding: 0px 50px;
    position: relative;
}

.IndexBioNews .IndexBioNews_top:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: -webkit-linear-gradient(to right,#0d2481,#146ec8);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#0d2481,#146ec8);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#0d2481,#146ec8);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#0d2481,#146ec8);
    /* 标准的语法（必须放在最后） */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.IndexBioNews .IndexBioNews_top:hover:before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    opacity: 1;
}

.IndexBioNews .IndexBioNews_top:hover {
    box-shadow: 0px 0px 21px rgba(0,0,0,.1);
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dd {
    font-size: 16px;
    color: #146ec8;
    margin-bottom: 20px;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dt {
    line-height: 28px;
    color: #111111;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time .txt_time_dd {
    font-size: 16px;
    color: #999999;
}

.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time .txt_time_dt img {
    height: 13px;
}

.IndexBioNews .IndexBioNews_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list {
    border-radius: 16px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 48px 32px;
    width: calc(33.333% - 28px);
    position: relative;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: -webkit-linear-gradient(to right,#0d2481,#146ec8);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#0d2481,#146ec8);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#0d2481,#146ec8);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#0d2481,#146ec8);
    /* 标准的语法（必须放在最后） */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    opacity: 0;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list:hover:before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    opacity: 1;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dd {
    font-size: 16px;
    color: #146ec8;
    margin-bottom: 20px;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dt {
    line-height: 28px;
    color: #111111;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time .list_time_dd {
    font-size: 18px;
    color: #999999;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time .list_time_dt img {
    height: 13px;
}

.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list:hover {
    box-shadow: 0px 0px 21px rgba(0,0,0,.1);
}

.IndexCareers {
    position: relative;
    padding: 0px 62px;
    background: #fff;
    margin-bottom: 160px;
}

.IndexCareers .IndexCareers_img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.IndexCareers .IndexCareers_img img {
    border-radius: 16px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    width: 100%;
}

.IndexCareers:hover .IndexCareers_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: scale(1.1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexCareers .pc_all_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.IndexCareers .IndexBioDuro_left {
    width: 50%;
}

.IndexCareers .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
    color: #fff;
}

.IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p {
    margin-top: 30px;
    margin-bottom: 45px;
    letter-spacing: -0px;
}

.IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p p:last-child {
    margin-bottom: 0;
}

.IndexCareers2 {
    padding: 0px;
    margin-bottom: 0;
    background: #14477f;
}

.IndexCareers2 .btn {
    margin-top: 160px;
}

.IndexCareers2 .IndexCareers_img {
    max-width: 100%;
    border-radius: 0px;
    display: flex;
}

.IndexCareers2 .IndexCareers_img img {
    max-width: 100%;
    border-radius: 0px;
}

.Footer {
    background: #1f2649;
 
}

.Footer .pc_all_content {
    position: relative;
}

.Footer .Footer_top {
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    border-radius: 16px;
    background: #146ec8;
    padding: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 155px;
}

.Footer .Footer_top:before {
    content: "";
    display: inline-block;
    width: 154px;
    height: 80px;
    background: url("../images/bn16.png") no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -78px;
    background-size: 154px;
}

.Footer .Footer_top .Footer_top_left {
    display: flex;
    align-items: center;
}

.Footer .Footer_top .Footer_top_left .top_left_icon img {
    height: 80px;
}

.Footer .Footer_top .Footer_top_left .top_left_txt {
    margin-left: 20px;
}

.Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dd {
    font-size: 28px;
    color: #fff;
}

.Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dt {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.Footer .Footer_top .Footer_top_right {
    width: 48%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.Footer .Footer_top .Footer_top_right input {
    height: 64px;
}

.Footer .Footer_top .Footer_top_right input[type="text"] {
    width: calc(100% - 127px);
    font-size: 16px;
    color: #333;
    padding: 0px 22px;
}

.Footer .Footer_top .Footer_top_right input[type="submit"] {
    width: 127px;
    background: #0d2481;
    font-size: 16px;
    color: #fff;
}

.Footer .Footer_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_logo img {
    height: 70px;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_title {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin: 35px 0 0 0;
}
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_title img{
  width: 120px;
}
.Footer .Footer_bottom .Footer_bottom_left h3{font-size: 20px;color: #fff;}
.Footer .Footer_bottom .Footer_bottom_left .bottom_left_share {
    display: flex;
    align-items: center;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #0b1e6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    margin-right: 16px;
    position: relative;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a .left_share_down {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    display: none;
    z-index: 12;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a .left_share_down img {
    width: 100%;
}

.Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a:hover .left_share_down {
    display: block;
}

.Footer .Footer_bottom .Footer_bottom_right {
    display: flex;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list {
    margin-right: 125px;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list:last-child {
    margin-right: 0;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p {
    margin-bottom: 18px;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p:last-child {
    margin-bottom: 0;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a {
    font-size: 16px;
    color: #fff;
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p:nth-child(1) a img {
    height: 19px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a img {
    height: 15px;
}

.Footer .Footer_cor {
    padding: 20px 0px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255,255,255,.5);
    margin-top: 60px;
}
.Footer_cor_left{line-height: 30px;}
.Footer .Footer_cor a {
    font-size: 14px;
    color: rgba(255,255,255,.5);
    margin-left: 20px;
}

.bottom_left_title p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}


.Footer .Footer_cor a:hover {
    color: #fff;
}




.Footer_cor_right .link {
  position: relative;
  width: 200px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.27);
  cursor: pointer;
}
.Footer_cor_right .link .blogroll {
  position: relative;
  line-height: 37px;
  padding: 0 14.8%;
}
.Footer_cor_right .link .blogroll i {
  position: absolute;
  right: 7.8%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
.Footer_cor_right .link ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  box-sizing: border-box;
  display: none;
  z-index: 99;
  padding: 10px;
}
.Footer_cor_right .link ul a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0;
  margin-left: 0;
}
.Footer_cor_right .link ul a:hover {
  color: #146ec8;
}


.DBanner {
    position: relative;
    margin-top: 92px;
}

.DBanner .DBanner_img img {
    width: 100%;
}

.DBanner .DBanner_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.DBanner .DBanner_title .DBanner_title_dd {
    font-family: 'gilroy-bold';
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 90px;
    font-weight: bolder;
}

.DBanner .DBanner_title .DBanner_title_dt {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    max-width: 52%;
    line-height: 32px;
}

.banner {
  margin-top: 92px;
}
.inn-banner {
  position: relative;
}
.inn-banner .img {
  overflow: hidden;
}
.inn-banner .img img {
  transform: scale(1.1);
  animation: banner 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.inn-banner .position {
  position: absolute;
  bottom: 18.1%;
}
.inn-banner .position a {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.inn-banner .position a:not(:last-of-type) {
  margin-right: 25px;
}
.inn-banner .position a:not(:last-of-type)::after {
  content: '>';
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.inn-banner .position a:hover {
  color: #e30016;
}
.inn-banner .txt * {
  line-height: 1;
  font-weight: bold;
}
.inn-banner .en {
  font-family: Arial;
  font-size: 54px;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-fill-color: transparent;
  text-stroke-color: #fff;
  text-stroke-width: 1px;
  margin-bottom: 14px;
}
.inn-banner .cn {
  font-size: 48px;
  color: #fff;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }
  .main-c {
      width: 78.125vw;
      margin: 0 auto;
  }

.wszsh{
	width: auto;
}
.ldsdbdyj {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: auto;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 7.5%;
	border-radius:0 4px 4px 0;
}

.ldsdbdyj ul li {
	float: left;
}

.ldsdbdyj ul li:last-child {
	margin-right: 0;
}

.ldsdbdyj ul li a {
	display: block;
	padding: 36px 57px;
	color: #666666;
	position: relative;
}

.ldsdbdyj ul .cur{
	background: #1f5199;
}

.ldsdbdyj ul .cur a {
	color: #ffffff;
}

.ldsdbdyj ul li:hover a:before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0px;
	background: #146ec8;
}
.ldsdbdyj ul li:hover a{color:#146ec8;}
.ldsdbdyj ul .cur a:hover{color: #fff;}
.zh16 {
    font-size: 16px;
}

.AboutWho2 {
    background: #fff;
}

.AboutWho .pc_all_content {
    display: block;
}

.AboutWho .IndexBioDuro_left {
    width: 100%;
}

.AboutWho .AboutWho_content {
    margin-top: 30px;
    margin-bottom: 85px;
}

.AboutWho .AboutWho_content p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 10px;
}

.AboutWho .AboutWho_content p:last-child {
    margin-bottom: 0;
}

.AboutWho .AboutWho_bottom {
    display: flex;
    justify-content: space-between;
    background: url("../images/bg8.jpg") no-repeat 50%/cover;
    border-radius: 40px 40px 10px 10px;
    overflow: hidden;
    height: 263px;
    padding: 0px 70px;
    padding-top: 80px;
}

.AboutWho .AboutWho_bottom .bottom_list_top {
    display: flex;
    align-items: center;
    font-size: 48px;
    color: #146ec8;
    font-family: 'gilroy-bold';
}

.AboutWho .AboutWho_bottom .bottom_list_top i {
    font-style: inherit;
    font-family: 'gilroy-bold';
}

.AboutWho .AboutWho_bottom .bottom_list_top .list_top_on1 {
    font-size: 20px;
    color: #146ec8;
}

.AboutWho .AboutWho_bottom .bottom_list_top .list_top_on2 {
    font-family: 'gilroy-bold';
}

.AboutWho .AboutWho_bottom .bottom_list_bottom {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.AboutMisson {
    width: 100%;
    background: url("../images/bg9.jpg") no-repeat 50%/cover;
}

.AboutMisson .pc_all_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 480px;
}

.AboutMisson .AboutMisson_dd {
    font-size: 16px;
    color: #fc7323;
}

.AboutMisson .AboutMisson_dt {
    font-size: 36px;
    color: #fff;
    letter-spacing: -0px;
    line-height: 52px;
    margin-top: 8px;
    text-align: center;
}

.AboutCORPORATE {
    padding-top: 65px;
    overflow: hidden;
}

.AboutCORPORATE .AboutCORPORATE_title {
    text-align: center;
    font-size: 36px;
    color: #111111;
    letter-spacing: 0px;
}

.AboutCORPORATE .AboutCORPORATE_content {
    background: url("../img/bg_wh.jpg") no-repeat 50%/cover;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    height: 36vw;
    position: relative;
}

.AboutCORPORATE .AboutCORPORATE_content .swiper-button-next,.AboutCORPORATE .AboutCORPORATE_content .swiper-button-prev {
    display: none;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list {
    border-right: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 37px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    width: 20%;
    position: relative;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: -webkit-linear-gradient(to right,#0d2481,#146ec8);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#203eba,#146ec8);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#203eba,#146ec8);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#203eba,#146ec8);
    /* 标准的语法（必须放在最后） */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    opacity: 0;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover:before {
    opacity: 1;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:last-child {
    border-right: 0;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_icon {
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}



.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_title {
    font-size: 28px;
    color: #fff;
    letter-spacing: -0px;
    margin-bottom: 80px;
    margin-top: 30px;
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
	
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_title i {
    color: #146ec8;
    margin-right: 5px;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_txt {
    letter-spacing: -0px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    height: 0px;
    opacity: 0;
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_txt p{
    font-size: 16px;
    line-height: 28px;

}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover {
    background: rgba(31,81,153,.86);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_icon {
    top: -350px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_title {
    top: -350px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_txt {
    opacity: 1;
    top: -350px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement {
    padding-top: 65px;
    padding-bottom:60px;
  background:url(../img/zbj.jpg) no-repeat center center;
}
.white{color: #fff!important;}
.btn.on1.white{border: 1px solid #fff;}
.btn.on1.white:hover{border: 1px solid #1f5199;}
.AboutManagement .IndexBioDuro_left {
    align-items: center;
}

.AboutManagement .IndexBioDuro_left .AboutManagement_nav {
    display: flex;
    align-items: center;
}

.AboutManagement .IndexBioDuro_left .IndexBioDuro_left_title {
    width: auto;
}

.AboutManagement .IndexBioDuro_left .AboutManagement_nav ul {
    display: flex;
    align-items: center;
}

.AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    letter-spacing: -0px;
    border: 1px solid rgba(121,121,121,.43);
    border-radius: 100px;
    padding: 0px 26px;
    display: inline-block;
    margin-left: 12px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li.on a {
    color: #fff;
    border: 1px solid #146ec8;
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li a:hover {
    color: #fff;
    border: 1px solid #146ec8;
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content {
    position: relative;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_li {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_li.on {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_on2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.AboutManagement .AboutManagement_content .swiper-container {
    padding-bottom: 87px;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_img img {
    width: 100%;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title .list_title_dd {
    letter-spacing: -0px;
    font-size: 16px;
    color: #333;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title .list_title_dt {
    letter-spacing: -0px;
    font-size: 20px;
    color: #333;
    margin-top: 10px;
	text-align: center;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0px 25px;
    background: rgba(13,36,129,.9);
    padding-top: 50px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top {
    margin-bottom: 25px;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dd {
    letter-spacing: -0px;
    font-size: 16px;
    color: #fff;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dt {
    letter-spacing: -0px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_bottom {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0px;
    line-height: 28px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}



.AboutManagement .AboutManagement_content .AboutManagement_content_list:hover .content_list_po {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .AboutManagement_content_list:hover .content_list_title {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .swiper-pagination {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.AboutManagement .AboutManagement_content .swiper-pagination span {
    width: 25px;
    height: 25px;
    border-radius: 100%;
  
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    margin: 0px 5px;
}

.AboutManagement .AboutManagement_content .swiper-pagination span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #dbdbdb;
    border-radius: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .swiper-pagination span.swiper-pagination-bullet-active {
    border: 2px solid #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement .AboutManagement_content .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutGlobal {
    position: relative;
    padding-top: 80px;
    margin-top: 153px;
}

.AboutGlobal:before {
    content: "";
    display: inline-block;
    width: 182px;
    height: 92px;
    background: url("../images/bn23.png") no-repeat 50% 50%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-size: 182px;
    display: none;
}

.AboutGlobal .AboutGlobal_content {
    text-align: center;
    margin-top: 60px;
}

.AboutGlobal .AboutGlobal_content img {
    max-width: 100%;
}

.AboutHistory {
    padding-bottom: 110px;
	background: url(../img/fz.png) bottom center no-repeat;
}

.AboutHistory .AboutHistory_content {
    margin-top: 80px;
}

.AboutHistory .AboutHistory_content_list {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    height: 320px;
overflow-y: auto;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #146ec8;
	border-radius: 50px;
  }
  
  ::-moz-selection {
    background: #146ec8;
    color: #fff;
    text-shadow: none;
  }
  
  ::selection {
    background: #146ec8;
    color: #fff;
    text-shadow: none;
  }
  

.AboutHistory .AboutHistory_content_list .content_list_time {
    font-size: 36px;
    color:#1f5199;
    margin-bottom: 20px;
}

.AboutHistory .AboutHistory_content_list .content_list_txt p {
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 18px;
	position: relative;
}
.AboutHistory .AboutHistory_content_list .content_list_txt p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #999;
  transition: all 0.5s ease;
   border-radius: 50%
}

.AboutHistory .AboutHistory_content_list .content_list_txt p:last-child {
    margin-bottom: 0;
}

.AboutHistory .AboutHistory_content .AboutHistory_content_bottom {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dd {
    width: calc( 100% - 77px);
    height: 1px;
    background: #9e9e9e;
}

.AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background:#1f5199;
}

.AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt span {
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt span:last-child {
    margin-left: 15px;
}

.AboutManagement2 {
    background: #fff;
}

.AboutManagement2 .IndexBioDuro_left .AboutManagement_nav a {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    border: 1px solid rgba(121,121,121,.43);
    border-radius: 100px;
    padding: 0px 26px;
    line-height: 50px;
    display: inline-block;
    margin-left: 12px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.AboutManagement2 .IndexBioDuro_left .AboutManagement_nav a.on {
    color: #fff;
    border: 1px solid #146ec8;
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement2 .IndexBioDuro_left .AboutManagement_nav a:hover {
    color: #fff;
    border: 1px solid #146ec8;
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement2 .AboutManagement_content {
    display: flex;
    flex-wrap: wrap;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list:nth-child(4n) {
    margin-right: 0;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list:before {
    display: none;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_img {
    border-radius: 10px;
    overflow: hidden;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list:hover .content_list_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    filter: scale(1.1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 {
    margin-top: 20px;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dd {
    font-size: 28px;
    color: #111111;
    letter-spacing: -0px;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dt {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
}

.AboutManagement2 .AboutManagement_content .AboutManagement_content_list:hover .content_list_title2 .list_title_dd {
    color: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.BreadCrumbs {
    padding-top: 30px;
}

.BreadCrumbs .BreadCrumbs_top {
    padding-bottom: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.BreadCrumbs .BreadCrumbs_top a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
}
.BreadCrumbs .BreadCrumbs_top a:hover {

    color: #1f5199;
}
.BreadCrumbs .BreadCrumbs_top a img {
    margin-right: 6px;
    height: 13px;
}

.BreadCrumbs .BreadCrumbs_top a.on {
    color: #146ec8;
}

.BreadCrumbs .BreadCrumbs_top i {
    font-size: 16px;
    color: #999999;
    margin: 0px 6px;
}

.DManagement {
    padding-bottom: 154px;
}

.DManagement .DManagement_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.DManagement .DManagement_content .DManagement_content_left {
    width: 382px;
    border-radius: 10px;
    overflow: hidden;
}

.DManagement .DManagement_content .DManagement_content_left img {
    max-width: 100%;
    border-radius: 10px;
}

.DManagement .DManagement_content .DManagement_content_right {
   width: calc(100% - 382px);
	padding: 0 0 0 5%;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_top {
    margin-bottom: 40px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd {
    font-size: 28px;
    color: #222222;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0px;
    margin-bottom: 30px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd span {
    font-size: 16px;
    color: #333333;
    margin-left: 16px;
    letter-spacing: -0px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dt p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list {
    margin-bottom: 40px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list:last-child {
    margin-bottom: 0;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_title {
    font-size: 20px;
    color: #111111;
    padding: 20px 0px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
   
    padding-left: 0;
    margin-bottom: 40px;

}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 18px;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p:last-child {
    margin-bottom: 0;
}

.DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 14px;
}

.BusinessEthic .IndexBioDuro_left {
    margin-bottom: 30px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list {
    margin-bottom: 30px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list:last-child {
    margin-bottom: 0;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background: #f7f7f7;
    padding: 0px 20px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_title .list_title_dd {
    font-size: 30px;
    color: #222222;
    letter-spacing: -0px;
    background: url("../images/bn27.svg") no-repeat 0% 50%;
    padding-left: 34px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    background-size: 20px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_title .list_title_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #0d2481;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_down {
    display: none;
    background: #0d2481;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 25px 22px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 114px;
    border-radius: 0px 0px 10px 10px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_down:before {
    content: "";
    display: inline-block;
    width: 182px;
    height: 92px;
    background: url("../images/bn26.png") no-repeat 50%/cover;
    position: absolute;
    bottom: -92px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_down p {
    font-size: 16px;
    color: #fff;
    letter-spacing: -0px;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 22px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_down p:last-child {
    margin-bottom: 0;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list .content_list_down p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #146ec8;
    position: absolute;
    left: 0;
    top: 10px;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list.on .content_list_title {
    background: #0d2481;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list.on .content_list_title .list_title_dd {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.BusinessEthic .BusinessEthic_content .BusinessEthic_content_list.on .content_list_title .list_title_icon {
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list {
    margin-bottom: 30px;
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_title {
    font-size: 28px;
    color: #0d2481;
    margin-bottom: 10px;
    font-family: 'calibrib';
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dd {
    font-size: 20px;
    color: #203eba;
    margin-top: 20px;
    margin-bottom: 10px;
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p {
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    position: relative;
}

.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 14px;
}

.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p span {
    font-size: 16px;
    color: #333;
    font-weight: bolder;
}

.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p a {
    font-size: 16px;
    color: #0d2481;
}

.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p {
    margin-bottom: 10px;
}

.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
    margin-bottom: 10px;
}

.PrivacyPolicy .tab {
    margin: 15px 0px;
}

.PrivacyPolicy table {
    background: #fff;
    border: 1px solid #c6c6c6;
    max-width: 100%;
}

.PrivacyPolicy table tr td {
    background: #f6f6f6;
    padding: 13px 15px;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}

.PrivacyPolicy table tr:nth-child(1) td {
    background: #0d2481;
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
}

.PrivacyPolicy table tr td:nth-child(1) {
    width: 40%;
}

.PrivacyPolicy table tr td:nth-child(2) {
    width: 20%;
}

.PrivacyPolicy table tr td:nth-child(3) {
    width: 20%;
}

.PrivacyPolicy table tr td:nth-child(4) {
    width: 20%;
}
.pagination-style {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 3px;
}
.pagination-style ul li a {
padding:9px 12px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
}
.pagination-style ul li a:hover {
  background:#146ec8;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background:#146ec8;
}
.alert-danger {
    background-color: #146ec8;
    border-color: #146ec8;
    color: #fff;
}
.alert {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
font-size:18px;
}
.text-centers{text-align: center;font-size:24px;}
.DNews_bottom_content table th, .DNews_bottom_content table td {
    border: 1px solid #666;
}
.DNews_bottom_content table td {
padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
}
@media screen and (max-width: 1680px) {
.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
    height: 416px;
}
.News .News_content .News_content_top .content_top_right img {
    height: 416px;
}
}
@media screen and (max-width: 1480px) {
    .PrivacyPolicy table tr td {
        font-size: 16px;
    }
.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
    height: 366px;
}	
.News .News_content .News_content_top .content_top_right img {
    height: 366px;
}
}

.SSolutions {
    background: url("../images/bg20.jpg") no-repeat 50%/cover;
    box-shadow: 3px 0px 30px rgba(0,0,0,.06);
}

.SSolutions .pc_all_content {
    display: block;
}

.SSolutions .IndexBioDuro_left {
    width: 100%;
}

.SSolutions .SSolutions_content {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.SSolutions .SSolutions_content .SSolutions_content_list {
    margin-right: 19px;
    padding: 0px 27px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    border: 1px dashed #0d2481;
    background: #fff;
    width: 24.5%;
    padding-top: 45px;
    padding-bottom: 20px;
}

.SSolutions .SSolutions_content .SSolutions_content_list:first-child {
    width: 48%;
}

.SSolutions .SSolutions_content .SSolutions_content_list:last-child {
    margin-right: 0px;
}

.SSolutions .SSolutions_content .SSolutions_content_list .content_list_top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li {
    width: calc(100% - 20px);
    text-align: center;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0px;
    background: linear-gradient(to right,#b1bdef, #102783);
    position: relative;
}

.SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li:before {
    content: "";
    border-top: 20.5px solid transparent;
    border-bottom: 20.5px solid transparent;
    border-left: 20px solid #102783;
    position: absolute;
    top: 0px;
    right: -20px;
}

.SSolutions .SSolutions_content .SSolutions_content_list:nth-child(1) .content_list_top .list_top_li:nth-child(1) {
    position: relative;
    z-index: 2;
}

.SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li:nth-child(2) {
    margin-left: -20px;
    margin-right: 20px;
}

.SSolutions .SSolutions_content .SSolutions_content_list .content_list_bottom {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Discovery {
}

.Discovery .Discovery_list {
    padding: 105px 0px;
}

.Discovery .Discovery_list:nth-child(2) {
    background: #f7f7f7;
}

.Discovery .Discovery_list .Discovery_list_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 85px;
}

.Discovery .Discovery_list .Discovery_list_title .list_title_left {
    font-size: 36px;
    color: #111111;
    letter-spacing: -0px;
}

.Discovery .Discovery_list .Discovery_list_title .list_title_right {
    width: 63%;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    line-height: 28px;
}

.Discovery .Discovery_list .Discovery_list_content {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.Discovery .Discovery_list .Discovery_list_content .list_content_li {
    margin-bottom: 70px;
    width: 17%;
    margin-right: 10.5%;
}

.Discovery .Discovery_list .Discovery_list_content .list_content_li:nth-child(4n) {
    margin-right: 0;
}

.Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_icon {
    text-align: center;
}

.Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_icon img {
    max-width: 100%;
}

.Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_title {
    font-size: 28px;
    color: #111111;
    margin-top: 25px;
    text-align: center;
    line-height: 40px;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list {
    display: inline-block;
    width: 100%;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list:nth-child(2n) .content_list_con {
    flex-flow: row-reverse;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_con {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
    padding: 66px 0px;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list:hover {
    background: #0d2481;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_img {
    width: 17%;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_img img {
    width: 100%;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt {
    width: 78%;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dd {
    letter-spacing: -0px;
    font-size: 28px;
    color: #111111;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dt {
    letter-spacing: -0px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_more img {
    height: 13px;
}

.DDiscovery .DDiscovery_content .DDiscovery_content_list:hover .content_list_txt .list_txt_dd,.DDiscovery .DDiscovery_content .DDiscovery_content_list:hover .content_list_txt .list_txt_dt {
    color: #fff;
}

.DDiscovery2 .DDiscovery2_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left {
    width: 100%;

}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_img {
    width: 21%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_img img {
    width: 100%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt {
    width: 75%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dd {
    font-size: 36px;
    color: #111111;
    line-height: 36px;
    letter-spacing: -0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dt {
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    letter-spacing: -0px;
    margin-top: 30px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list {
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list:last-child {
    margin-bottom: 0;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_title {
    font-size: 28px;
    color: #111111;
    padding: 30px 0px 20px 0;

    border-bottom: 1px solid #cfcfcf;
	

    margin-bottom: 30px;
 
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
    letter-spacing: -0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt img {
    max-width: 100%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0px;
    /*1margin-left:18px;*/
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p.color-red {
    color: red;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p.color-red:before {
    background: red;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt div {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 0px;
    line-height: 28px;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_dd p:before {
    content: "";
    background: #fff;
    border: 1px solid #666;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_dt p:before {
    content: "-";
    background: #fff;
    color: #666;
    background: none;
    border: 0;
    top: 0;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 14px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p.on:before {
    display: none;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p.p_dd {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea {
    width: 45%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea tr {
    background-color: #dae3f3;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea tr td {
    padding: 6px 0;
    font-weight: 500;
    text-align: center;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea tr:first-child {
    background-color: #146ec8;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea tr:first-child td {
    color: #ffffff;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea:last-child tr:last-child td {
    color: #000;
    font-weight: bold;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right {
    width: 19%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list {
    border-bottom: 1px solid #cfcfcf;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 22px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dd {
    font-size: 20px;
    color: #222222;
    letter-spacing: -0px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    line-height: 32px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dt img {
    width: 13px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dt img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down {
    display: none;
    background: #f7f7f7;
    padding: 30px 15px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a:last-child {
    margin-bottom: 0;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a.on {
    color: #146ec8;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a:hover {
    color: #146ec8;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on {
    border-radius: 6px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on .right_list_title {
    background: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on .right_list_title .list_title_dd {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on .right_list_title .list_title_dt img {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on .right_list_title .list_title_dt img:last-child {
    opacity: 1;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on .right_list_down.on {
    display: block;
}

.Platform {
    padding: 100px 0px;
}

.Platform .pc_all_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Platform .Platform_list_li {
    margin-bottom: 45px;
    display: inline-block;
    width: 33.33%;
    padding: 0px 24px;
}

.Platform .Platform_list_li a {
    display: inline-block;
    width: 100%;
}

.Platform .Platform_list_li .list_li_img {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li .list_li_img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li:hover .list_li_img img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    filter: scale(1.12);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li .list_li_title {
    font-size: 28px;
    color: #111111;
    letter-spacing: -0px;
    line-height: 40px;
    margin-top: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
	text-align: center;
}

.Platform .Platform_list_li:hover .list_li_img {
    box-shadow: 0px 0px 38px rgba(0,0,0,.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Platform .Platform_list_li:hover .list_li_title {
    color: #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.DDiscovery3 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list:first-child .bottom_list_title {
    border-top: 0;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img {
    margin-bottom: 30px;
    padding-left: 0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 {
    display: inline-block;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 .txt_img3_dd img {
    max-width: 100% !important;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 .txt_img3_dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 .txt_img3_dt span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title2 {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    padding-left: 0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title4 {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    padding-left: 0px;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_flex {
    display: flex;
    flex-wrap: wrap;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_flex p {
    width: 33.333%;
}

.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt a {
    font-size: 20px;
    color: #0d2481;
    word-break: break-all;
}

.News {
    padding-bottom: 100px;
    padding-top: 100px;
}

.News .News_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.News .News_top .News_top_form {
    width: 61%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(121,121,121,.4);
}

.News .News_top .News_top_form input[type="text"] {
    width: calc(100% - 54px);
    line-height: 54px;
    font-size: 16px;
    color: #222;
}



.News .News_top .News_top_form input[type="submit"] {
    width: 54px;
    height: 54px;
    background: url("../images/bn42.svg") no-repeat 50% 50%;
    background-size: 22px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_top .News_top_form input[type="submit"]:hover {
    background: #f5f5f5 url("../images/bn42.svg") no-repeat 50% 50%;
    background-size: 22px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_top .News_top_nav {
    display: flex;
    align-items: center;
}

.News .News_top .News_top_nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 54px;
    border: 1px solid rgba(121,121,121,.4);
    border-radius: 100px;
    font-size: 16px;
    color: #333333;
    margin-right: 12px;
}

.News .News_top .News_top_nav a:last-child {
    margin-right: 0px;
}

.News .News_top .News_top_nav a.on {
    background: #146ec8;
    color: #fff;
    border: 1px solid #146ec8;
}

.News .News_top .News_top_nav a:hover {
    background: #146ec8;
    color: #fff;
    border: 1px solid #146ec8;
}

.News .News_content .News_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.News .News_content a.News_content_top:hover .top_left_title {
 color: #1f5199;
}
.News .News_content .News_content_top .content_top_left {
    width: 48%;
}

.News .News_content .News_content_top .content_top_left .top_left_title {
    font-size: 20px;
    color: #111111;
    line-height: 32px;
    letter-spacing: -0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.News .News_content .News_content_top .content_top_left .top_left_txt {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News .News_content .News_content_top .content_top_left .top_left_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 130px;
}

.News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_time {
    font-size: 16px;
    color: #999999;
    letter-spacing: -0px;
}

.News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_icon img {
    height: 13px;
}

.News .News_content .News_content_top .content_top_right {
    width: 47%;
    border-radius: 10px;
    overflow: hidden;
}

.News .News_content .News_content_top .content_top_right img {
    height: 475px;
    width: 100%;
    object-fit: cover;
}

.News .News_content .News_content_bottom .content_bottom_list {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(121,121,121,.4);
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_title {
    font-size: 36px;
    color: #111111;
    line-height: 36px;
    letter-spacing: -0px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2%;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li {
    width: 32%;
    margin-right: 2%;
    border: 1px solid rgba(121,121,121,.4);
    border-radius: 10px;
    padding: 45px 25px;
    margin-bottom: 2%;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li:nth-child(3n) {
    margin-right: 0;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_title {
    font-size: 20px;
    color: #222222;
    line-height: 32px;
    letter-spacing: -0px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt .li_txt_dd {
    font-size: 16px;
    color: #999999;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt .li_txt_dt img {
    height: 13px;
}

.News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_title {
    -webkit-line-clamp: 1;
    height: auto;
    margin-bottom: 15px;
}

.News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time {
    margin-bottom: 19px;
}

.News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time span {
    font-size: 18px;
    color: #999999;
    margin-right: 19px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    display: inline-block;
    width: 100%;
}

.News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time span:last-child {
    margin-top: 8px;
}

.News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li:hover .con_li_time span {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li:hover {
    border: 1px solid #1f5199;
    background: #1f5199
}
.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li:hover i {
  color: #fff;
}
.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li:hover .con_li_title {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li:hover .con_li_txt .li_txt_dd {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News2 .News2_content .News2_content_list {
    display: inline-block;
    width: 100%;
}

.News2 .News2_content .News2_content_list .content_list_con {
    max-width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(121,121,121,.4);
    padding: 35px 0px;
	position: relative;
}
.News2 .News2_content .News2_content_list:first-child .content_list_con{padding-top: 0;}
.News2 .News2_content .News2_content_list .content_list_con::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1f5199;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.News2 .News2_content .News2_content_list:hover .content_list_con::after {
  width: 100%;
}
.News2 .News2_content .News2_content_list .content_list_con .content_list_title {
    font-size: 26px;
    color: #222222;
    line-height: 30px;
    letter-spacing: -0px;
    margin-bottom: 13px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News2 .News2_content .News2_content_list .content_list_con .content_list_txt {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0px;
    color: #333333;
    margin-bottom: 18px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.News2 .News2_content .News2_content_list .content_list_con .content_list_time {
    font-size: 18px;
    color: #999999;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}


.News2 .News2_content .News2_content_list:hover .content_list_con .content_list_title {
    color: #1f5199;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News2 .News2_content .News2_content_list:hover .content_list_con .content_list_txt {
 
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.News2 .News2_content .News2_content_list:hover .content_list_con .content_list_time {

    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}


.layui-laypage {
    display: flex;
    font-size: 16px;
    color: #333;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.layui-laypage .layui-laypage-disabled {
    margin-right: 10px;
}

.layui-laypage .layui-laypage-count {
    display: none;
}

.layui-laypage a {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 0 11px;
    font-family: 'gilroy-bold';
}

.layui-laypage-curr {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 0 11px;
    font-family: 'gilroy-bold';
    position: relative;
}

.layui-laypage-curr:before {
    content: "";
    display: inline-block;
    height: 2px;
    background: #0d2481;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.layui-laypage-curr em,.layui-laypage-disabled em {
    font-style: inherit;
    font-family: 'gilroy-bold';
}

.layui-laypage i {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #0d2481;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111;
    font-weight: bolder;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.layui-laypage a:hover {
    color: #000000;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.layui-laypage i:hover {
    background: #0d2481;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.layui-laypage-limits,.layui-laypage-skip {
    display: none;
}

.DNews_top {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.DNews_top .DNews_top_content .top_content_title {
    font-size: 36px;
    color: #111111;
    line-height: 52px;
    letter-spacing: -0px;
	font-weight: normal;
}

.DNews_top .DNews_top_content .top_content_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dd {
    font-size: 16px;
    color: #999999;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt a {
    margin-left: 16px;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share {
    display: flex;
    align-items: center;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a {
    width: 39px;
    height: 39px;
    position: relative;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a:nth-child(1) {
    background: url("../images/bn43.svg") no-repeat 50% 50%;
    background-size: 39px;
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a:nth-child(2) {
    background: url("../images/bn44.svg") no-repeat 50% 50%;
    background-size: 39px;
}
.Contact_form{margin-bottom: 80px;}
.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.wechat-qrcode.bottom:after {
    display: none
}

.wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.wechat-qrcode .qrcode table {
    margin: 0 !important
}

.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a:hover .wechat-qrcode {
    display: block
}

.DNews_bottom {
    padding-bottom: 160px;
    padding-top: 55px;
}

.DNews_bottom .DNews_bottom_content p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
    margin-bottom: 10px;
}



.DNews_bottom .DNews_bottom_content p:last-child {
    margin-bottom: 0;
}

.DNews_bottom .DNews_bottom_content img {
    max-width: 1000px;
}

.DNews_bottom .DNews_bottom_page {
    margin-top: 65px;
    display: flex;
    align-items: center;
}

.DNews_bottom .DNews_bottom_page a {
    width: 192px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(228,228,228,.4);
    font-size: 16px;
    color: #333333;
    margin-right: 12px;
}

.DNews_bottom .DNews_bottom_page a:last-child {
    margin-right: 0;
}

.DNews_bottom .DNews_bottom_page a:hover {
    color: #fff;
    background: #146ec8;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
    letter-spacing: -0px;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt img {
    max-width: 100%;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0px;
    /*1margin-left:18px;*/
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red {
    color: red;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red:before {
    background: red;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt div {
    font-size: 16px;
    color: #333333;
    letter-spacing: -0px;
    margin-bottom: 0px;
    line-height: 28px;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0px;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dd p:before {
    content: "";
    background: #fff;
    border: 1px solid #666;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dt p:before {
    content: "-";
    background: #fff;
    color: #666;
    background: none;
    border: 0;
    top: 0;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 14px;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p.on:before {
    display: none;
}

.DNews_bottom .DNews_bottom_content .bottom_list_txt p.p_dd {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.Contact {
    padding-top: 95px;
    padding-bottom: 57px;
    position: relative;
}

.Contact:before {
    content: "";
    display: inline-block;
    width: 42vw;
    background: #f3f5f8;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.Contact .pc_all_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.Contact .Contact_left {
    width: 40%;
    padding-right: 6%;
}

.Contact .Contact_left .Contact_left_title {
    font-size: 36px;
    color: #111111;
    letter-spacing: -0px;
    line-height: 50px;
    margin-bottom: 60px;
}

.Contact .Contact_left .Contact_left_list {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.Contact .Contact_left .Contact_left_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.Contact .Contact_left .Contact_left_list .left_list_title {
    font-size: 28px;
    color: #222222;
    line-height: 36px;
    letter-spacing: -0px;
    margin-bottom: 30px;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    justify-content: space-between;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:last-child {
    margin-bottom: 0;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dd {
    border: 1px dashed rgba(13,36,129,.2);
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(1) .txt_li_dd img {
    height: 18px;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(2) .txt_li_dd img {
    height: 17px;
}

.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(3) .txt_li_dd img {
    height: 15px;
}
.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(4) .txt_li_dd img {
    height: 15px;
}
.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dt {
    font-size: 16px;
    color: #333333;
    width: calc(100% - 50px);
}

.Contact .Contact_form {
    width: 60%;
    padding-left: 5%;
}

.Contact .Contact_form .Contact_form_title {
    font-size: 36px;
    color: #111111;
    letter-spacing: -0px;
    line-height: 50px;
    margin-bottom: 40px;
  
}

.Contact .Contact_form .Contact_form_txt iframe {
    height: 1109px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list {
    margin-bottom: 30px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_title {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    letter-spacing: -0px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_title span {
    position: absolute;
    right: 0;
    top: 0;
    color: #fd1616;
    right: -20px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input input {
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    color: #333;
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0px 9px 32px rgba(0,0,0,0.05);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input input:focus {
    border: 1px solid #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    box-shadow: 0px 9px 32px rgba(253,115,34,0.2);
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input select:focus {
    border: 1px solid #146ec8;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    box-shadow: 0px 9px 32px rgba(253,115,34,0.2);
}

.Contact .Contact_form .Contact_form_txt .form_txt_list.on .txt_list_input input {
    width: 47%;
}

.Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    color: #333333;
    border-radius: 6px;
    border: 1px solid #dadada;
    box-shadow: 0px 9px 32px rgba(0,0,0,0.05);
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label input {
    display: none;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn span {
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 1px solid #0d2481;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0d2481;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn b {
    font-weight: normal;
    width: calc(100% - 35px);
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
    position: relative;
    top: -3px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_label input[type="checkbox"]:checked + .txt_label_btn span:before {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Contact .Contact_form .Contact_form_txt .form_txt_Submit {
    margin-top: 40px;
}

.Contact .Contact_form .Contact_form_txt .form_txt_Submit input {
    width: 179px;
    height: 48px;
    border-radius: 6px;
    background: #146ec8;
    font-size: 18px;
    color: #fff;
}

#pardot-form label {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    letter-spacing: -0px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.CareerS {
    padding-top: 100px;
}

.CareerS .CareerS_top {
    width: 1280px;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #6473ae;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 40px;
    position: relative;
    box-shadow: 0px 0px 27px rgba(6,17,63,.1);
    border-bottom: 0px;
}

.CareerS .CareerS_top .CareerS_top_img {
    width: 18%;
}

.CareerS .CareerS_top:before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 46px;
    background: url("../images/bn48.png") no-repeat 50% 50%;
    position: absolute;
    right: -20px;
    top: -10px;
    background-size: 57px;
}

.CareerS .CareerS_top .CareerS_top_img img {
    width: 100%;
}

.CareerS .CareerS_top_icon {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 150px;
    position: relative;
    margin-top: -25px;
}

.CareerS .CareerS_top_icon img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.CareerS .CareerS_top .CareerS_top_txt {
    width: 74%;
    padding-top: 26px;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_dd {
    font-size: 36px;
    color: #111111;
    line-height: 36px;
    letter-spacing: -0px;
    position: relative;
    margin-bottom: 30px;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_dd img {
    position: absolute;
    left: -67px;
    top: -20px;
    height: 46px;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_dt p {
    color: #333333;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: -0px;
    margin-bottom: 10px;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_dt p:last-child {
    margin-bottom: 0;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    color: #111111;
    letter-spacing: -0px;
    margin-top: 0;
}

.CareerS .CareerS_top .CareerS_top_txt .top_txt_p span {
    width: 70px;
    height: 1px;
    background: #333333;
    display: inline-block;
    margin-right: 12px;
}

.CareerS .CareerS_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CareerS .CareerS_bottom .CareerS_bottom_left {
    width: 46%;
}

.CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dd {
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dt p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    letter-spacing: -0px;
    margin-bottom: 10px
}

.CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dt p:last-child {
    margin-bottom: 0;
}

.CareerS .CareerS_bottom .CareerS_bottom_right {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.CareerS .CareerS_bottom .CareerS_bottom_right img {
    width: 100%;
}

.CareerS2 {
    display: flex;
    background: #0d2481;
    margin-top: 130px;
}

.CareerS2 .CareerS2_left {
    width: 50%;
    position: relative;
}

.CareerS2 .CareerS2_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CareerS2 .CareerS2_right {
    width: 50%;
    padding: 0px 5%;
    padding-right: 8%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.CareerS2 .CareerS2_left:before {
    content: "";
    display: inline-block;
    width: 97px;
    height: 100%;
    background: url("../images/bn51.png") no-repeat 50%/cover;
    background-size: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    display: none;
}

.CareerS2 .CareerS2_right .CareerS2_right_dd {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.CareerS2 .CareerS2_right .CareerS2_right_dt p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}

.CareerS2 .CareerS2_right .CareerS2_right_dt p:last-child {
    margin-bottom: 0;
}

.CareerS2 .CareerS2_right .CareerS2_right_dt p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 14px;
}

.CareerS3 .pc_all_content {
    display: block;
}

.CareerS3 .CareerS3_content {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
}

.CareerS3 .CareerS3_content .CareerS3_content_list {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-right: 15%;
}

.CareerS3 .CareerS3_content .CareerS3_content_list:nth-child(2n) {
    margin-right: 0px;
}

.CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadada;
}

.CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon img {
    height: 38px;
}

.CareerS3 .CareerS3_content .CareerS3_content_list .content_list_txt {
    width: calc(100% - 129px);
    font-size: 16px;
    color: #content_list_txt;
    line-height: 28px;
    letter-spacing: -0px;
}

.CareerS3 {
    background: #fff;
}

.GlobalPresence .GlobalPresence_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -4%;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list {
    display: flex;
    width: 48%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4%;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img {
    position: relative;
    width: 33%;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dd img {
    width: 100%;
    border-radius: 6px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    bottom: 10px;
    opacity: 0;
    font-size: 19px;
    color: #fff;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: rgba(253,115,34,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list.on .content_list_img .list_img_dt {
    opacity: 1;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt img {
    height: 15px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt {
    width: 62%;
    position: relative;
    padding-top: 20px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 32px;
    background: #0d2481;
    border-radius: 100px;
    margin-right: 7px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a:hover {
    background: #146ec8;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a:last-child {
    margin-right: 0;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a img {
    height: 25px;
    max-width: 32px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top {
    border-bottom: 1px solid #dadada;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dd {
    font-size: 28px;
    color: #111111;
    letter-spacing: -0px;
    margin-bottom: 15px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dt p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0px;
    color: #333333;
    margin-bottom: 10px;
    background: url("../images/bn12.svg") no-repeat 0% 7px;
    background-size: 14px;
    padding-left: 22px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dt p:last-child {
    margin-bottom: 0;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: space-between;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dd {
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dd img {
    height: 21px;
}

.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dt {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: -0px;
    position: relative;
    top: -4px;
    width: calc(100% - 40px);
}

.Perks {
    background: #f7f7f7;
}

.Perks .pc_all_content {
    display: block;
}

.Perks .IndexBioDuro_left {
    width: 100%;
}

.Perks .Perks_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.Perks .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
    margin-top: 0;
}

.Perks .Perks_content .Perks_content_list {
    width: 23%;
    background: #fff;
    padding: 0px 30px;
    padding-top: 23px;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Perks .Perks_content .Perks_content_list .content_list_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Perks .Perks_content .Perks_content_list .content_list_icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Perks .Perks_content .Perks_content_list .content_list_icon span img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.Perks .Perks_content .Perks_content_list .content_list_icon span img {
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    height: 38px;
}

.Perks .Perks_content .Perks_content_list .content_list_txt {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 15px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Perks .Perks_content .Perks_content_list.on {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #0d2481;
    font-size: 16px;
}

.Perks .Perks_content .Perks_content_list:hover {
    background: #0d2481;
}

.Perks .Perks_content .Perks_content_list:hover .content_list_icon span img {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Perks .Perks_content .Perks_content_list:hover .content_list_icon span img:last-child {
    opacity: 1;
}

.Perks .Perks_content .Perks_content_list:hover .content_list_txt {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Perks .Perks_content .Perks_content_list.on:hover {
    color: #fff;
}

.News3 .News3_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 2px solid #9d9ea0;
}

.News3 .News3_top .News3_top_left {
    font-size: 26px;
    color: #333333;
}

.News3 .News3_top .News3_top_left span {
    color: #222222;
}

.News3 .News3_top .News3_top_form {
    display: flex;
    align-items: center;
}

.News3 .News3_top .News3_top_form .top_form_left {
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(121,121,121,.43);
}

.News3 .News3_top .News3_top_form .top_form_left input[type="text"] {
    width: 595px;
    height: 44px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    font-size: 16px;
    color: #333;
}

.News3 .News3_top .News3_top_form .top_form_left input[type="submit"] {
    width: 68px;
    height: 44px;
    background: #0d2481 url("../images/bn1.svg") no-repeat 50% 50%;
    background-size: 26px;
}



.News3 .News3_top .News3_top_form .top_form_right select {
    border: 1px solid rgba(121,121,121,.43);
    height: 46px;
    width: 295px;
    border-radius: 6px;
    font-size: 16px;
    color: #666;
    padding: 0px 16px;
    margin-left: 23px;
}

.pc_show {
    display: block;
}

.mo_show {
    display: none;
}

.download {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1111;
}

.download.on {
    display: flex;
}

.download .download_content {
    position: relative;
}

.download .download_content .download_content_close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.download .download_content_form {
    height: 500px;
    width: 800px;
}

.download .download_content_form iframe {
    height: 100%;
    background: #fff;
}

.pc_banner {
    display: block;
}

.ipad_banner {
    display: none;
}

.iphone_banner {
    display: none;
}

.Suspension {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 10;
}

.Suspension a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.Suspension a:last-child {
    margin-bottom: 0px;
}

.Suspension a:nth-child(1) img {
    height: 15px;
}

.Suspension a:nth-child(2) img {
    height: 15px;
}

.Suspension a:nth-child(3) img {
    height: 15px;
}

.Suspension a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Suspension a img {
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Suspension a img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Suspension a:hover {
    background: #146ec8;
}

.Suspension a:hover img {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.Suspension a:hover img:last-child {
    opacity: 1;
}

.Suspension a .Suspension_down {
    position: absolute;
    width: 107px;
    left: -115px;
    display: none;
    top: 25px;
}

.Suspension a .Suspension_down img {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: auto;
}

.Suspension a:hover .Suspension_down {
    display: block;
}

.Events .News2_content .News2_content_list .content_list_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Events .News2_content .News2_content_list .content_list_con .list_con_img {
    width: 13.3%;
}

.Events .News2_content .News2_content_list .content_list_con .list_con_img img {
    height: auto;
    object-fit: cover;
    width: auto;
}

.Events .News2_content .News2_content_list .content_list_con .list_con_right {
    width: 85%;
}

.Events .News2_content .News2_content_list .content_list_con .content_list_title span {
    line-height: 28px;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 100px;
    background: #0d2481;
    font-size: 20px;
    color: #fff;
    margin-left: 23px;
}

.Events .News2_content .News2_content_list .content_list_con .content_list_txt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.Events .News2_content .News2_content_list .content_list_con .content_list_txt span {
    margin-right: 35px;
}

.Events .News2_content .News2_content_list:hover .content_list_con .content_list_title span {
    background: #146ec8;
}

.DEvents_top {
    padding-bottom: 100px;
}

.DEvents_top .DEvents_top_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.DEvents_top .DEvents_top_content .top_content_left {
    width: 72%;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dd {
    font-size: 48px;
    color: #111111;
    line-height: 62px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dd span {
    line-height: 28px;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 100px;
    background: #0d2481;
    font-size: 20px;
    color: #fff;
    margin-left: 23px;
    position: relative;
    top: -5px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list {
    font-size: 16px;
    color: #333333;
    margin-right: 107px;
    margin-bottom: 26px;
    width: 100%;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list:last-child {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list span {
    font-weight: bolder;
    margin-right: 2px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list a {
    font-size: 16px;
    color: #146ec8;
    border-bottom: 1px solid #146ec8;
    display: inline-block;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_btn {
    display: inline-block;
    line-height: 56px;
    padding: 0px 42px;
    border-radius: 6px;
    background: #146ec8;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 50px;
}

.DEvents_top .DEvents_top_content .top_content_left .content_left_btn img {
    height: 30px;
    margin-right: 14px;
}

.DEvents_top .DEvents_top_content .top_content_right {
    width: 20%;
}

.DEvents_top .DEvents_top_content .top_content_right img {
    width: 100%;
}

.DEvents_content .DEvents_content_top .content_top_title {
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.DEvents_content .DEvents_content_top .content_top_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.DEvents_content .DEvents_content_top .content_top_txt .top_txt_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.DEvents_content .DEvents_content_top .content_top_txt .top_txt_img img {
    border-radius: 100%;
    height: 80px;
    object-fit: cover;
}

.DEvents_content .DEvents_content_top .content_top_txt .top_txt_right {
    width: calc(100% - 100px);
}

.DEvents_content .DEvents_content_top .content_top_txt .top_txt_right .txt_right_dd {
    font-size: 16px;
    color: #333333;
    font-weight: bolder;
    margin-bottom: 5px;
}

.DEvents_content .DEvents_content_top .content_top_txt .top_txt_right .txt_right_dt {
    font-size: 16px;
    color: #333333;
}

.DEvents_content .DEvents_content_bottom {
    border-top: 1px solid rgba(121,121,121,.4);
    padding-top: 40px;
    margin-top: 40px;
}

.DEvents_content .DEvents_content_bottom .content_bottom_dd {
    font-size: 36px;
    color: #111111;
    margin-bottom: 25px;
}

.DEvents_content .DEvents_content_bottom .content_bottom_dt p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.DEvents_content .DEvents_content_bottom .content_bottom_dt p:last-child {
    margin-bottom: 0px;
}

.DEvents_content .DEvents_content_bottom .content_bottom_dt p span {
    font-weight: bolder;
}

.cookies {
    padding: 35px 5%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 80;
}

.cookies .cookies_txt {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.cookies .cookies_btn1 {
    width: 80px;
    height: 31px;
    background: #0d2481;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.BusinessEthic2padding .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
    margin-bottom: 11px;
}

.BusinessEthic2padding .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p:last-child {
    margin-bottom: 0;
}

.cookies .cookies_txt a {
    font-size: 16px;
    color: #0d2481;
    font-weight: bolder;
}

.manufacturing .manufacturing_top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 245px;
}

.manufacturing .manufacturing_top .manufacturing_top_left {
    width: 48%;
}

.manufacturing .manufacturing_top .manufacturing_top_left .top_left_title {
    font-size: 24px;
    color: #0d2481;
}

.manufacturing .manufacturing_top .manufacturing_top_left .top_left_txt {
    margin-top: 22px;
}

.manufacturing .manufacturing_top .manufacturing_top_left .top_left_txt video {
    width: 100%;
}

.manufacturing .manufacturing_top .manufacturing_top_right {
    width: 48%;
}

.manufacturing .manufacturing_top .manufacturing_top_right .top_right_title {
    font-style: italic;
    font-size: 17px;
    color: #7A7A7A;
    margin-bottom: 32px;
}

.manufacturing .manufacturing_top .manufacturing_top_right .top_right_txt p {
    font-size: 17px;
    color: #7A7A7A;
}

.manufacturing .manufacturing_top .manufacturing_top_right .top_right_btn {
    margin-top: 38px;
}

.manufacturing .manufacturing_top .manufacturing_top_right .top_right_btn a {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    background: #0d2481;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list {
    display: flex;
    justify-content: space-between;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li {
    width: 28%;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li .list_li_title {
    height: 68px;
    margin-bottom: 20px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li .list_li_title p {
    font-size: 17px;
    color: #7A7A7A;
    margin-bottom: 0px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li .list_li_txt {
    font-size: 17px;
    color: #7A7A7A;
    line-height: 28px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_title {
    margin: 44px 0px;
    font-size: 24px;
    color: #0d2481;
    font-weight: bolder;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt .list2_txt_li p {
    font-size: 17px;
    color: #7A7A7A;
    margin-bottom: 0px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt .list2_txt_li:last-child {
    margin-left: 80px;
}

.manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_bo p {
    font-size: 17px;
    color: #7A7A7A;
    margin-bottom: 0px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_dt {
    margin-top: 20px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p {
    margin-top: 35px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p .left_p_dd {
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p ul {
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p ul p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    list-style: disc;
    line-height: 26px;
    position: relative;
    padding-left: 17px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p ul p:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #111;
    position: absolute;
    left: 0;
    top: 10px;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p.no ul p {
    padding-left: 0;
}

.DEvents_online .DEvents_top_content .top_content_left .content_left_p.no ul p:before {
    display: none;
}

.DEvents_content2 .DEvents_content_top .content_top_txt p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
	  .inn-banner .en {
	    font-size: 52px;
	  }
	  .inn-banner .cn {
	    font-size: 42px;
	  }
	  .main-c {
	      width: 85vw;
	  }
	.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title {
	    font-size: 16px;
	}
.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
    margin-right: 45px;
}	
}	
@media screen and (max-width: 1530px) {
    .Banner .Banner_list_po {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	.fieldcp {
	    margin: 0 auto;
	    max-width: 85%;
	}
.he_h2p2li {
    width: 33.3%;
    padding: 0 25px;
    margin-bottom: 30px;
}	
.he_h2p2nte p {
    font-size: 16px;
}
.banTxt p {
    font-size: 48px;
}
.banTxt h3 {
    font-size: 30px;
}
    .pc_all .pc_all_content,.AboutHistory .AboutHistory_content .AboutHistory_content_bottom,.News2 .News2_content .News2_content_list .content_list_con,.Banner .Banner_list_po {
        max-width: 85%;
    }

  

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
        margin-right: 38px;
    }



    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down {
        padding-left: 20%;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left,.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le,.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri {
        padding-top: 40px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down.on {
        padding: 0px 6%;
        padding-left: 20%;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:hover .nav_list_down {
        height: 350px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list:hover .nav_list_down.on {
        height: 180px;
    }

 

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left ul li a {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le .li_le_l {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l a {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down {
        width: 100px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down a {
        font-size: 16px;
        line-height: 28px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list .btn_list_down:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid rgba(0,0,0,.5);
        position: absolute;
        top: 10px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_le .li_le_l,.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_right .down_right_li .right_li_ri .li_ri_l a,.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down .list_down_left ul li a {
        font-size: 16px;
    }

    .DBanner .DBanner_title .DBanner_title_dd {
        font-size: 60px;
        line-height: 60px;
    }

    .DBanner .DBanner_title .DBanner_title_dt {
        font-size: 22px;
        margin-top: 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dd {
        font-size: 40px;
        line-height: 40px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dt {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
    }



    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
        font-size: 18px;
        line-height: 28px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
        margin-bottom: 6.7px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title {
        padding: 18px 10px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dd {
        font-size: 22px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down {
        padding: 20px 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dd {
        font-size: 24px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dt {
        font-size: 16px;
        margin-top: 10px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_icon img {
        height: 60px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list {
        margin-right: 90px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a {
        font-size: 22px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a img {
        height: 12px;
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_title {
        font-size: 20px;
        line-height: 28px;
        margin: 22px 0px;
    }

    .Footer .Footer_top .Footer_top_right input[type="submit"],.Footer .Footer_top .Footer_top_right input[type="text"] {
        font-size: 20px;
    }

   
   

    .btn {
        font-size: 16px;
        line-height: 42px;
        padding: 0px 24px;
    }

    .Banner .Banner_list_po .list_po_btn {
        margin-top: 33px;
    }

    .Banner .Banner_btn .Banner_btn_list {
        height: 62px;
        padding-right: 22px;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_title {
        font-size: 18px;
    }

    .Banner .Banner_btn .Banner_btn_list:nth-child(1) .btn_list_left .list_left_icon img {
        height: 25.0128px;
    }

    .Banner .Banner_btn .Banner_btn_list:nth-child(2) .btn_list_left .list_left_icon img {
        height: 25.013119999999994px;
    }

    .Banner .Banner_btn .Banner_btn_list:nth-child(3) .btn_list_left .list_left_icon img {
        height: 18.008px;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon:before {
        top: -55px;
    }

    .IndexBioDuro {
        padding: 65px 0px;
    }

    .IndexBioNews .IndexBioDuro_left {
        margin-bottom: 45px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd {
        font-size: 16px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
        font-size: 30px;
        line-height: 32px;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li a {
        font-size: 16px;
        line-height: 42px;
        padding: 0px 24px;
    }

    .btn img {
        margin-left: 5px;
        height: 10px;
    }

    .IndexBioDuro .IndexBioDuro_left .btn {
        line-height: 42px;
        font-size: 16px;
        padding: 0px 24px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_txt {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .IndexFully .IndexFully_content {
        margin-top: 45px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po {
        padding: 18px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon {
        height: 55px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_icon img {
        height: 50.03392px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_icon img {
        height: 52.03424px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_icon img {
        height: 33.018879999999996px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_title {
        font-size: 20px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list {
        font-size: 16px;
        background-size: 10px;
        padding-left: 15px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list {
        width: calc(33.333% - 13px);
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn {
        font-size: 16px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
        font-size: 16px;
        line-height: 38px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn img {
        left: -60px;
        height: 10px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list {
        height: 18px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_img img.pc_banner {
        height: 385px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav {
        padding: 0px 50px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide {
        padding: 0px 15px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide a {
        font-size: 20px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide a br {
        display: none;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_title {
        font-size: 20px;
        line-height: 28px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-next, .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-prev {
        top: auto;
        margin-top: 0;
        bottom: 30px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dd {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dt {
        font-size: 20px;
        line-height: 28px;
        -webkit-line-clamp: 2;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0px;
        margin-bottom: 35px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time .txt_time_dd {
        font-size: 16px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list {
        padding: 22px;
        width: calc(33.333% - 15px);
    }

  

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dt {
        font-size: 18px;
        line-height: 28px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time {
        margin-top: 35px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time .list_time_dd {
        font-size: 16px;
    }

    .AboutWho {
        padding: 65px 0px;
    }

    .AboutWho .AboutWho_content {
  
        margin-bottom: 54px;
    }

    .AboutWho .AboutWho_content p {
        font-size: 16px;

    }

    .AboutWho .AboutWho_bottom {
        padding: 33px;
        height: auto;
    }

    .AboutWho .AboutWho_bottom .bottom_list_top {
        font-size: 34px;
    }

    .AboutWho .AboutWho_bottom .bottom_list_top .list_top_on1 {
        font-size: 22px;
    }

    .AboutWho .AboutWho_bottom .bottom_list_bottom {
        font-size: 18px;
        line-height: 28px;
        margin-top: 6px;
    }

 

 

    .AboutMisson .AboutMisson_dd {
        font-size: 16px;
    }

    .AboutMisson .pc_all_content {
        height: 380px;
    }

    .AboutMisson .AboutMisson_dt {
        font-size: 24px;
        line-height: 28px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list {
        padding: 0px 28px;
    }

 

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_txt {
        font-size: 16px;
        line-height: 28px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_icon {
        top: -230px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_title {
        top: -230px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_txt {
        top: -230px;
    }

    .AboutGlobal {
        margin-top: 66px;
        padding-bottom: 66px;
    }

    .AboutManagement {
        padding-bottom: 80px;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title {
        padding: 22px;
    }

 

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title .list_title_dt {
        font-size: 16px;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po {
        padding: 10%;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dd {
        font-size: 16px;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dt {
        font-size: 20px;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top {
        margin-bottom: 15px;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_bottom {
        font-size: 14px;
        line-height: 26px;
        -webkit-line-clamp: 3;
        margin-bottom: 15px;
    }

   

    .AboutManagement .AboutManagement_content .swiper-pagination span:before {
        width: 4px;
        height: 4px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dd {
        font-size: 24px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dt {
        font-size: 16px;
        line-height: 28px;
    }

    .AboutHistory .AboutHistory_content {
        margin-top: 60px;
    }

    .AboutHistory .AboutHistory_content_list {
        padding: 20px;
    }

    .AboutHistory .AboutHistory_content .swiper-wrapper {
        left: -50px;
    }

 

    .AboutHistory .AboutHistory_content_list .content_list_time {
        font-size: 26px;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom {
        margin-top: 60px;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt {
        width: 50px;
        height: 50px;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt span {
        font-size: 20px;
    }

    .IndexCareers {
        margin-bottom: 110px;
        padding: 0px 65px;
    }

    .IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .IndexCareers .IndexBioDuro_left {
        padding: 0px 30px;
        width: 47%;
    }

    .IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p p {
        font-size: 16px;
        line-height: 28px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt {
        padding-top: 0px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dd {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dt p {
        font-size: 16px;
        line-height: 24px;
        background-size: 10px;
        padding-left: 18px;
        margin-bottom: 6.7px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li {
        margin-bottom: 5px;
        justify-content: space-between;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dd img {
        width: 10px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dt {
        font-size: 16px;
        line-height: 28px;
        width: calc( 100% - 26px);
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a {
        width: 38px;
        height: 26px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a img {
        height: 16px;
        max-width: 26px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt span {
        width: 28px;
        height: 28px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt img {
        height: 10px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt {
        left: 12px;
        font-size: 16px;
    }

    .DManagement {
        padding-bottom: 110px;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top {
        margin-bottom: 25px;
    }


    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd span {
        font-size: 16px;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dt {
        font-size: 16px;
        line-height: 28px;
    }



    .DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p:before,.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p:before,.CareerS2 .CareerS2_right .CareerS2_right_dt p:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list {
        margin-bottom: 25px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
        font-size: 16px;
        line-height: 28px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dd {
        font-size: 18px;
        margin: 15px 0px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt {
        padding-left: 20px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 15px;
        margin-bottom: 6.7px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p,.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p a,.PrivacyPolicy .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p span {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6.7px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list:last-child {
        margin-bottom: 0px;
    }

    .PrivacyPolicy .tab {
        overflow: auto;
    }

    .PrivacyPolicy table {
        width: 1380px;
        max-width: 1380px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list {
        padding: 20px 30px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_bottom {
        font-size: 16px;
        line-height: 28px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top {
        margin-bottom: 15px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li {
        font-size: 20px;
    }

    .Discovery .Discovery_list {
        padding: 65px 0px;
    }

    .Discovery .Discovery_list .Discovery_list_title {
        margin-bottom: 65px;
    }

    .Discovery .Discovery_list .Discovery_list_title .list_title_left {
        font-size: 24px;
    }

    .Discovery .Discovery_list .Discovery_list_title .list_title_right {
        font-size: 16px;
        line-height: 28px;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li {
        width: 17%;
        margin-right: 10.5%;
        margin-bottom: 42px;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li:nth-child(4n) {
        margin-right: 0px;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_icon img {
        width: auto;
        max-width: 100%;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_title {
        font-size: 20px;
        margin-top: 15px;
        line-height: 32px;
    }

    .Platform {
        padding: 65px 0px;
    }

    .Platform .Platform_list_li .list_li_title {
        font-size: 20px;
        line-height: 28px;
    }

    .Platform .Platform_list_li:nth-child(5) .list_li_title {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .BreadCrumbs .BreadCrumbs_top {
        padding-bottom: 40px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title4,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title3,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title2,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p.p_dd {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6.7px;
    }

    .News {
        padding: 65px 0px;
 
    }

    .News .News_top {
        margin-bottom: 45px;
    }

    .News .News_top .News_top_form {
        width: 65%;
    }

    .News .News_top .News_top_nav a,.DNews_bottom .DNews_bottom_page a {
        font-size: 16px;
        line-height: 42px;
        width: 150px;
        height: auto;
    }

    .News .News_content .News_content_top .content_top_left .top_left_title {
        font-size: 20px;
        line-height: 28px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_txt {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_time {
        font-size: 16px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_icon img {
        height: 10px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom {
        margin-top: 65px;
    }

    .News .News_content .News_content_bottom .content_bottom_list {
        padding-top: 45px;
        margin-top: 45px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_title {
        font-size: 24px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li {
        padding: 20px
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_title {
        font-size: 18px;
        line-height: 30px;
        height: auto;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt .li_txt_dd {
        font-size: 16px;
    }

    .News2 .News2_content .News2_content_list .content_list_con {
        padding: 28px 0px;
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_txt {
        font-size: 16px;
     
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_time {
        font-size: 16px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6.7px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt img {
        max-width: 100%;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6.7px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red {
        color: red;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red:before {
        background: red;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt div {
        font-size: 16px;
        color: #333333;
        letter-spacing: -0px;
        margin-bottom: 0px;
        line-height: 24px;
        position: relative;
        padding-left: 18px;
        letter-spacing: -0px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dd p:before {
        content: "";
        background: #fff;
        border: 1px solid #666;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dt p:before {
        content: "-";
        background: #fff;
        color: #666;
        background: none;
        border: 0;
        top: 0;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #333333;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.on:before {
        display: none;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.p_dd {
        margin-top: 20px;
        font-size: 16px;
        color: #333;
    }

    .layui-laypage {
        margin-top: 45px;
    }

    .layui-laypage i {
        width: 36px;
        height: 36px;
    }

    .DNews_top {
    }

    .DNews_top .DNews_top_content .top_content_title {
        font-size: 24px;
        line-height: 28px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dd {
        font-size: 16px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dt {
        font-size: 16px;
    }

    .DNews_bottom .DNews_bottom_content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6.7px;
    }

    .DNews_bottom {
        padding-bottom: 110px;
    }

    .wechat-qrcode {
        left: -130px;
    }

    .wechat-qrcode:after {
        display: none;
    }

 

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dd,.DEvents_content .DEvents_content_top .content_top_title,.DEvents_content .DEvents_content_bottom .content_bottom_dd {
        font-size: 32px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt {
        margin-top: 35px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list,.DEvents_content .DEvents_content_bottom .content_bottom_dt p {
        font-size: 18px;
    }

    .Contact {
        padding: 65px 0px;
    }

    .Contact .Contact_left .Contact_left_title,.Contact .Contact_form .Contact_form_title {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .Contact .Contact_left .Contact_left_list {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .Contact .Contact_left .Contact_left_list .left_list_title {
        font-size: 24px;
    }

    .Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dt {
        font-size: 16px;
    }

  

    .CareerS {
        padding: 65px 0px;
    }

    .CareerS .CareerS_top {
        width: 100%;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dd {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dt p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6.7px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dd img {
        height: 32px;
        left: -37px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_p {
        font-size: 16px;
        margin-top: 0px;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dd {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dt p {
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 6.7px;
    }

    .CareerS .CareerS_top_icon {
        width: 100%;
        bottom: 0;
        margin-bottom: 120px;
        position: relative;
    }

    .CareerS .CareerS_top {
        border: 1.5px solid #6473ae;
        border-bottom: 0px;
    }

    .CareerS2 {
        margin-top: 40px;
    }

    .CareerS2 .CareerS2_right {
        padding: 0px 2.5%;
    }

    .CareerS2 .CareerS2_right .CareerS2_right_dd {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .CareerS2 .CareerS2_right .CareerS2_right_dt p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6.7px;
    }

    .CareerS2 .CareerS2_left:before {
        width: 64px;
    }

    .CareerS .CareerS_top:after {
        width: 95px;
        background-size: 95px;
        bottom: -69px;
    }

    .CareerS3 {
        padding-bottom: 65px;
    }

    .CareerS3 .CareerS3_content {
        margin-top: 45px;
        margin-bottom: -30px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list {
        margin-bottom: 30px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_txt {
        font-size: 16px;
        line-height: 28px;
        width: calc(100% - 90px)
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon {
        width: 70px;
        height: 70px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon img {
        height: 28px;
    }

    .Perks .Perks_content {
        margin-top: 45px;
    }

    .Perks .Perks_content .Perks_content_list {
        padding: 22px;
    }

    .Perks .Perks_content .Perks_content_list .content_list_icon span img {
        height: 30px;
    }

    .Perks .Perks_content .Perks_content_list .content_list_txt {
        font-size: 16px;
        line-height: normal;
    }

    .Perks .Perks_content .Perks_content_list.on {
        font-size: 16px;
    }

    .IndexCareers2 {
        padding: 0px;
        margin-bottom: 0px;
    }

    .IndexCareers2 .btn {
        margin-top: 62px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dd {
        font-size: 24px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dt,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dt {
        font-size: 16px;
        line-height: 28px;
    }

    .pc_all .pc_all_content,.AboutHistory .AboutHistory_content .AboutHistory_content_bottom,.News2 .News2_content .News2_content_list .content_list_con,.Banner .Banner_list_po {
        max-width: 85%;
    }

    .Header .Header_conent {
        height: 80px;
    }

    .Header .Header_conent .Header_conent_logo img {
        height: 56px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title {
        height: 80px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
        margin-right: 32px;
    }


    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(1) .btn_list_icon img,.Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(2) .btn_list_icon img {
        height: 18px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn {
        margin-left: 28px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:last-child {
        margin-left: 16px;
    }

    .DBanner {
        margin-top: 80px;
    }

    .DBanner .DBanner_title .DBanner_title_dd {
        font-size: 50px;
        line-height: 50px;
    }

    .DBanner .DBanner_title .DBanner_title_dt {
        font-size: 20px;
        margin-top: 15px;
        max-width: 70%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dd {
        font-size: 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dt img {
        width: 10px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
        font-size: 16px;
        line-height: 28px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p:before {
        top: 11px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a {
        font-size: 16px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p {
        margin-bottom: 18px;
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_title {
        font-size: 16px;
        line-height: 28px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a img {
        height: 8px;
    }

    .Footer .Footer_cor a,.Footer .Footer_cor {
        font-size: 14px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p:nth-child(1) a img {
        height: 13px;
    }

    .Footer .Footer_cor {
        margin-top: 60px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dd {
        font-size: 24px;
        line-height: 32px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down {
        top: 80px;
    }

    .Banner .Banner_list_po {
        padding: 3vw 0px;
    }

    .Banner .Banner_list_po .list_po_title {
        font-size: 36px;
        line-height: 42px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd {
        height: 30px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd i {
        font-size: 34px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd,.Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd .list_dd_o {
        font-size: 26px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list {
        margin-right: 38px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dt {
        font-size: 18px;
    }

    .Banner .Banner_list_po .list_po_content {
        padding: 22px 0px;
        margin-top: 28px;
    }

    .IndexCareers .IndexCareers_img img {
        height: 500px;
        object-fit: cover;
    }

    .Platform .Platform_list_li {
        padding: 0px 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dt {
        margin-top: 10px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dt {
        margin-top: 10px;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_img {
        width: 17%;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_right {
        width: 78%;
    }

    .DEvents_content .DEvents_content_top .content_top_title,.DEvents_content .DEvents_content_bottom .content_bottom_dd {
        font-size: 24px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt {
        margin-top: 35px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list,.DEvents_content .DEvents_content_bottom .content_bottom_dt p {
        font-size: 16px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dd {
        line-height: 40px;
    }

    .BusinessEthic2 .IndexBioDuro_left {
        margin-bottom: 20px;
    }

    .BusinessEthic2 .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
        margin-top: 0px;
    }

    .News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_title {
        margin-bottom: 10px;
    }

    .News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time span {
        font-size: 16px;
        margin-right: 0;
        display: inline-block;
        width: 100%;
    }

    .News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time span:last-child {
        margin-top: 5px;
    }
}
@media screen and (max-width: 1440px) {
.Banner .swiper-pagination {
    bottom: 40px;
}	
.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
    height: 356px;
}	
.he_h2p2nte p {
    font-size: 15px;
	line-height: 26px;
}
.fieldlist .field-box ul li .field-txt h1 {
    font-size: 28px;
}
.fieldlist .field-box ul li .field-txt p {
    font-size: 15px;
    -webkit-line-clamp: 3;
}
.fieldlist .field-box ul li {
    padding: 20px 100px;
}
 .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_title {
        font-size: 16px;
    }

.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_txt p {
    font-size: 14px;
}
   .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_icon {
        top: -300px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_title {
        top: -300px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_txt {
        top: -300px;
    }
.ldsdbdyj ul li a {
    padding: 30px 50px;

}
.AboutHistory .AboutHistory_content_list .content_list_txt p {
    font-size: 14px;
}
.AboutHistory .AboutHistory_content_list .content_list_txt p::before {
    width: 6px;
    height: 6px;
}
.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dt {
    font-size: 16px;
}
.IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dt {
    font-size: 18px;
}
.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title .list_title_dd{font-size: 15px;}
.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dd {
    font-size: 15px;
}
.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po .list_po_top .po_top_dt {
    font-size:16px;
}
  .inn-banner .en {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .inn-banner .cn {
    font-size: 36px;
  }
}	
@media screen and (max-width: 1366px) {
	.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
	    height: 338px;
	}
	.News .News_content .News_content_top .content_top_right img {
	    height: 338px;
	}
}	
@media screen and (max-width: 1320px) {
    .Banner .Banner_list_po .list_po_title {
        font-size: 36px;
        line-height: 42px;
    }
	.banTxt p {
	    font-size: 48px;
	}
	  .inn-banner .en {
	    font-size: 40px;
	  }
	  .inn-banner .cn {
	    font-size: 32px;
	  }
   .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_txt {
        line-height: 28px;

    }
	.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
	    font-size: 24px;
	}
.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list {
    margin-right: 60px;
}
    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title {
        font-size: 14px;
    }
	.Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
	    margin-right: 25px;
	}
}

@media screen and (max-width: 1180px) {
    .Banner,.Banner .Banner_list {
        height: auto !important;
    }
	.fieldlist .field-box ul li .field-txt h1 {
	    font-size: 24px;
	}
	.fieldlist .field-box ul li .field-txt p {
	line-height: 28px;
	}
	.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
	    height: 292px;
	}	
	.News .News_content .News_content_top .content_top_right img {
	    height: 292px;
	}
}

@media screen and (max-width: 1024px) {
    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .list_txt_img img {
        max-width: 100% !important;
    }
	.IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
	    height: 254px;
	}
	.News .News_content .News_content_top .content_top_right img {
	    height:254px;
	}
	.banner {
	    margin-top: 65px;
	}
	.DNews_bottom .DNews_bottom_content img {
	    max-width: 100%;
	}
	 .inn-banner .img img {
	    min-height: 350px;
	    object-fit: cover;
	  }
.Footer .Footer_bottom .Footer_bottom_right{display: none;}
    .Header .Header_conent {
        height: 65px;
    }
.ldsdbdyj ul li a {
    display: block;
    padding:25px 30px;
    color: #666666;
    position: relative;
}
.ldsdbdyj {
    padding-left: 0;
}
	.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_txt {
	    font-size: 14px;
	}
    .Header .Header_conent .Header_conent_logo img {
        height: 42px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list {
        margin-right: 18px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_title {
        height: 65px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(1) .btn_list_icon img, .Header .Header_conent .Header_conent_right .conent_right_btn .right_btn_list:nth-child(2) .btn_list_icon img {
        height: 15px;
    }

    .Header .Header_conent .Header_conent_right .conent_right_nav .right_nav_list .nav_list_down {
        top: 65px;
    }

    .DBanner {
        margin-top: 65px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list {
        margin-right: 45px;
    }

    .AboutHistory .AboutHistory_content .swiper-wrapper {
        left: 50px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .swiper-button-next,.AboutCORPORATE .AboutCORPORATE_content .swiper-button-prev {
        display: block;
        width: auto;
        height: auto;
    }

    .DBanner .DBanner_title .DBanner_title_dd {
        font-size: 40px;
        line-height: 40px;
    }

    .DBanner .DBanner_title .DBanner_title_dt {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 980px) {
    .MoS {
        display: block;
    }

    .PcS {
        display: none;
    }
.ss {
    font-size: 22px;
    padding-top: 30px;
}	
.Footer_cor_right{display: none;}	
.bottom_left_title p {
    font-size: 14px;
    margin-bottom: 15px;
}
.banTxt p {
	    font-size: 36px;
	}
.banTxt h3 {
    font-size: 26px;
}	
    img {
        max-width: 100%;
    }

.Banner .swiper-pagination {
    bottom: 30px;
}
    .Banner .Banner_list_po,.IndexBioDuro .pc_all_content,.pc_all .pc_all_content {
        max-width: 92%;
        padding: 0;
    }

    .Header {
        display: none;
    }

    .DBanner .DBanner_img img {
        height: auto;
    }

    body {
        overflow: inherit !important;
    }

    .moh {
        display: block;
    }

    /* 手机导航 */
    .m-header-nav-height {
        display: block;
    }

    .m-header-nav {
        display: block;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        transition: all ease 0.45s;
    }

    .m-header-nav .sp_header {
        position: relative;
        top: 0;
        z-index: 10000;
        width: 100%;
        padding: 0% 4%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
		background: #fff;
    }

    .m-header-nav .sp_logo {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .m-header-nav .sp_logo a {
        display: flex;
        width: 200px;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .m-header-nav .sp_logo img {
        margin: auto;
        transition: all ease 0.45s;
    }

    

    .m-header-nav .sp_nav {
        width: 26px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 14px;
        z-index: 900;
    }

    .m-header-nav .sp_nav span {
        display: block;
        background: #333;
        width: 26px;
        height: 2px;
        position: absolute;
        left: 0;
        transition: all ease 0.45s;
    }

    .m-header-nav .sp_nav span:nth-of-type(1) {
        top: 0px;
        width: 18px;
    }

    .m-header-nav .sp_nav span:nth-of-type(2) {
        top: 6px;
    }

    .m-header-nav .sp_nav span:nth-of-type(3) {
        top: 13px;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(1) {
        top: 11px;
        transform: rotate(45deg);
        width: 26px;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(2) {
        width: 0;
        transition: none;
    }

    .m-header-nav .sp_nav_se span:nth-of-type(3) {
        top: 11px;
        transform: rotate(-45deg);
    }

    .m-header-nav .sjj_nav {
        display: none;
        position: fixed;
        z-index: 9;
        background: white;
        width: 100%;
        height: 100%;
        font-size: .95rem;
line-height: 2.7rem;
        top: 65px;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.45s;
        border-top: 1px solid #dcdcdc;
    }

    .m-header-nav .nav_show {
        display: block;
    }

    .m-header-nav .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .m-header-nav .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 100px)
    }

    .m-header-nav .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 93px;
        overflow: hidden;
        line-height: 40px;
    }

    .m-header-nav .sjj_nav>ul>li:first-child .language a {
        width: 50%;
        float: left;
        border-left: 1px #ededed solid;
        text-align: center;
        color: #999;
    }

    .m-header-nav .sjj_nav ul li i {
        position: absolute;
        top: 0px;
        right: 0px;
        border-left: 1px #ededed solid;
        height: 56px;
        padding: 0px 15.5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .m-header-nav .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.45s
    }

    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .m-header-nav .sjj_nav ul li {
        border-top: 1px #ededed solid;
        padding-left: 1.1rem;
        position: relative;
        line-height: 2.6rem;
    }

    .m-header-nav .sjj_nav>ul >li:last-child {
        border-bottom: 1px #ededed solid;
    }

    .m-header-nav .sjj_nav ul li ul {
        display: none
    }

    .m-header-nav .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 18px 0;
    }

    .m-header-nav .sjj_nav ul li ul li a {
        color: #666;
        display: block;
        text-align: left;
    }

    .m-header-nav .sjj_nav ul li i svg {
        width: .9rem;
        height: 2.6rem;
        fill: #cbcbcb;
    }

    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #0d2481;
    }

    .m-header-nav .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .m-header-nav.on {

        box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    }

    .m-header-nav.on .sp_nav span {
     
        transition: all ease 0.45s;
    }

    .m-header-nav.on .sp_logo img {
        opacity: 1;
        transition: all ease 0.45s;
    }

   

    .pc_banner {
        display: none;
    }

    .ipad_banner {
        display: block;
    }

    .iphone_banner {
        display: none;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_title,.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list,.IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list {
        border: 0.0521vw solid #fff;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po {
        background: none;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img {
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img:last-child {
        opacity: 1;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
        border-bottom: 0.0521vw solid rgba(255,255,255,.3);
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn span {
        opacity: 1;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn img {
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
        left: 0.521vw;
        transition: all 0.5s ease;
        -webkit-transform: all 0.5s ease;
    }


    .Banner .Banner_list_po .list_po_title br {
        display: none;
    }

    .Banner .Banner_list_po {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 85%;
        padding-top: 185px;
        padding-bottom: 35px;
    }

    .Banner .Banner_list_po .list_po_title {
        font-size: 26px;
        line-height: 30px;
    }

    .Banner .Banner_list_po .list_po_content {
        padding: 15px 0px;
        margin-top: 30px;
        padding-bottom: 0;
        border-top: 1px solid rgba(255,255,255,.4);
        ; border-bottom: 1px solid rgba(255,255,255,.4);
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd {
        font-size: 24px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd i {
        font-size: 24px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dd .list_dd_o {
        font-size: 14px
    }

    .Banner .Banner_list_po .list_po_content .po_content_list .content_list_dt {
        font-size: 16px;
        margin-top: 5px;
    }

    .Banner .Banner_list_po .list_po_content .po_content_list {
        margin-right: 0;
        width: 33.33%;
        padding-bottom: 15px;
    }

    .Banner .swiper-pagination span {
        width: 18px;
        height: 18px;
        margin-bottom: 5px;
    }

    .Banner .swiper-pagination span:before {
        width: 12px;
        height: 12px;
    }
.Banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
    .Banner .Banner_list_po .list_po_btn {
        margin-top: 30px;
    }

    .Banner .Banner_btn .Banner_btn_list {
        width: 32%;
        height: auto;
        padding: 15px 5px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 4px;
        background: rgba(255,255,255,.2);
        display: block;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left {
        justify-content: space-between;
        width: 100%;
        display: block;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon:before {
        width: 62px;
        height: 89px;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .Banner .Banner_btn .Banner_btn_list:nth-child(1) .btn_list_left .list_left_icon img,.Banner .Banner_btn .Banner_btn_list:nth-child(2) .btn_list_left .list_left_icon img,.Banner .Banner_btn .Banner_btn_list:nth-child(3) .btn_list_left .list_left_icon img {
        max-height: 35px;
        width: 35px;
        height: auto;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon {
        width: auto;
        margin-right: 0px;
        padding-left: 0px;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_title {
        font-size: 16px;
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_right {
        display: none;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_right img {
        height: 6px;
    }

    .Banner .Banner_btn .Banner_btn_list:hover .btn_list_left .list_left_icon:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 50%;
    }

    .Banner .Banner_btn {
        bottom: 0;
        align-items: inherit;
        margin-top: 30px;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon img {
        display: none;
    }

    .Banner .Banner_btn .Banner_btn_list .btn_list_left .list_left_icon img:last-child {
        display: inline-block;
    }

    .AboutBanner .DBanner_title {
        background: rgba(0,0,0,.3);
    }

    .btn {
        padding: 0px 14px;
        font-size: 14px;
        border: 1px solid rgba(255,255,255,.7);
        line-height: 35px;
        border-radius: 100px;
    }

    .btn img {
        height: 8px;
        margin-left: 5px;
    }

    .btn.on1 {
        border: 1px solid rgba(121,121,121,.43);
    }

    .IndexBioDuro .IndexBioDuro_left .btn {
        line-height: 35px;
        font-size: 14px;
        padding: 0px 14px;
    }

    .IndexBioDuro {
        padding: 33px 0px;
    }

    .IndexBioDuro .pc_all_content {
        flex-direction: column-reverse;
    }

    .IndexBioDuro .IndexBioDuro_left,.IndexBioDuro .IndexBioDuro_right {
        width: 100%;
    }

    .IndexBioDuro .IndexBioDuro_right {
        margin-bottom: 20px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd {
        font-size: 15px;
        letter-spacing: 0;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span {
        width: 4px;
        height: 4px;
        border-radius: 100%;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span:nth-child(2) {
        margin: 0px 3px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dd span:nth-child(3) {
        margin-right: 10px;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt,.BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_title {
        margin-top: 12px;
        letter-spacing: 0;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt br {
        display: none;
    }

    .IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_txt {
        font-size: 14px;
        line-height: 28px;
        margin: 20px 0px;
    }

    .IndexFully .IndexFully_content {
        flex-wrap: wrap;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:last-child {
        margin-bottom: 0;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon {
        height: 50px;
        margin-bottom: 20px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:nth-child(1) .content_list_po .list_po_icon img,.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(2) .content_list_po .list_po_icon img {
        height: 50px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_icon img,.IndexFully .IndexFully_content .IndexFully_content_list:nth-child(3) .content_list_po .list_po_icon {
        height: 25px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po {
        padding: 25px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_title {
        font-size: 20px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt {
        margin-top: 18px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list {
        font-size: 16px;
        background-size: 8px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
        font-size: 14px;
        line-height: 32px;
        border-bottom: 1px solid #eaeaea;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn {
        margin-top: 10px;
        font-size: 16px;
        color: #fff;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn img {
        top: 1px;
        height: 6px;
        left: 4px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn span {
        opacity: 1;
    }

    .IndexBioPlatform .IndexBioDuro_left {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .IndexBioPlatform .IndexBioDuro_left .IndexBioDuro_left_title {
        width: 100%;
    }

    .IndexBioPlatform .IndexBioDuro_left .btn {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .IndexBioPlatform .IndexBioPlatform_content {
        margin-top: 22px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav {
        position: relative;
        margin-top: 20px;
        border-top: 0px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide a {
        font-size: 18px;
        display: inline-block;
        padding: 5px 0px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide:before {
        height: 2px;
        top: 0;
        display: none;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide {
        height: auto;
        padding: 8px 0px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_title {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 20px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-next:after, .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-prev:after {
        font-size: 18px;
    }

    .IndexBioNews .IndexBioDuro_left {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom:35px;
    }

  .IndexBioNews .IndexBioDuro_left .IndexBioDuro_left_title {
      width: auto;
  }	
    .IndexBioNews .IndexBioDuro_left .btn {
        margin-bottom: 0;
     
    }

    .IndexBioNews .IndexBioNews_top {
        display: block;
        border-radius: 8px;
        overflow: hidden;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_img {
        width: 100%;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_img img {
        height: auto;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt {
        width: 100%;
        padding: 15px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dd {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_title .txt_title_dt {
        font-size: 17px;
        line-height: 26px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_p {
        font-size: 15px;
        margin: 16px 0px;
        line-height: 20px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time .txt_time_dd {
        font-size: 16px;
    }

    .IndexBioNews .IndexBioNews_top .IndexBioNews_top_txt .top_txt_time .txt_time_dt img,.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time .list_time_dt img {
        height: 8px;
    }

    .IndexBioNews .IndexBioNews_bottom {
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list {
        width: 100%;
        margin-top: 15px;
        padding: 15px;
        border-radius: 8px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dd {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_title .list_title_dt {
        line-height: 26px;
        font-size: 16px;
        height: auto;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time {
        margin-top: 15px;
    }

    .IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list .bottom_list_time .list_time_dd {
        font-size: 16px;
    }

    .IndexBioNews .IndexBioNews_top:before,.IndexBioNews .IndexBioNews_bottom .IndexBioNews_bottom_list:before {
        height: 2px;
    }

    .IndexBioPlatform_img {
        display: none;
    }

    .IndexCareers {
        padding-top: 0;
        padding-bottom: 35px;
        margin-bottom: 0px;
    }

    .IndexCareers .pc_all_content {
        height: 100%;
        justify-content: center;
        padding: 22px;
        position: relative;
        background: url("../images/bg6.jpg") no-repeat 50%/cover;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .IndexCareers .pc_all_content:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: rgba(25,51,94,.6);
        position: absolute;
        left: 0;
        top: 0;
    }

    .IndexCareers .IndexBioDuro_left {
        margin-top: 0;
        position: relative;
        z-index: 2;
        padding: 20px;
    }

    .IndexCareers .IndexCareers_img {
        max-width: 95%;
        border-radius: 8px;
        display: none;
    }

    .IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p {
        margin: 0;
        margin-top: 15px;
        margin-bottom: 22px;
    }

    .IndexCareers .IndexBioDuro_left .IndexBioDuro_left_p p {
        font-size: 16px;
        line-height: 26px;
    }

    .IndexCareers2 {
        padding: 0px;
    }

    .IndexCareers2 .IndexBioDuro_left {
        padding: 35px 0px;
    }

    .IndexCareers2 .btn {
        margin-top: 35px;
    }

    .Footer {
        padding-top: 35px;
    }

    .Footer .Footer_top:before {
        display: none;
    }

    .Footer .Footer_top {
        position: relative;
        top: 0;
        display: block;
        border-radius: 5px;
        height: auto;
        padding: 15px;
    }

    .Footer .Footer_top .Footer_top_left {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .Footer .Footer_top .Footer_top_right input {
        height: 42px;
    }

    .Footer .Footer_top .Footer_top_right input[type="submit"] {
        font-size: 16px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dd {
        font-size: 18px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_txt .left_txt_dt {
        font-size: 15px;
        margin-top: 5px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_icon {
        width: 50px;
    }

    .Footer .Footer_top .Footer_top_left .top_left_txt {
        width: calc(100% - 60px);
    }

    .Footer .Footer_top .Footer_top_left,.Footer .Footer_top .Footer_top_right {
        width: 100%;
    }

    .Footer .Footer_bottom {
        padding-top: 0;

        padding: 22px 0px;
    }

    .Footer .Footer_bottom .Footer_bottom_left {
        margin-bottom: 15px;
    }

    .Footer .Footer_cor {
        margin-top: 0;
        padding: 18px 0px;
        font-size: 16px;
        display: block;
    }

    .Footer .Footer_cor a {
        font-size: 16px;
    }

 
    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_logo img {
        height: 50px;
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_title {
        font-size: 16px;
        line-height: 24px;
       
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a {
        width: 33px;
        height: 33px;
        font-size: 12px;
        margin-right: 10px;
    }

 

    .Footer .Footer_bottom .Footer_bottom_right {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list {
        margin-right: 0;
        width: 48%;
        margin-bottom: 10px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list:last-child {
        width: 48%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p {
        margin-bottom: 13px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a {
        font-size: 16px;
        position: relative;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p a img,.Footer .Footer_bottom .Footer_bottom_right .bottom_right_list p:nth-child(1) a img {
        height: 8px;
        margin-left: 3px;
        position: absolute;
        right: -14px;
        top: 7px;
    }

    .Footer .Footer_bottom .Footer_bottom_right .bottom_right_list:last-child p:nth-child(1) a img {
        height: 12px;
        right: -17px;
        top: 5px;
    }

    .Footer .Footer_cor {
        font-size: 14px;
    }

    .Footer .Footer_cor a {
        margin-right: 15px;
        font-size: 14px;
    }

    .DBanner {
        margin-top: 0px;
    }

    .DBanner .DBanner_title .DBanner_title_dd {
        font-size: 20px;
        line-height: 28px;
    }

    .DBanner .DBanner_title .DBanner_title_dt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
        max-width: 92%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 113;
        overflow: hidden;
    }

    .DBanner .DBanner_title .DBanner_title_dt br {
        display: none;
    }

    .AboutWho .AboutWho_content {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .AboutWho .AboutWho_content p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
        letter-spacing: 0px;
    }

    .AboutWho .AboutWho_bottom {
        height: auto;
        padding: 22px;
        flex-wrap: wrap;
        border-radius: 10px;
    }

    .AboutWho .AboutWho_bottom .AboutWho_bottom_list {
        width: 48%;
        margin-bottom: 25px;
    }

    .AboutWho .AboutWho_bottom .AboutWho_bottom_list:last-child {
        margin-bottom: 0px;
        width: 100%;
    }

    .AboutWho .AboutWho_bottom .bottom_list_top {
        font-size: 24px;
    }

    .AboutWho .AboutWho_bottom .bottom_list_top .list_top_on1 {
        font-size: 16px;
    }

    .AboutWho .AboutWho_bottom .bottom_list_bottom {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .AboutMisson {
        padding: 25px 0px;
    }

    .AboutMisson .pc_all_content {
        height: auto;
    }

    .AboutMisson .AboutMisson_dd {
        font-size: 24px;
    }

    .AboutMisson .AboutMisson_dt {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

    .AboutMisson .AboutMisson_dt br {
        display: none;
    }

    .AboutCORPORATE {
        padding-top: 35px;
    }

    .AboutCORPORATE .AboutCORPORATE_title {
        font-size: 24px;
    }

    .AboutCORPORATE .AboutCORPORATE_content {
        margin-top: 20px;
        height: 300px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .swiper-button-next:after,.AboutCORPORATE .AboutCORPORATE_content .swiper-button-prev:after {
        font-size: 20px;
        color: #fff;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_title {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_icon img{
        height: 30px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list .content_list_txt {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_icon,.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_title,.AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list:hover .content_list_txt {
        top: -180px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .AboutCORPORATE_content_list {
        padding: 0px 20px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .swiper-button-next {
        right: 10px;
    }

    .AboutCORPORATE .AboutCORPORATE_content .swiper-button-prev {
        left: 10px;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav {
        margin-top: 15px;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul{
        width: 100%;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul {
        justify-content: space-between;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li {
        width: 48%;
    }

    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li a {
        font-size: 16px;
        line-height: 34px;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po,.AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_title {
        padding: 20px;
    }

  


    .AboutManagement .AboutManagement_content .AboutManagement_content_list .content_list_po {
        display: none;
    }

    .AboutManagement .AboutManagement_content .AboutManagement_content_list:hover .content_list_title {
        opacity: 1;
    }

    .AboutManagement .AboutManagement_content .swiper-container {
        padding-bottom: 35px;
    }

    .AboutManagement .AboutManagement_content .swiper-pagination span {
        width: 14px;
        height: 14px;
        margin: 0px 4px;
    }



    .AboutManagement .IndexBioDuro_left .AboutManagement_nav ul li a:first-child {
        margin-left: 0px;
    }

    .AboutHistory .AboutHistory_content {
        padding: 0px 6%;
        margin-top: 25px;
    }

    .AboutHistory .AboutHistory_content_list {
        padding: 20px;
    }

    .AboutHistory .AboutHistory_content_list .content_list_time {
        font-size: 20px;
    }

   

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom {
        margin-top: 25px;
        max-width: 100%;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dd {
        width: calc(100% - 100px);
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt {
        width: auto;
        height: auto;
        background: none;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt span {
        font-size: 18px;
        background: #0d2481;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .AboutHistory .AboutHistory_content .AboutHistory_content_bottom .content_bottom_dt span:last-child {
        margin-left: 5px;
    }

    .DManagement {
        padding: 35px 0px;
    }

    .BreadCrumbs .BreadCrumbs_top {
        padding-bottom: 20px;
    }

    .BreadCrumbs .BreadCrumbs_top a {
        font-size: 13px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .BreadCrumbs .BreadCrumbs_top a img {
        height: 11px;
        margin-right: 5px;
    }

    .BreadCrumbs .BreadCrumbs_top i {
        margin: 0px 5px;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list {
        display: block;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dd img {
        border-radius: 4px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top {
        padding-bottom: 11px;
        margin-bottom: 11px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dd {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_top .txt_top_dt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px;
        background: url(../images/bn12.svg) no-repeat 0% 8px;
        background-size: 10px;
        letter-spacing: 0;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img,.GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt {
        width: 100%;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt {
        margin-top: 22px;
        display: inline-block;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li {
        margin-bottom: 8px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dt {
        font-size: 16px;
        top: -4px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dd {
        margin-right: 10px;
        width: 15px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_bottom .txt_bottom_li .bottom_li_dd img {
        height: 20px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt {
        left: 10px;
        bottom: 10px;
        font-size: 16px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt span {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_img .list_img_dt img {
        height: 10px;
    }

    .AboutManagement2 .IndexBioDuro_left .AboutManagement_nav {
        display: flex;
        justify-content: space-between;
    }

    .AboutManagement2 .IndexBioDuro_left .AboutManagement_nav a {
        width: 48%;
        line-height: 34px;
        font-size: 16px;
        text-align: center;
        margin-left: 0;
        padding: 0;
        border-radius: 100px;
    }

    .AboutManagement2 .AboutManagement_content {
        justify-content: space-between;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list {
        width: 48%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_img {
        border-radius: 10px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 {
        margin-top: 20px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dd {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .AboutManagement2 .AboutManagement_content .AboutManagement_content_list .content_list_title2 .list_title_dt {
        font-size: 16px;
        letter-spacing: 0;
    }

    .DManagement .DManagement_content {
        flex-wrap: wrap;
    }

    .DManagement .DManagement_content .DManagement_content_left,.DManagement .DManagement_content .DManagement_content_right {
        width: 100%;
    }

    .DManagement .DManagement_content .DManagement_content_left {
        margin-bottom: 20px;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top {
        margin-bottom: 20px;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd {
        font-size: 20px;
        margin-bottom: 15px;
        letter-spacing: 0;
        display: block;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd span {
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dd span {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
        display: inline-block;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_top .right_top_dt {
        font-size: 16px;
        line-height: 26px;
    }

   .DManagement .DManagement_content .DManagement_content_right {
     
       padding:0;
   }

    .DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        margin-bottom: 8px;
    }

    .DManagement .DManagement_content .DManagement_content_right .content_right_bottom .right_bottom_list .bottom_list_txt p:before {
        width: 4px;
        height: 4px;
        top: 11px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list {
        margin-bottom: 25px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dd {
        font-size: 18px;
        margin: 15px 0px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt {
        padding-left: 20px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p {
        font-size: 16px;
        line-height: 26px;
        padding-left: 15px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_dt p:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    .BusinessEthic2 .BusinessEthic_content .BusinessEthic2_list:last-child {
        margin-bottom: 0px;
    }

    .SSolutions .SSolutions_content {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list:first-child,.SSolutions .SSolutions_content .SSolutions_content_list {
        width: 100%;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list:first-child {
        margin-top: 10px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list {
        padding: 10px;
        height: auto;
        margin-top: 10px;
        margin-right: 0px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top {
        margin-bottom: 8px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li {
        font-size: 18px;
        height: 42px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top {
        flex-wrap: wrap;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li:last-child {
        margin-top: 10px;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_bottom {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .SSolutions .SSolutions_content .SSolutions_content_list .content_list_top .list_top_li:nth-child(2) {
        margin-left: 0;
    }

    .Discovery .Discovery_list {
        padding: 35px 0px;
    }

    .Discovery .Discovery_list .Discovery_list_title {
        display: block;
        margin-bottom: 25px;
    }

    .Discovery .Discovery_list .Discovery_list_title .list_title_left,.Discovery .Discovery_list .Discovery_list_title .list_title_right {
        width: 100%;
    }

    .Discovery .Discovery_list .Discovery_list_title .list_title_right {
        margin-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .Discovery .Discovery_list .Discovery_list_title .list_title_left {
        font-size: 20px;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li {
        width: 33.33%;
        margin-right: 0;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_icon img {
        width: 70px;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li .content_li_title {
        font-size: 18px;
        margin-top: 10px;
        line-height: 30px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_con {
        max-width: 86%;
        padding: 35px 0px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dd {
        font-size: 20px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dt {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_more img {
        height: 15px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list:last-child .content_list_con {
        padding-bottom: 0;
        border-bottom: 0px;
    }

    .DDiscovery2 .DDiscovery2_content {
        flex-direction: column;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right {
        width: 100%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title {
        padding: 15px 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dd {
        font-size: 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_title .list_title_dt img {
        width: 10px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list.on {
        border-radius: 5px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down {
        padding: 15px 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_right .content_right_list .right_list_down a {
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left {
        border-right: 0px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top {
        margin-bottom: 25px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_img {
        width: 20%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt {
        width: 75%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dd {
        font-size: 20px;
        line-height: 28px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt .top_txt_dt {
        font-size: 16px;
        line-height: 26px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_title {
        font-size: 20px;
     
        background-size: 10px;
        margin-bottom: 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt a,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt {
        margin-bottom: 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p {
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt p:before {
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea {
        width: 100%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .tablebox .tablea:first-child {
        margin-bottom: 15px;
    }

    .Platform {
        padding: 35px 0px;
    }

    .Platform .pc_all_content {
        max-width: 90%;
    }

    .Platform .Platform_list_li {
        width: 50%;
        margin-bottom: 15px;
        padding: 0px 8px;
    }

    .Platform .Platform_list_li .list_li_title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }

    .Platform .Platform_list_li:nth-child(2) .list_li_title {
        margin-bottom: 15px;
    }

    .Platform .Platform_list_li:nth-child(5) .list_li_title {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .Platform .Platform_list_li .list_li_img {
        border-radius: 8px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt div,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title3,.DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_title4 {
        padding-left: 10px;
        line-height: 24px;
        font-size: 16px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img {
        margin-bottom: 15px;
    }

    .Contact {
        padding: 35px 0px;
    }

    .Contact:before {
        display: none;
    }

    .Contact .pc_all_content {
        display: block;
    }

    .Contact .Contact_left,.Contact .Contact_form {
        width: 100%;
    }

    .Contact .Contact_left {
        padding-right: 0;
    }

    .Contact .Contact_form {
        padding-left: 0;
        margin-top: 25px;
    }

    .Contact .Contact_left .Contact_left_title {
        font-size: 22px;
        line-height: 22px;
        
    }
.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dt b{font-size: 16px!important;}
    .Contact .Contact_left .Contact_left_list {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
.Contact_form .inlines {
    font-size: 14px;
 margin: 0;
}
    .Contact .Contact_left .Contact_left_list .left_list_title {
        font-size: 18px;
        line-height: 18px;
        
    }

    .Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li {
        margin-bottom: 10px;
    }

    .Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dt {
        font-size: 16px;
        line-height: 24px;
        width: calc(100% - 52px);
    }

    .Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li .txt_li_dd {
        width: 34px;
        height: 34px;
    }

    .Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(1) .txt_li_dd img,.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(2) .txt_li_dd img,.Contact .Contact_left .Contact_left_list .left_list_txt .list_txt_li:nth-child(3) .txt_li_dd img {
        height: 15px;
    }

    .Contact .Contact_form .Contact_form_title {
        font-size: 22px;
        line-height: 22px;
        
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_list {
        margin-bottom: 15px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_title span {
        right: -15px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input input {
        height: 45px;
        padding: 0px 15px;
        font-size: 16px;
    }

  
    .Contact .Contact_form .Contact_form_txt .form_txt_list .txt_list_input select {
        height: 45px;
        font-size: 16px;
        padding: 0px 15px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn b {
        font-size: 16px;
        line-height: 26px;
        width: calc(100% - 20px);
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn span {
        width: 10px;
        height: 10px;
        position: relative;
        top: 7px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_label .txt_label_btn span:before {
        width: 5px;
        height: 5px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_Submit {
        margin-top: 10px;
    }

    .Contact .Contact_form .Contact_form_txt .form_txt_Submit input {
        width: 135px;
        height: 38px;
        font-size: 18px;
    }

    .IndexCareers2 {
        background: url(../images/bg66.jpg) no-repeat 50%/cover;
        position: relative;
    }

    .IndexCareers2 .pc_all_content {
        background: none;
        padding: 35px 0px;
    }

    .IndexCareers2 .pc_all_content:before {
        display: none;
    }

    .IndexCareers2:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: rgba(25,51,94,.6);
        position: absolute;
        left: 0;
        top: 0;
    }

    .CareerS .CareerS_top {
        width: 100%;
        padding: 40px 20px;
    }

    .CareerS {
        padding-top: 35px;
        padding-bottom: 0px;
    }

    .CareerS .CareerS_bottom {
        align-items: flex-start;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left {
        margin-bottom: 25px;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dd {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left .bottom_left_dt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .CareerS .CareerS_top:before {
        width: 28px;
        height: 21px;
        background-size: 25px;
        top: -10px;
        right: -10px;
    }

    .CareerS .CareerS_top .CareerS_top_img {
        width: 30%;
    }

    .CareerS .CareerS_top .CareerS_top_txt {
        width: 65%;
    }

    .CareerS .CareerS_top .CareerS_top_txt {
        margin-top: 0px;
        padding-top: 0;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dd {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 22px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_dd img {
        left: -10px;
        top: -10px;
        height: 10px;
    }

    .CareerS .CareerS_top .CareerS_top_txt .top_txt_p {
        font-size: 16px;
        margin-top: ;
    }

    .CareerS .CareerS_top:after {
        width: 35px;
        height: 24px;
        background-size: 35px;
        bottom: -23px;
    }

    .CareerS .CareerS_top {
        border: 0.7px solid #99a8e3;
        border-bottom: 0px;
    }

    .CareerS .CareerS_top_icon {
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .CareerS2 {
        margin-top: 35px;
    }

    .CareerS2 .CareerS2_left,.CareerS2 .CareerS2_right {
        width: 100%;
    }

    .CareerS2 .CareerS2_right {
        padding: 20px;
    }

    .CareerS2 .CareerS2_right .CareerS2_right_dd {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .CareerS2 .CareerS2_right .CareerS2_right_dt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 18px;
    }

    .CareerS2 .CareerS2_right .CareerS2_right_dt p:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    .CareerS3 .CareerS3_content {
        margin-top: 25px;
        margin-bottom: -20px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_txt {
        font-size: 16px;
        line-height: 24px;
        width: calc(100% - 60px);
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon {
        width: 40px;
        height: 40px;
    }

    .CareerS3 .CareerS3_content .CareerS3_content_list .content_list_icon img {
        height: 18px;
    }

    .Perks .Perks_content {
        margin-top: 25px;
    }

    .Perks .Perks_content .Perks_content_list {
        width: 49%;
        padding: 15px;
        margin-bottom: 2%;
    }

    .Perks .Perks_content .Perks_content_list .content_list_icon span img {
        height: 18px;
    }

    .Perks .Perks_content .Perks_content_list .content_list_txt {
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
    }

    .Perks .Perks_content .Perks_content_list.on {
        font-size: 18px;
    }

    .News {
        padding: 35px 0px;
    }

    .News .News_top {
        display: block;
        margin-bottom: 30px;
    }

    .News .News_top .News_top_form,.News .News_top .News_top_nav {
        width: 100%;
    }

    .News .News_top .News_top_nav {
        margin-top: 22px;
        justify-content: space-between;
    }

    .News .News_top .News_top_form input[type="text"] {
        line-height: 45px;
        width: calc(100% - 40px);
    }

    .News .News_top .News_top_form input[type="submit"] {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .News .News_top .News_top_nav {
        flex-wrap: wrap;
        margin-bottom: -2%;
    }

    .News .News_top .News_top_nav a {
        width: 49%;
        height: 40px;
        font-size: 16px;
        border-radius: 100px;
        margin-right: 0px;
        margin-bottom: 2%;
    }

    .News .News_content .News_content_top {
        flex-direction: column-reverse;
    }

    .News .News_content .News_content_top .content_top_left,.News .News_content .News_content_top .content_top_right {
        width: 100%;
    }

    .News .News_content .News_content_top .content_top_left {
        margin-top: 20px;
    }

    .News .News_content .News_content_top .content_top_right img {
        height: auto;
    }

    .News .News_content .News_content_top .content_top_right {
        border-radius: 5px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_title {
        font-size: 18px;
        line-height: 28px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom {
        margin-top: 20px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_time {
        font-size: 16px;
    }

    .News .News_content .News_content_top .content_top_left .top_left_bottom .left_bottom_icon img {
        height: 10px;
    }

    .News .News_content .News_content_bottom .content_bottom_list {
        margin-top: 25px;
        padding-top: 25px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 22px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con {
        justify-content: space-between;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li {
        width: 49%;
        margin-right: 0px;
        padding: 11px;
        border-radius: 5px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_title {
   
        margin-bottom: 20px;
    }

    .News .News_content .News_content_bottom .content_bottom_list.on .bottom_list_con .list_con_li .con_li_time span {
        font-size: 16px;
        margin-right: 10px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt .li_txt_dd {
        font-size: 16px;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li .con_li_txt .li_txt_dt img {
        height: 10px;
    }

    .News2 .News_top {
        margin-bottom: 0px;
    }

    .News2 .News2_content .News2_content_list .content_list_con {
        padding: 20px 0px;
        max-width: 86%;
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_txt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .News2 .News2_content .News2_content_list .content_list_con .content_list_time {
        font-size: 16px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt {
        font-size: 16px;
        color: #333333;
        letter-spacing: -0px;
        margin-bottom: 10px;
        line-height: 26px;
        position: relative;
        letter-spacing: -0px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt img {
        max-width: 100%;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p {
        font-size: 16px;
        color: #333333;
        letter-spacing: -0px;
        margin-bottom: 10px;
        line-height: 26px;
        position: relative;
        padding-left: 18px;
        letter-spacing: -0px;
        /*1margin-left:18px;*/
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red {
        color: red;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.color-red:before {
        background: red;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt div {
        font-size: 16px;
        color: #333333;
        letter-spacing: -0px;
        margin-bottom: 0px;
        line-height: 26px;
        position: relative;
        padding-left: 18px;
        letter-spacing: -0px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dd p:before {
        content: "";
        background: #fff;
        border: 1px solid #666;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt .list_txt_dt p:before {
        content: "-";
        background: #fff;
        color: #666;
        background: none;
        border: 0;
        top: 0;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #333333;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.on:before {
        display: none;
    }

    .DNews_bottom .DNews_bottom_content .bottom_list_txt p.p_dd {
        margin-top: 20px;
        font-size: 18px;
        color: #333;
    }

    .BreadCrumbs {
        padding-top: 35px;
    }

    .DNews_top {
        padding-bottom: 25px;
    }

    .DNews_top .DNews_top_content .top_content_title {
        font-size: 22px;
        line-height: 28px;
    }

    .DNews_top .DNews_top_content .top_content_txt {
        margin-top: 15px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dd {
        font-size: 16px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dt {
        font-size: 16px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a {
        width: 28px;
        height: 28px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a:nth-child(1),.DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a:nth-child(2) {
        background-size: 28px;
    }

    .DNews_top .DNews_top_content .top_content_txt .content_txt_dt .share a {
        margin-left: 12px;
    }

    .DNews_bottom {
        padding: 30px 0px;
    }

    .DNews_bottom .DNews_bottom_content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

  

    .DNews_bottom .DNews_bottom_page {
        margin-top: 25px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .DNews_bottom .DNews_bottom_page a {
        width: 49%;
        height: 42px;
        margin-right: 0px;
        font-size: 16px;
        margin-bottom: 2%;
    }

    .Footer .Footer_bottom .Footer_bottom_left .bottom_left_share a .left_share_down {
        width: 80px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a {
        width: 53px;
        height: 32px;
        margin-right: 10px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list .content_list_txt .list_txt_icon a img {
        height: 25.008px;
        max-width: 32.010239999999996px;
    }

    .pc_show {
        display: none;
    }

    .mo_show {
        display: block;
    }

    .DManagement .DManagement_content .DManagement_content_left img {
        width: auto;
        max-width: 100%;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt div table {
        max-width: 100% !important;
    }

    .DBanner .DBanner_img img {
        width: 100%;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav {
        padding: 0px 0px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .arrow {
        display: none;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav ul {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_img {
        width: 25%;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_img img {
        height: 90px;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_right {
        width: 70%;
    }

    .Events .News2_content .News2_content_list .content_list_con .content_list_title span {
        font-size: 16px;
        line-height: 26px;
        margin-left: 18px;
        padding: 0px 5px;
        border-radius: 80px;
    }

    .Events .News2_content .News2_content_list .content_list_con .content_list_txt {
        margin-bottom: 0px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dd {
        font-size: 20px;
        line-height: 30px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dd span {
        font-size: 16px;
        line-height: 26px;
        margin-left: 18px;
        padding: 0px 5px;
        border-radius: 80px;
        top: 0;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt {
        margin-top: 20px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list {
        font-size: 16px;
        margin-right: 25px;
        margin-bottom: 14px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list span {
        margin-right: 10px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list a {
        font-size: 16px;
        border-bottom: 1px solid #146ec8;
        word-break: break-all;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_btn {
        font-size: 16px;
        padding: 0px 15px;
        margin-top: 35px;
        line-height: 38px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_btn img {
        margin-right: 8px;
        height: 20px;
        position: relative;
        top: -2px;
    }

    .DEvents_content .DEvents_content_top .content_top_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .DEvents_content .DEvents_content_top .content_top_txt .top_txt_img {
        width: 45px;
        height: 45px;
    }

    .DEvents_content .DEvents_content_top .content_top_txt .top_txt_img img {
        height: 45px;
    }

    .DEvents_content .DEvents_content_top .content_top_txt .top_txt_right {
        width: calc(100% - 55px);
    }

    .DEvents_content .DEvents_content_top .content_top_txt .top_txt_right .txt_right_dd {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .DEvents_content .DEvents_content_top .content_top_txt .top_txt_right .txt_right_dt {
        font-size: 16px;
    }

    .DEvents_content .DEvents_content_bottom {
        margin-top: 22px;
        padding-top: 22px;
        border-top: 1px solid rgba(121,121,121,.4);
    }

    .DEvents_content .DEvents_content_bottom .content_bottom_dd {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .DEvents_content .DEvents_content_bottom .content_bottom_dt p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .download .download_content {
        width: 90%;
        height: 50%;
    }

    .download .download_content_form {
        width: 100%;
        height: 100%;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list {
        border-radius: 8px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_txt img {
        object-fit: cover;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt div.tab {
        padding-left: 0px;
        overflow: auto;
    }

    table tr td {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    table tr:nth-child(1) td {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .IndexBioPlatform {
        overflow: hidden;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-next, .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .swiper-button-prev {
        top: 25%;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -30px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -30px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 .txt_img3_dt {
        margin-top: 10px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .bottom_list_txt .list_txt_img.list_txt_img3 .txt_img3_dt span {
        font-size: 16px;
    }

    .News .News_top .News_top_form input[type="text"] {
        font-size: 16px;
    }

  

    .DSEARCH input::-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #b4b4b4;
        font-size: 16px;
    }

    .DSEARCH input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #b4b4b4;
        font-size: 16px;
    }

    .DSEARCH input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #b4b4b4;
        font-size: 16px;
    }

    .DSEARCH input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b4b4b4;
        font-size: 16px;
    }

    .DSEARCH input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b4b4b4;
        font-size: 16px;
    }

    .News3 input::-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #333333;
        font-size: 16px;
    }

    .News3 input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #333333;
        font-size: 16px;
    }

    .News3 input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #333333;
        font-size: 16px;
    }

    .News3 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333333;
        font-size: 16px;
    }

    .News3 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333333;
        font-size: 16px;
    }

    .News3 .News3_top {
        border-bottom: 1px solid #9d9ea0;
        padding-bottom: 15px;
        display: block;
    }

    .News3 .News3_top .News3_top_left {
        font-size: 16px;
    }

    .News3 .News3_top .News3_top_form .top_form_left {
        border-radius: 8px;
        border: 1px solid rgba(121,121,121,.43);
        width: 100%;
    }

    .News3 .News3_top .News3_top_form {
        width: 100%;
        margin-top: 20px;
    }

    .News3 .News3_top .News3_top_form .top_form_left input[type="text"] {
        width: 80%;
        height: 40px;
        padding: 0px 14px;
    }

    .News3 .News3_top .News3_top_form .top_form_left input[type="submit"] {
        width: 20%;
        height: 42px;
        background-size: 22px;
    }

    .layui-laypage {
        margin-top: 50px;
    }

    .layui-laypage-curr,.layui-laypage i,.layui-laypage a {
        font-size: 14px;
        height: 30px;
        margin: 0 6px;
        width: 30px;
        line-height: 30px;
    }

    .layui-laypage-disabled {
        font-size: 14px;
        height: 30px;
        margin: 0 6px;
        width: 30px;
    }

    .layui-laypage-curr em, .layui-laypage-disabled em,.layui-laypage-curr.layui-laypage .layui-icon-left, .layui-laypage .layui-icon-right {
        font-size: 16px;
    }

    .BusinessEthic2padding .BusinessEthic_content .BusinessEthic2_list .BusinessEthic2_list_txt p {
        margin-bottom: 15px;
    }

    .AboutHistory .AboutHistory_content .swiper-wrapper {
        left: 0px;
    }

    .DEvents_online .DEvents_top_content .top_content_left .content_left_dt {
        margin-top: 15px;
    }

    .DEvents_online .DEvents_top_content .top_content_left .content_left_p {
        margin-top: 25px;
    }

    .DEvents_content2 .DEvents_content_top .content_top_txt p img {
        width: auto !important;
        height: auto !important;
    }
}

@media screen and (max-width: 950px) {
    @supports (bottom: env(safe-area-inset-bottom)) {
        body,.Dpo {
            padding-bottom: constant(safe-area-inset-bottom);
            padding-bottom: env(safe-area-inset-bottom);
        }
    }
  .inn-banner .en {
	    font-size: 36px;
	  }
	  .inn-banner .cn {
		  font-size:28px;  
	   }	
	.inn-banner .img img {
	    min-height: 300px;
	}   
	.left_bottom_page .bottom_page_left {
	    width: 100%;
	}
.left_bottom_page .bottom_page_right {
	margin-top: 30px;
	    width: 100%;
	}
	.left_bottom_page .bottom_page_right a {
	    width: 100%;
	}   
.fieldlist .field-box ul li {
      flex-direction: column;
}
.fieldlist .field-box ul li .field-img {
    width:100%;
    margin-right: 0;
}
.fieldlist .field-box ul li .field-txt {
    width: 100%;
    margin-left:0;
	margin-top: 0;
}
.xx_dh {
    margin: 25px 0;
}
.fieldlist .field-box ul li .field-txt p {
    -webkit-line-clamp: initial;
}
	.fieldlist .field-box ul li {
	    width: 100%;
	    margin-bottom: 25px;
	    display: flex;
	    background: #ecf5fb;
		height: 100%;
	    padding: 50px;
	    align-items: center;
	  max-height: inherit;
	}
	.fieldlist .field-box ul li:nth-child(even) .field-img {
	 order: 1;
	}
	.fieldlist .field-box ul li:nth-child(even) .field-txt {
	  order: 2;
	}
	.fieldlist .field-box ul li:nth-child(even)
	{
	    background: #ecf5fb;
	}
	.ec_b_1 a {
	    width: 155px;
	    height: 45px;
	    border-radius: 50px;
	    display: block;
	    line-height: 40px;
	    text-align: center;
	    color: #014099;
	    font-size: 14px;
	    letter-spacing: 1px;
	    border: 2px solid #014099;
	    font-weight: 500;
	}
}

@media screen and (max-width: 767px) {
	.fieldlist .field-box ul li {
	    margin-bottom: 30px;
	    padding: 10px 30px 40px 30px;
	}
	.fieldlist {
	    margin: 40px 0;
	}
	.fieldlist .field-box ul li .field-img img {
	    transition: 1s;
	    -webkit-transition: 1s;
	    -moz-transition: 1s;
	    max-height: inherit;

	}
	.fieldlist .field-box ul li .field-txt h1 {
	    font-size: 20px;
		margin: 20px 0;
	}
	.ss {
	    font-size: 20px;
	}
	.text-centers {
	    font-size: 18px;
	}
	.News2 .News2_content .News2_content_list .content_list_con .content_list_txt {
	    font-size: 14px;
	}
	.News2 .News2_content .News2_content_list .content_list_con .content_list_title {
	    font-size: 18px;
	    line-height: 28px;
	}
	.DNews_bottom .DNews_bottom_content img {
	    max-width: 100%;
		width: auto!important;
		height: auto!important;
	}
.Footer .Footer_bottom{display: block;}	
.Footer .Footer_bottom .Footer_bottom_left h3 {
    font-size: 18px;
}
.Footer .Footer_bottom .Footer_bottom_left {
    margin-bottom: 35px;
}
.ldsdbdyj ul li a {
    padding:20px;
}
.zh16 {
    font-size: 14px;
}
.ldsdbdyj {
    position:relative;
}
.IndexBioDuro .IndexBioDuro_left .IndexBioDuro_left_title .left_title_dt {
    font-size: 20px;
}
.wxgzh{text-align: center;}
.banTxt p {
	    font-size: 20px;
		margin-top: 10px;
	}
.banTxt h3 {
    font-size: 16px;
}	
.IndexBioDuro .IndexBioDuro_right.video em {
    width: 60px;
    height: 60px;
}
  .inn-banner .img img {
    min-height: 180px;
  }
  .inn-banner .en {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .inn-banner .cn {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
    .DBanner .DBanner_img img {
        width:100%;
        height: 300px;
        object-fit: cover;
    }

    .DBanner .DBanner_txt {
        font-size: 20px;
    }
.Banner .swiper-pagination {
    bottom: 15px;
}	
.Banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
}

@media screen and (max-width: 475px) {
    .Investor .Investor_right .Investor_right_top {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }

    .Investor .Investor_right .Investor_right_top .right_top_list {
        width: 50%;
        margin-bottom: 20px;
    }

    .Product .Product_nav a {
        font-size: 15px;
        padding: 0px 5px;
    }

    .DBanner .DBanner_title {
        padding: 0px 8%;
        padding-top: 40px;
    }

    .m-header-nav .sp_header {
        padding: 0px 10%;
    }

    .IndexBioDuro .pc_all_content,.pc_all .pc_all_content {
        max-width: 86%;
        padding: 0;
    }

    .Platform .pc_all_content {
        max-width: 90%;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn {
        margin-top: 30px;
    }

    .GlobalPresence .GlobalPresence_content .GlobalPresence_content_list {
        width: 100%;
    }

    .CareerS .CareerS_top {
        display: block;
    }

    .CareerS .CareerS_top {
        width: 100%;
        padding: 20px;
    }

    .CareerS .CareerS_top .CareerS_top_img,.CareerS .CareerS_top .CareerS_top_txt {
        width: 100%;
        padding-top: 0;
    }

    .CareerS .CareerS_top .CareerS_top_txt {
        margin-top: 25px;
    }

    .CareerS .CareerS_bottom {
        display: block;
    }

    .CareerS .CareerS_bottom .CareerS_bottom_left,.CareerS .CareerS_bottom .CareerS_bottom_right {
        width: 100%;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_con {
        max-width: 86%;
        display: block;
        padding: 35px 0px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_img,.DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt {
        width: 100%;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_img {
        width: 100px;
        margin-bottom: 25px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dd {
        font-size: 20px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_dt {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list .content_list_txt .list_txt_more img {
        height: 15px;
    }

    .DDiscovery .DDiscovery_content .DDiscovery_content_list:last-child .content_list_con {
        padding-bottom: 0;
        border-bottom: 0px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top {
        margin-bottom: 25px;
        display: block;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_img {
        width: 100px;
        margin-bottom: 20px;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_top .left_top_txt {
        width: 100%;
    }

    .pc_banner {
        display: none;
    }

    .ipad_banner {
        display: none;
    }

    .iphone_banner {
        display: block;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_img img {
        height: auto;
        width: 100%;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
    }

    .Events .News2_content .News2_content_list .content_list_con {
        display: block;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_img,.Events .News2_content .News2_content_list .content_list_con .list_con_right {
        width: 100%;
    }

    .Events .News2_content .News2_content_list .content_list_con .list_con_right {
        margin-top: 25px;
    }

    .Events .News2_content .News2_content_list .content_list_con .content_list_txt {
        justify-content: space-between;
        display: block;
    }

    .Events .News2_content .News2_content_list .content_list_con .content_list_txt span {
        margin-right: 0;
        display: inline-block;
        width: 100%;
    }

    .DEvents_top .DEvents_top_content {
        flex-direction: column-reverse;
    }

    .DEvents_top .DEvents_top_content .top_content_right {
        padding: ;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .DEvents_top .DEvents_top_content .top_content_left,.DEvents_top .DEvents_top_content .top_content_right {
        width: 100%;
    }

    .DEvents_top .DEvents_top_content .top_content_left {
        margin-top: 25px;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_btn {
        display: flex;
        align-items: center;
        line-height: normal;
        border-radius: 8px;
        padding: 8px 15px;
        justify-content: center;
    }

    .DEvents_content .DEvents_content_bottom .content_bottom_dt p {
        line-height: 26px;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_txt img {
        height: 180px;
        object-fit: cover;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide.swiper-slide-thumb-active:before {
        display: none;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_nav .swiper-slide {
        padding: 0;
    }

    .DDiscovery2 .DDiscovery2_content .DDiscovery2_content_left .content_left_bottom .left_bottom_list .list_txt_img img {
        max-width: 100% !important;
    }

    .IndexBioPlatform .IndexBioPlatform_content .IndexBioPlatform_content_img .content_img_list .img_list_title br {
        display: none;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po {
        background: #fff;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_title, .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_txt .po_txt_list, .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_nav .po_nav_list {
        color: #222;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_btn {
        color: #222;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list:hover .content_list_po .list_po_btn {
        color: #fff;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list {
        border: 1px solid #0d2481;
        border-radius: 8px;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img {
        opacity: 1;
    }

    .IndexFully .IndexFully_content .IndexFully_content_list .content_list_po .list_po_icon img:last-child {
        opacity: 0;
    }

    .manufacturing .manufacturing_top {
        display: block;
    }

    .manufacturing .manufacturing_top .manufacturing_top_left,.manufacturing .manufacturing_top .manufacturing_top_right {
        width: 100%;
    }

    .manufacturing .manufacturing_top .manufacturing_top_right {
        margin-top: 20px;
    }

    .manufacturing .manufacturing_top .manufacturing_top_left .top_left_txt video {
        width: 100%;
    }

    .manufacturing .manufacturing_top {
        margin-bottom: 40px;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list {
        flex-wrap: wrap;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li {
        width: 100%;
        margin-bottom: 35px;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li:last-child {
        margin-bottom: 0px;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list .bottom_list_li .list_li_title {
        height: auto;
        margin-bottom: 10px;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt {
        display: block;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt .list2_txt_li {
        width: 100%;
    }

    .manufacturing .manufacturing_bottom .manufacturing_bottom_list2 .bottom_list2_txt .list2_txt_li:last-child {
        margin-left: 0;
    }

    .CareerS2 {
        display: block;
    }

    .News .News_content .News_content_bottom .content_bottom_list .bottom_list_con .list_con_li {
        width: 100%;
        margin-bottom: 18px;
    }

    .DBanner .DBanner_title .DBanner_title_dt {
        max-width: 100%;
    }

    .Discovery .Discovery_list .Discovery_list_content .list_content_li {
        width: 49%;
        margin-right: 0;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list {
        display: flex;
    }

    .DEvents_top .DEvents_top_content .top_content_left .content_left_dt .left_dt_list a {
        width: calc(100% - 65px);
    }

    .DEvents_content .DEvents_content_bottom .content_bottom_dd {
        line-height: 30px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
