@charset "utf-8";
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    border: none;
    outline: medium;
    font-family: 微软雅黑;
}

* {
    font-family: 微软雅黑;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 微软雅黑;
    background: #fff;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
}

.logo {
    background-color: #ffffff;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 19px 0 13px;
    font-size: 30px;
    color: #6c1f75;
    font-family: Impact;
}
.logo a{
    color: #6c1f75;
    font-weight: bold;
}

.nav {
    height: 51px;
    background-color: #6c1f75;
}

.nav ul {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav ul li {
    list-style-type: none;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 49px;
    width: 12.5%;
    font-weight: bold;
}

.nav ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 0 6px;
    border-bottom: 2px solid #6c1f75;
}

.nav ul li.on a {
    border-bottom: 2px solid #ffffff;
}

.banner {
    font-size: 0;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #6c1f75;
}

.header_m {
    display: none;
}

.header_m1 {
    overflow: hidden;
    padding: 9px;
}

.logo_m {
    width: 40%;
    float: left;
    font-size: 0;
    margin-top: 5px;
}

.icon_m {
    width: 9%;
    float: right;
    font-size: 0;
}

.menu_m {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #6c1f75;
    padding: 23px 7% 0;
}

.menu_m1 {
    width: 77%;
}

.menu_m2 {
    margin-top: 20px;
}

.menu_m2 ul {

}

.menu_m2 ul li {
    list-style-type: none;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    padding-left: 6%;
}

.menu_m2 ul li a {
    color: #fff;
}

.menu_m2 ul li a img {
    margin-right: 9px;
    vertical-align: middle;
}

.menu_m3 {
    overflow: hidden;
    margin-top: 36px;
    background-color: rgba(255, 255, 255, 0.21);
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.menu_m3 a {
    color: #fff;
}

.menu_m3 a img {
    vertical-align: middle;
    width: 25px;
    margin-right: 10px;
}

.main {
    background-color: #efefef;
    padding: 36px 0 46px;
}

.main1 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.intro {
    padding: 17px 17px 22px 18px;
    background-color: #ffffff;
    zoom: 1;
    position: relative;
}

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

.intro_left {
    float: left;
    font-size: 0;
    width: 358px;
}

.intro_right {
    float: right;
    width: calc(100% - 380px);
}

.intro_right1 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 27px;
    text-indent: 2rem;
}

.intro_right2 {
    margin-top: 45px;
}

.intro_right3 {
    display: inline-block;
    width: 244px;
    height: 62px;
    background-color: #c4d7e9;
    margin-right: 16px;
    line-height: 62px;
    font-size: 20px;
    text-align: center;
}

.intro_right3:last-child {
    margin-right: 0;
}

.intro_right4 {
    position: relative;
}

.intro_img1 {
    display: none;
}

.intro_right4 code {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    position: relative;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #6c1f75;
}

.intro_right4 code img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.intro_right5 {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding-top: 3px;
    font-size: 0;
}

.intro_right6 {
    display: none;
    position: absolute;
    z-index: 9;
    width: calc(100% - 35px);
    left: 18px;
    margin-top: 27px;
    background-color: #6c1f75;
    padding: 20px 32px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 33px;
    text-indent: 2rem;
    text-align: left;
}

.intro_right4:hover {
    background-color: #6c1f75;
    color: #ffffff;
}

.intro_right3:hover code {
    background-color: #ffffff;
}

.intro_right3:hover .intro_img {
    display: none;
}

.intro_right3:hover .intro_img1 {
    display: block;
}

.intro_right3:hover .intro_right5 {
    display: block;
}

.intro_right3:hover .intro_right6 {
    display: block;
}

.case {
    margin-top: 108px;
    background-color: #ffffff;
    padding: 36px 27px 45px;
}

.case1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 64px;
}

.case2 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.case2 span {
    color: #6c1f75;
    font-weight: bold;
}

.footer {
    background-color: #141414;
}

.footer1 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 0 32px;
    overflow: hidden;
}

.footer2 {
    float: left;
    font-size: 0;
    margin-top: 18px;
}

.footer3 {
    float: right;
}

.footer4 {
    margin-top: 14px;
    font-size: 14px;
    color: #999999;
}

.footer4 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.footer4 span img {
    display: inline-block;
    vertical-align: middle;
}

.footer4 b {
    font-size: 16px;
    color: #ffffff;
}

.beian {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    border-top: 1px solid rgba(49, 48, 48, 0.6);
}

.research {
    background-color: #efefef;
    padding: 1px 0 50px;
}

.research1 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 14px 20px 120px;
}

.address {
    font-size: 14px;
    color: #999999;
}

.address img {
    display: inline-block;
    vertical-align: middle;
}

.address a {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}

.address a.on {
    color: #333333;
}

.research_title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: 24px;
}

.research_font {
    font-size: 16px;
    color: #333333;
    margin-top: 24px;
}

.research2 {
    margin-top: 30px;
}

.research2 ul {
    overflow: hidden;
}

.research2 ul li {
    list-style-type: none;
    float: left;
    width: 24.1%;
    margin-right: 1.2%;
}

.research2 ul li:nth-child(4n) {
    margin-right: 0;
}

.research3 {
    font-size: 0;
}

.research3 img {
    width: 100%;
    height: 233px;
}

.research4 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    margin-top: 14px;
    height: 72px;
}

.team {
    margin-top: 40px;
    overflow: hidden;
}

.team_left {
    float: left;
    font-size: 0;
    width: 495px;
}

.team_right {
    float: right;
    width: calc(100% - 520px);
    text-align: justify;
}

.team_right1 {
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    margin-top: 12px;
}

.team_right2 {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    margin-top: 30px;
}

.team1 {
    margin-top: 49px;
    border-bottom: 10px solid #eeeeee;
}

.team1 span {
    display: inline-block;
    border-bottom: 10px solid #6c1f75;
    padding-bottom: 19px;
    line-height: 1;
    margin-bottom: -10px;
    padding-left: 5px;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.team2 {

}

.team2 ul {
    overflow: hidden;
}

.team2 ul li {
    list-style-type: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
}

.team2 ul li:nth-child(3n) {
    margin-right: 0;
}

.team3 {
    font-size: 0;
}

.team3 img {
    height: 234px;
}

.team4 {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-top: 18px;
}

.team5 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

.team6 {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 12px;
}

.inner_banner {
    font-size: 0;
    text-align: center;
}

.appear1 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.appear2 {
    margin-top: 60px;
}

.appear2 ul {
    overflow: hidden;
}

.appear2 ul li {
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.appear3 {
    float: left;
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    margin-top: 12px;
}

.appear4 {
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    font-family: Arial;
    width: calc(100% - 250px);
}

.appear4 a {
    color: #0006ff;
    text-decoration: underline;
}

.appear4 p {
    margin-bottom: 16px;
}

.press {

}

.press ul {
    overflow: hidden;
}

.press ul li {
    list-style-type: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 96px;
}

.press ul li:nth-child(3n) {
    margin-right: 0;
}

.press1 {
    font-size: 32px;
    color: #000000;
}

.press2 {
    font-size: 21px;
    color: #000000;
    line-height: 30px;
    margin-top: 36px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #808080;
}

.press3 {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-top: 6px;
}

.press4 {
    font-size: 15px;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
}

.press5 {
    font-size: 0;
    margin-top: 16px;
}

.press5 img {
    height: 280px;
}

.page {
    text-align: center;
    margin-top: 66px;
    margin-bottom: 36px;
}

.page li {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dddcd8;
    padding: 0 9px;
    font-size: 16px;
    color: #5e5e5e;
    margin: 0 3px;
}

.page .active {
    background-color: #6c1f75;
    border: 1px solid #6c1f75;
    color: #ffffff;
}

.news {
    font-size: 31px;
    color: #6c1f75;
    padding-left: 17px;
    border-left: 5px solid #f2d000;
    margin-top: 32px;
}

.news1 {
    margin-top: 36px;
}

.news1 ul li {
    list-style-type: none;
    overflow: hidden;
    margin-top: 14px;
}

.news_left {
    float: left;
    font-size: 0;
    width: 321px;
}

.news_right {
    float: left;
    width: calc(100% - 321px);
    padding: 36px 28px 18px;
}

.news_right1 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 146px;
    height: 26px;
    line-height: 26px;
    background-color: #6c1f75;
}

.news_right2 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_right3 {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news1 ul li:hover {
    background-color: #eeeeee;
}

.news_deta {
    padding: 0 30px;
    margin: 30px 0 240px;
}

.news_deta1 {
    width: 192px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #6c1f75;
    color: #ffffff;
    font-size: 18px;
}

.news_deta2 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
    text-indent: 28px;
    text-align: justify;
}

.news_deta3 {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.news_deta3 img {
    display: block;
    margin: 0 auto 20px;
}

.labLife ul {
    overflow: hidden;
}

.labLife ul li {
    list-style-type: none;
    float: left;
    font-size: 0;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 30px;
}

.labLife ul li:nth-child(4n) {
    margin-right: 0;
}

.labLife_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 96;
    background-color: rgba(255, 255, 255, 0.8);
}

.labLife_tc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 660px;
}

.labLife_tc2 {
    position: relative;
    width: 100%;
    font-size: 0;
}

.labLife_tc2 .swiper-container img {
    width: 100%;
}

.labLife_left {
    font-size: 0;
    position: absolute;
    right: 105%;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.labLife_right {
    font-size: 0;
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.labLife_close {
    position: absolute;
    right: -90px;
    top: -80px;
    font-size: 0;
    width: 45px;
}

.joinus {
    margin-top: 16px;
}

.joinus ul li {
    list-style-type: none;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 30px 30px 20px 55px;
    margin-top: 28px;
}

.joinus1 {
    float: left;
    font-size: 18px;
    color: #6c1f75;
    line-height: 29px;
    font-weight: bold;
    width: 255px;
}

.joinus2 {
    float: right;
    width: 770px;
}

.joinus3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.joinus3 span {
    display: inline-block;
    min-width: 45%;
    margin-bottom: 10px;
}

.joinus3 span code {
    font-weight: normal;
}

.joinus4 {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.join_deta {
    background-color: #f2f2f2;
    margin-top: 32px;
    padding: 36px 27px 66px;
    margin-bottom: 100px;
}

.join_deta1 {
    font-size: 24px;
    color: #6c1f75;
    line-height: 1;
}

.join_deta2 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc;
}

.join_deta2 span {
    /*font-weight: bold;*/
}

.join_deta3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

.join_deta4 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-indent: 28px;
    margin-top: 10px;
}

.join_deta5 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-indent: 42px;
}

.join_deta6 {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-indent: 28px;
    margin-top: 10px;
    margin-top: 32px;
}

.join_deta6 a {
    color: #0e3cc0;
    font-weight: bold;
}




  






