body {
    font-size: 15px
}

.container {
    max-width: 1300px;
    margin: 0 auto
}

.inner-iframe iframe {
    height: 700px;
    width: 100%
}

.news-pages.mobile-news-pages {
    display: none
}

.news-pages {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.news-pages li {
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #F4F4F4;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #9A9898
}

.news-pages li a {
    color: #9A9898
}

.news-pages li.thisclass {
    background: #00A5AD;
    border: 1px solid #00A5AD;
    color: #fff
}

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px
}

header .header .logo a img {
    width: 100px
}

header .header .mobile-search {
    display: none
}

header .header .mobile-report {
    display: none
}

header .header #cssmenu {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #112996
}

header .header #cssmenu .search {
    position: relative;
    padding: 0 25px;
    text-align: right
}

header .header #cssmenu .search .name {
    line-height: 90px;
    display: inline-block;
    width: 30px
}

header .header #cssmenu .search .box {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: -62px;
    padding: 10px;
    background: #fff;
    z-index: 20;
    display: none
}

header .header #cssmenu .search .box input {
    width: 100%;
    line-height: 42px;
    border: 0
}

header .header #cssmenu .search .box .sub {
    position: absolute;
    background-image: url(../image/search.png);
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    background-size: cover;
    right: 12px;
    top: 17px
}

header .header .lang {
    background: #0657A5;
    width: 120px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    z-index: 2000
}

header .header .lang span {
    cursor: pointer;
    display: inline-block
}

header .mobile-head {
    display: none;
    justify-content: space-between
}

footer {
    background-color: #0657A5;
    padding-top: 90px;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative
}

footer:after {
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    position: absolute;
    opacity: 0.1
}

footer .footer_top {
    align-items: flex-start;
    z-index: 20;
    position: relative;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

footer .footer_top .footer-nav .name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 18px
}

footer .footer_top .footer-nav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    padding: 7px 0;
    display: block
}

footer .footer_top .footer-nav.service-tel {
    color: #fff
}

footer .footer_top .footer-nav.service-tel .time {
    line-height: 2;
    padding: 7px 0;
    white-space: nowrap
}

footer .footer_top .footer-nav.service-tel .tel a {
    color: #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px
}

footer .footer_top .footer-nav.service-tel .tel a:hover {
    opacity: 0.8
}

footer .footer_bottom {
    align-items: flex-start;
    z-index: 20;
    position: relative;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #215F9B;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

footer .footer_bottom .footer-logo a img {
    width: 110px
}

footer .footer_bottom .footer-link ul {
    display: flex
}

footer .footer_bottom .footer-link ul li {
    padding: 0 5px;
    color: #fff
}

footer .footer_bottom .footer-link ul li a {
    color: #fff
}

footer .footer_bottom .footer-copyright a {
    color: #fff
}

.home .module-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 50px
}

.home .module-title .en {
    color: #112996;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.home .module-title .cn {
    color: #031B4E;
    font-size: 40px;
    font-weight: 400
}

.home .broadcast {
    background: #F4F4F4;
    height: 60px;
    overflow: hidden
}

.home .broadcast .broadcast-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

.home .broadcast .broadcast-row .row-left {
    display: flex;
    align-items: center;
    flex: 1;
    width: 0;
    padding-right: 30px
}

.home .broadcast .broadcast-row .row-left .row-news {
    color: #031b4e;
    height: 25px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.home .broadcast .broadcast-row .row-left .row-news .news_li {
    line-height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100%
}

.home .broadcast .broadcast-row .row-left .row-news .news_li li {
    display: flex
}

.home .broadcast .broadcast-row .row-left .row-news .news_li li a {
    color: #031b4e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.home .broadcast .broadcast-row .row-left .row-news .news_li li span {
    flex-shrink: 0;
    width: 120px;
    display: inline-block;
    text-align: right;
    padding-right: 20px
}

.home .broadcast .broadcast-row .row-left .row-news .swap {
    line-height: 19px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    top: 19px
}

.home .broadcast .broadcast-row .row-left .row-news .swap a {
    color: #031b4e
}

.home .banner.mobile_banner {
    display: none
}

.home .banner .banner_wrap img {
    display: block;
    width: 170%;
    max-width: 170%;
    margin-left: -35%
}

.home .banner .banner-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    color: #fff;
    height: 696px
}

.home .banner .banner-box .info {
    width: 100%;
    line-height: 1
}

.home .banner .banner-box .info .title-en {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home .banner .banner-box .info .title {
    font-size: 50px;
    margin-bottom: 20px
}

.home .banner .banner-box .info .desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 2
}

.home .banner .banner-box .info .more a {
    background-color: #0569ce;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff
}

.home .banner .banner-box .info .more a .title-en {
    font-size: 18px;
    font-weight: 400
}

.home .banner .banner-box .info .more a .title {
    font-size: 50px;
    font-weight: 600;
    padding: 10px 0
}

.home .banner .banner-box .info .more a .desc {
    font-size: 18px;
    font-weight: 400
}

.home .products {
    padding: 90px 0;
    position: relative;
    background: #F6F9FF
}

.home .products .products-box ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: -20px
}

.home .products .products-box ul li {
    width: 25%;
    padding: 20px
}

.home .products .products-box ul li a {
    padding: 47px 20px;
    text-align: center;
    display: block;
    background: #FFFFFF;
    border: 2px solid #E7E7E7
}

.home .products .products-box ul li a .pic img {
    height: 120px
}

.home .products .products-box ul li a .title {
    font-weight: 500;
    color: #112996
}

.home .products .products-box ul li a .title .title-cn {
    font-size: 22px;
    margin-top: 36px;
    margin-bottom: 10px
}

.home .products .products-box ul li a .title .title-en {
    font-size: 16px
}

.home .news {
    padding: 90px 0
}

.home .news .news-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.home .news .news-box .news-left a {
    color: #fff;
    display: block;
    position: relative
}

.home .news .news-box .news-left a .pic {
    width: 630px;
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.home .news .news-box .news-left a .pic img {
    display: block
}

.home .news .news-box .news-left a .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    line-height: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    width: 100%
}

.home .news .news-box .news-left a .bottom .name {
    font-weight: bold;
    font-size: 30px
}

.home .news .news-box .news-left a .bottom .desc {
    font-size: 15px;
    padding: 15px 0;
    line-height: 1.5
}

.home .news .news-box .news-left a .bottom .more {
    font-size: 14px
}

.home .news .news-box .news-right {
    padding-left: 60px;
    overflow-y: hidden
}

.home .news .news-box .news-right .list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 325px
}

.home .news .news-box .news-right .list ul li a .name {
    text-decoration: none;
    color: #112996;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.home .news .news-box .news-right .list ul li a .info {
    color: #9A9898;
    font-size: 15px
}

.home .news .news-box .news-right .list ul li a .info .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap
}

.home .software {
    background: #f6f9ff;
    position: relative;
    padding-top: 90px
}

.home .about {
    padding: 90px 0;
    cursor: pointer
}

.home .about .about-box {
    position: relative
}

.home .about .about-box .about-right {
    width: 620px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
    z-index: 20;
    background: #fff
}

.home .about .about-box .about-right .module-title {
    text-align: left;
    margin-bottom: 30px
}

.home .about .about-box .about-right .info {
    color: #9A9898;
    font-size: 15px;
    line-height: 2;
    text-align: justify
}

.inner {
    position: relative
}

.inner .inner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
    background-position: right;
    display: flex;
    align-items: center
}

.inner .inner-wrapper .title {
    width: 100%;
    line-height: 1
}

.inner .inner-wrapper .title .title-cn {
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 30px
}

.inner .inner-wrapper .title .title-en {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF
}

.inner .inner-wrapper .title .bread {
    color: #FFFFFF;
    position: absolute;
    bottom: 90px;
    display: flex;
    align-items: flex-end
}

.inner .inner-wrapper .title .bread .icon {
    width: 17px;
    margin-right: 5px
}

.inner .inner-wrapper .title .bread .nav a {
    color: #FFFFFF
}

.inner .inner-nav {
    background: rgba(17, 41, 150, 0.75);
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 19
}

.inner .inner-nav ul {
    display: flex;
    justify-content: flex-start
}

.inner .inner-nav ul li {
    min-width: 180px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #6D7FC5;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
    cursor: pointer
}

.inner .inner-nav ul li a {
    color: #FFFFFF;
    display: block;
    padding: 0 20px
}

.inner .inner-nav ul li.sel a {
    background: #00A5AD
}

.inner .inner-nav ul li:hover a {
    background: #00A5AD
}

.inner-container {
    padding: 90px 0
}

.inner-container .inner-title h1 {
    font-size: 36px;
    font-weight: 500;
    color: #031B4E;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px
}

.inner-container .honor .nav {
    margin-top: 100px;
    margin-bottom: 30px
}

.inner-container .honor .nav ul {
    display: flex;
    justify-content: center
}

.inner-container .honor .nav ul li {
    padding: 0 25px;
    cursor: pointer
}

.inner-container .honor .nav ul li span {
    font-size: 20px;
    font-weight: 500;
    color: #031B4E;
    line-height: 42px;
    padding: 0 25px;
    display: inline-block
}

.inner-container .honor .nav ul li span.act {
    background: #00A5AD;
    color: #fff
}

.inner-container .honor .list {
    height: 528px;
    overflow: hidden
}

.inner-container .honor .list ul {
    margin: -8px;
    display: flex;
    flex-wrap: wrap
}

.inner-container .honor .list ul li {
    width: 25%;
    padding: 8px;
    text-align: center;
    display: none
}

.inner-container .honor .list ul li[title="资质"] {
    display: block
}

.inner-container .honor .list ul li .pic {
    border: 1px solid #F4F4F4;
    padding: 8px
}

.inner-container .honor .list ul li .pic div img {
    height: 180px;
    mix-blend-mode: multiply
}

.inner-container .honor .list ul li .name {
    font-size: 15px;
    font-weight: bold;
    color: #031B4E;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.inner-container .honor .more {
    background: #00A5AD;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 30px
}

.inner-container .honor .less {
    background: #efefef;
    color: #333;
    text-align: center;
    line-height: 40px;
    display: none;
    margin-top: 30px
}

.inner-container .office {
    font-size: 16px;
    font-weight: 400;
    color: #9A9898;
    line-height: 1.75
}

.inner-container .office .office-pic {
    margin-bottom: 41px;
    text-align: center;
    margin-top: 35px
}

.inner-container .office .office-pic img {
    width: 70%
}

.inner-container .office .office-desc p {
    text-indent: 2em
}

.inner-container .news .knowledge_nav {
    margin-bottom: 20px
}

.inner-container .news .knowledge_nav ul {
    display: flex;
    justify-content: flex-start;
    font-size: 18px
}

.inner-container .news .knowledge_nav ul li {
    padding: 0 27px 0 0;
    position: relative
}

.inner-container .news .knowledge_nav ul li span {
    cursor: pointer
}

.inner-container .news .knowledge_nav ul li span.act {
    color: #00A5AD
}

.inner-container .news .knowledge_nav ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -2px
}

.inner-container .news .knowledge_list li {
    display: none
}

.inner-container .news .knowledge_list li[title="胎儿产前检测"] {
    display: block
}

.inner-container .news .knowledge_more .more {
    background: #00A5AD;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 30px
}

.inner-container .news .knowledge_more .less {
    background: #efefef;
    color: #333;
    text-align: center;
    line-height: 40px;
    display: none;
    margin-top: 30px
}

.inner-container .news .news-list ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 40px
}

.inner-container .news .news-list ul li .date {
    flex-shrink: 0;
    width: 90px;
    height: 55px;
    background: #00A5AD;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.inner-container .news .news-list ul li .date .D {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 5px
}

.inner-container .news .news-list ul li .date .YM {
    font-size: 14px;
    font-weight: 500
}

.inner-container .news .news-list ul li .pic {
    width: 240px;
    height: 165px;
    flex-shrink: 0;
    margin: 0 34px 0 19px
}

.inner-container .news .news-list ul li .pic img {
    width: 240px;
    height: 165px
}

.inner-container .news .news-list ul li .info {
    width: 0;
    flex: 1
}

.inner-container .news .news-list ul li .info .title {
    font-size: 22px;
    font-weight: 500;
    color: #031B4E;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.inner-container .news .news-list ul li .info .desc {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 32px;
    margin: 12px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.inner-container .news .news-list ul li .info .more {
    font-size: 15px;
    font-weight: 400;
    color: #112996;
    line-height: 34px
}

.inner-container .news .news-details .title {
    font-size: 30px;
    font-weight: 500;
    color: #031B4E;
    line-height: 1.5;
    text-align: center
}

.inner-container .news .news-details .time {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 1;
    margin: 34px 0 65px;
    text-align: center
}

.inner-container .news .news-details .info {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 1.75
}

/*.inner-container .news .news-details .info p{text-indent:2em}*/
.inner-container .news .news-details .info img {
    max-width: 650px;
    display: block;
    margin: 15px auto;
}

.inner-container .join .join-tips {
    font-size: 22px;
    font-weight: 500;
    color: #FF7B00;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px
}

.inner-container .join .join-list {
    margin-bottom: 30px
}

.inner-container .join .join-list ul li {
    border-bottom: 1px solid #eee
}

.inner-container .join .join-list ul li .title {
    padding: 0 px;
    font-size: 16px;
    color: #031B4E;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.inner-container .join .join-list ul li .title .t_right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.inner-container .join .join-list ul li .title .t_right .adr {
    margin-right: 25px
}

.inner-container .join .join-list ul li .title .t_right .ss {
    font-size: 14px
}

.inner-container .join .join-list ul li .desc {
    border-top: 1px solid #eee;
    padding: 27px;
    line-height: 1.75;
    display: none
}

.inner-container .about .content {
    padding: 90px 0
}

.inner-container .about .content:nth-child(1) {
    padding-top: 0
}

.inner-container .about .content:nth-child(3) {
    padding-bottom: 0
}

.inner-container .about .content:nth-child(2) {
    background: #F4F4F4
}

.inner-container .about .content .aboutus {
    display: flex;
    justify-content: space-between;
    align-content: flex-start
}

.inner-container .about .content .aboutus .intro {
    padding-right: 139px
}

.inner-container .about .content .aboutus .intro .title {
    font-size: 24px;
    font-weight: 500;
    color: #031B4E;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px
}

.inner-container .about .content .aboutus .intro .title:after {
    width: 40px;
    height: 3px;
    background: #00A5AD;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0
}

.inner-container .about .content .aboutus .intro .desc {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 38px
}

.inner-container .about .content .aboutus .intro .desc div {
    text-indent: 2em
}

.inner-container .about .content .aboutus .intro .more {
    margin: 0 auto;
    width: 120px;
    height: 40px;
    border: 1px solid #D0D0D0;
    font-size: 13px;
    font-weight: 400;
    color: #9A9898;
    line-height: 38px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-container .about .content .aboutus .pic {
    flex-shrink: 0;
    background-image: url(../image/about.jpg);
    background-size: cover;
    background-position: center;
    width: 557px
}

.inner-container .about .content .office ul {
    display: flex;
    justify-content: space-between;
    margin: -25px
}

.inner-container .about .content .office ul li {
    width: 33.33%;
    padding: 25px
}

.inner-container .about .content .office ul li a .title {
    background: #fff;
    padding: 40px 80px
}

.inner-container .about .content .office ul li a .title div {
    font-size: 18px;
    font-weight: 400;
    color: #031B4E;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px
}

.inner-container .about .content .office ul li a .title div:after {
    width: 35px;
    height: 3px;
    background: #00A5AD;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.inner-container .about .content .team ul li {
    padding: 30px;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    margin-bottom: 30px
}

.inner-container .about .content .team ul li .top {
    color: #031B4E;
    position: relative;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    line-height: 1
}

.inner-container .about .content .team ul li .top .name {
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px 0 20px
}

.inner-container .about .content .team ul li .top .position {
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
    font-style: italic
}

.inner-container .about .content .team ul li .top:after {
    content: "";
    width: 3px;
    height: 19px;
    background: #00A5AD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%)
}

.inner-container .about .content .team ul li .desc {
    font-size: 15px;
    color: #9A9898;
    line-height: 1.75;
    margin-top: 15px;
    text-align: justify
}

.inner-container .about.kit .content {
    background: #fff;
    padding: 40px 0
}

.inner-container .about.kit .content:nth-child(2) {
    background: #fff
}

.inner-container .about .platform p {
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 36px
}

.inner-container .about .platform .plat_box {
    margin-bottom: 20px
}

.inner-container .about .platform .plat_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2px
}

.inner-container .about .platform .plat_box ul li {
    width: 25%;
    padding: 2px
}

.inner-container .about .platform .p_title {
    font-size: 24px;
    font-weight: 500;
    color: #031B4E;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 60px
}

.inner-container .about .platform .p_title:after {
    width: 40px;
    height: 3px;
    background: #00A5AD;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0
}

.inner-container .about .platform .img {
    text-align: center
}

.inner-container .about .platform div strong {
    font-size: 15px;
    font-weight: bold;
    color: #031B4E;
    line-height: 38px
}

.inner-container .about .sitemap {
    font-size: 15px;
    color: #031B4E
}

.inner-container .about .sitemap .box {
    padding: 40px 0;
    border-bottom: 1px solid #f4f4f4
}

.inner-container .about .sitemap .box .title {
    font-size: 18px;
    color: #031B4E;
    font-weight: bold;
    margin-bottom: 15px
}

.inner-container .about .sitemap .box .title a {
    color: #031B4E
}

.inner-container .about .sitemap .box .sec-box {
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    align-content: flex-start
}

.inner-container .about .sitemap .box .sec-box .name {
    flex-shrink: 0;
    margin-right: 15px;
    font-weight: bold
}

.inner-container .about .sitemap .box ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    align-items: center
}

.inner-container .about .sitemap .box ul li {
    padding: 0 15px
}

.inner-container .about .sitemap .box ul li a {
    color: #9A9898
}

.inner-container .contact .place {
    overflow: hidden
}

.inner-container .contact .place ul {
    margin: -25px;
    display: flex;
    justify-content: center
}

.inner-container .contact .place ul li {
    padding: 25px;
    width: 100%
}

.inner-container .contact .place ul li .box {
    border: 1px solid #F4F4F4
}

.inner-container .contact .place ul li .box .map {
    width: 100%;
    height: 289px;
    background: #eee
}

.inner-container .contact .place ul li .box .details {
    padding: 25px
}

.inner-container .contact .place ul li .box .details .name {
    font-size: 18px;
    font-weight: 400;
    color: #031B4E;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.inner-container .contact .place ul li .box .details .name::after {
    width: 35px;
    height: 3px;
    background: #00A5AD;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.inner-container .contact .place ul li .box .details .info {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 35px
}

.inner-container .contact .follow {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    padding: 55px;
    margin-top: 50px
}

.inner-container .contact .follow .box {
    display: flex;
    justify-content: space-between
}

.inner-container .contact .follow .box .mail {
    display: flex
}

.inner-container .contact .follow .box .mail ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.inner-container .contact .follow .box .mail ul li {
    display: flex;
    align-items: center;
    flex-direction: row
}

.inner-container .contact .follow .box .mail ul li .icon {
    margin-right: 22px
}

.inner-container .contact .follow .box .mail ul li .info .mu {
    font-size: 20px;
    font-weight: 400;
    color: #031B4E;
    line-height: 32px
}

.inner-container .contact .follow .box .mail ul li .info .email {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 32px
}

.inner-container .contact .follow .box .qr {
    flex: 1;
    border-left: 1px solid #F4F4F4;
    padding-left: 70px;
    margin-left: 70px
}

.inner-container .contact .follow .box .qr .toptitle {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 22px
}

.inner-container .contact .follow .box .qr .toptitle .icon {
    margin-right: 22px
}

.inner-container .contact .follow .box .qr .toptitle .name {
    font-size: 20px;
    font-weight: 400;
    color: #031B4E;
    line-height: 32px
}

.inner-container .contact .follow .box .qr .list ul {
    display: flex;
    justify-content: space-between
}

.inner-container .contact .follow .box .qr .list ul li {
    text-align: center
}

.inner-container .contact .follow .box .qr .list ul li .pic img {
    width: 130px;
    height: 130px
}

.inner-container .contact .follow .box .qr .list ul li .name {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 32px
}

.service .service-box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -25px
}

.service .service-box ul li {
    width: 33.33%;
    padding: 25px
}

.service .service-box ul li a .info {
    background: #F4F4F4;
    padding: 40px 20px;
    text-align: center
}

.service .service-box ul li a .info .title {
    font-size: 22px;
    font-weight: bold;
    color: #031B4E;
    line-height: 35px
}

.service .service-box ul li a .info .shorttitle {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.service .service_view {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc
}

.service .service_view .service_title {
    font-size: 36px;
    font-weight: 800;
    color: #031B4E;
    line-height: 35px;
    text-align: center;
    padding: 55px 0
}

.service .reagents_list ul li {
    width: 1300px;
    height: 245px;
    background: #F4F4F4;
    margin-bottom: 50px;
    padding: 10px
}

.service .reagents_list ul li:last-child {
    margin-bottom: 0px
}

.service .reagents_list ul li a {
    display: flex;
    align-items: center
}

.service .reagents_list ul li a .pic {
    flex-shrink: 0;
    background: #fff
}

.service .reagents_list ul li a .r_right {
    padding: 0 30px 0 40px
}

.service .reagents_list ul li a .r_right .title {
    font-size: 22px;
    font-weight: bold;
    color: #031B4E;
    line-height: 1
}

.service .reagents_list ul li a .r_right .desc {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 32px;
    margin: 21px 0 21px
}

.service .reagents_list ul li a .r_right .more {
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #112996;
    line-height: 1
}

.service_details .nav {
    width: 100%;
    height: 65px;
    background: #F4F4F4;
    z-index: 20
}

.service_details .nav ul {
    display: flex;
    padding: 25px 0;
    max-width: 1300px;
    margin: 0 auto
}

.service_details .nav ul li {
    font-size: 18px;
    cursor: pointer;
    color: #9A9898;
    line-height: 1;
    width: 170px;
    text-align: center;
    border-right: 1px solid #9A9898
}

.service_details .nav ul li:last-child {
    border-right: 0
}

.service_details .nav ul li.nav-check {
    font-weight: bold
}

.service_details .main {
    padding: 0 55px;
    position: relative
}

.service_details .main .main-content {
    position: relative;
    padding: 55px 0;
    border-bottom: 1px solid #f4f4f4;
    min-height: 216px
}

.service_details .main .main-content .item {
    width: 245px;
    height: 80px;
    background: #00A5AD;
    border-radius: 0px 40px 40px 0px;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -55px;
    top: 55px
}

.service_details .main .main-content .item .title {
    padding-left: 15px
}

.service_details .main .main-content .info {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 36px;
    margin-left: 280px
}

.service_details .main .main-content .info .bg-title {
    width: 100%;
    line-height: 50px;
    background: #00A5AD;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 30px;
    margin-top: 30px
}

.service_details .main .main-content .info .font-color span {
    font-weight: 500;
    color: #031B4E
}

.service_details .main .main-content .info .adv-list ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap
}

.service_details .main .main-content .info .adv-list ul li {
    width: 50%;
    padding: 15px
}

.service_details .main .main-content .info .adv-list ul li .box {
    background: linear-gradient(90deg, #D3E7FB 0%, #F3F3F3 100%);
    border-radius: 7px;
    padding: 30px 25px;
    height: 150px;
    position: relative;
    overflow: hidden
}

.service_details .main .main-content .info .adv-list ul li .box:after {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    bottom: -6px;
    width: 176px;
    height: 176px;
    background-position: right;
    z-index: 0
}

.service_details .main .main-content .info .adv-list ul li .box .title {
    font-size: 20px;
    font-weight: bold;
    color: #031B4E;
    line-height: 36px;
    z-index: 4;
    position: relative
}

.service_details .main .main-content .info .adv-list ul li .box .desc {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 25px;
    z-index: 4;
    position: relative
}

.service_details .main .main-content .info .adv-list ul li:nth-child(1) .box:after {
    background-image: url(../image/1.png)
}

.service_details .main .main-content .info .adv-list ul li:nth-child(2) .box:after {
    background-image: url(../image/2.png)
}

.service_details .main .main-content .info .adv-list ul li:nth-child(3) .box:after {
    background-image: url(../image/3.png)
}

.service_details .main .main-content .info .adv-list ul li:nth-child(4) .box:after {
    background-image: url(../image/4.png)
}

.service_details .main .main-content .info .adv-list ul li:nth-child(5) .box:after {
    background-image: url(../image/5.png)
}

.service_details .main .main-content .info .adv-list.adv-list-high ul li .box {
    height: 190px
}

.service_details .main .main-content .info .article-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.service_details .main .main-content .info .article-nav ul li {
    cursor: pointer;
    padding: 8px
}

.service_details .main .main-content .info .article-nav ul li span {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 45px;
    padding: 0 20px;
    display: inline-block
}

.service_details .main .main-content .info .article-nav ul li:hover span {
    background: #F4F4F4;
    border-radius: 23px
}

.service_details .main .main-content .info .article-nav ul li.sel span {
    background: #F4F4F4;
    border-radius: 23px
}

.service_details .main .main-content .info .article_tab .tab {
    display: none
}

.service_details .main .main-content .info .article_tab .tab:first-child {
    display: block
}

.service_details .main .main-content .info div span {
    color: #00A5AD
}

.service_details .main .main-content .info p {
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify
}

.service_details .main .main-content .info p span {
    color: #00A5AD
}

.service_details .main .main-content .info .img {
    text-align: center
}

.service_details .main .main-content .info img {
    max-width: 100%
}

.service_details .main .main-content .info .ser-list ul li {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 2;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px
}

.service_details .main .main-content .info .ser-list ul li:last-child {
    margin-bottom: 0px
}

.service_details .main .main-content .info .ser-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../image/j.png)
}

.service_details .main .main-content .info .ser-list.sy-list ul li:after {
    background-image: url(../image/r_s.png)
}

.service_details .main .main-content .info .ser-list.bsy-list ul li:after {
    background-image: url(../image/r_b.png)
}

.service_details .main .main-content .info .intro_box {
    display: flex
}

.service_details .main .main-content .info .intro_box .ileft {
    padding-right: 70px;
    text-align: justify
}

.service_details .main .main-content .info .intro_box .iright {
    flex-shrink: 0
}

.service_details .main .main-content .info .equipment {
    margin-top: 20px
}

.service_details .main .main-content .info .equipment .ser-list {
    padding-right: 40px
}

.service_details .main .main-content .info .adv_box {
    background: #F4F4F4;
    padding: 30px 0;
    margin-top: 70px
}

.service_details .main .main-content .info .adv_box ul {
    display: flex
}

.service_details .main .main-content .info .adv_box ul li {
    padding: 0px 30px;
    border-right: 1px solid #9A9898;
    width: 25%
}

.service_details .main .main-content .info .adv_box ul li:last-child {
    border-right: 0
}

.service_details .main .main-content .info .adv_box ul li .short {
    font-size: 30px;
    font-weight: bold;
    color: #00A5AD;
    line-height: 35px
}

.service_details .main .main-content .info .adv_box ul li .desc {
    font-size: 15px;
    color: #9A9898;
    line-height: 18px;
    margin-top: 19px
}

.service_details .main .main-content .info .gg {
    font-size: 18px;
    font-weight: bold;
    color: #9A9898;
    line-height: 27px;
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
    margin-top: 30px
}

.service_details .main .main-content .info .gg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(../image/e.png)
}

.service_details .main .main-content .info .gg:last-child {
    margin-bottom: 0px
}

.service_details .main .main-content .info .gg_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -11px
}

.service_details .main .main-content .info .gg_list ul li {
    width: 50%;
    padding: 11px
}

.service_details .main .main-content .info .gg_list ul li .box {
    border: 1px solid #F4F4F4;
    padding: 0 16px 16px 16px
}

.service_details .main .main-content .info .gg_list ul li .box .title {
    font-size: 18px;
    font-weight: bold;
    color: #031B4E;
    line-height: 1;
    padding: 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #F4F4F4
}

.service_details .main .main-content .info .gg_list ul li .box .details {
    font-size: 15px;
    color: #9A9898;
    line-height: 36px
}

.service_details .main .main-content .info .gg_list ul li .box .details label {
    font-weight: bold
}

.service_details .main .main-content .info .second-title {
    font-size: 18px;
    font-weight: 500;
    color: #9A9898;
    line-height: 36px;
    padding-left: 30px;
    position: relative
}

.service_details .main .main-content .info .second-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 28px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(../image/l.png)
}

.service_details .main .main-content .info .cs ul li {
    font-size: 15px;
    line-height: 36px
}

.service_details .main .main-content .info .cs ul li label {
    width: 150px;
    display: inline-block;
    color: #031B4E
}

.service_details .main .main-content .info .cs ul li span {
    color: #9A9898
}

.service_details .main .main-content .info .gg_table {
    margin-bottom: 0px
}

.service_details .main .main-content .info .gg_table table {
    width: 100%
}

.service_details .main .main-content .info .gg_table table thead {
    background: #0657A5
}

.service_details .main .main-content .info .gg_table table thead tr td {
    line-height: 1.5;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    white-space: nowrap
}

.service_details .main .main-content .info .gg_table table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #9A9898;
    line-height: 1.5;
    text-align: justify;
    padding: 8px;
    border: 1px solid #efefef
}

.service_details .main .main-content .info .gg_table .table_tips {
    display: none
}

.service_details .main .main-content .info .table_tips {
    display: none
}

.service_details .main .main-content .info .sec-table .table_tips {
    display: none
}

.service_details .main .main-content .info .sec-table tr td {
    background: #F4F4F4;
    font-size: 13px;
    color: #9A9898;
    line-height: 14px;
    padding: 8px
}

.service_details .main .main-content .info .sec-table tr td:first-child {
    white-space: nowrap;
    background: #0657A5;
    color: #FFFFFF
}

.service_details .main .main-content .info .rea_intro {
    position: relative;
    margin-top: 30px
}

.service_details .main .main-content .info .rea_intro .pic {
    text-align: center
}

.service_details .main .main-content .info .rea_intro .pic img {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    display: inline-block
}

.service_details .main .main-content .info .rea_intro .info ul li {
    position: absolute
}

.service_details .main .main-content .info .rea_intro .info ul li .tab {
    width: 220px;
    height: 50px;
    background: #00A5AD;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.service_details .main .main-content .info .rea_intro .info ul li .list {
    position: absolute;
    width: 400px;
    height: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    left: 100%;
    bottom: 50%;
    transform: translate(50px, 50%);
    margin-top: -51px;
    z-index: 20;
    margin-left: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden
}

.service_details .main .main-content .info .rea_intro .info ul li .list .box .title {
    color: #00A5AD;
    font-weight: bold
}

.service_details .main .main-content .info .rea_intro .info ul li .list .box .desc {
    line-height: 1.75
}

.service_details .main .main-content .info .rea_intro .info ul li .list .box .arrow {
    width: 23px;
    height: 23px;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 10
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(1) {
    left: 0;
    top: 30px
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(2) {
    right: 0;
    top: 30px
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(2) .list {
    left: unset;
    right: 100%;
    transform: translate(-50px, 50%)
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(2) .list .box .arrow {
    left: auto;
    right: -23px;
    background: url(../image/arrow1.png) no-repeat
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(3) {
    left: 0;
    bottom: 30px
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(4) {
    right: 0;
    bottom: 30px
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(4) .list {
    left: unset;
    right: 100%;
    transform: translate(-50px, 50%)
}

.service_details .main .main-content .info .rea_intro .info ul li:nth-child(4) .list .box .arrow {
    left: auto;
    right: -23px;
    background: url(../image/arrow1.png) no-repeat
}

#map img,
#map1 img,
#map2 img {
    max-width: unset
}

.about .culture-top ul {
    display: flex;
    flex-wrap: nowrap
}

.about .culture-top ul li {
    cursor: pointer;
    width: 33.33%
}

.about .culture-top ul li .pic,
.about .culture-top ul li .pic2,
.about .culture-top ul li .pic3 {
    height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
}

.about .culture-top ul li .box {
    padding: 50px;
    background: #F7F7F7;
    height: 320px;
    color: #9A9898
}

.about .culture-top ul li .box .title {
    font-size: 28px;
    color: #4C4C4C
}

.about .culture-top ul li .box .info {
    line-height: 2.5
}

.about .culture-top ul li .box:hover {
    color: #fff;
    background: #018ED6
}

.about .culture-top ul li .box:hover .title {
    color: #fff
}

.about .culture-top ul li:nth-child(1) .pic {
    background-image: url(../image/11.png)
}

.about .culture-top ul li:nth-child(1) .pic2 {
    background-image: url(../image/41.png)
}

.about .culture-top ul li:nth-child(2) .pic {
    background-image: url(../image/21.png)
}

.about .culture-top ul li:nth-child(3) .pic {
    background-image: url(../image/31.png)
}

.about .culture-top ul li:nth-child(3) .pic3 {
    background-image: url(../image/51.png)
}

.about .culture-bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -30px -30px
}

.about .culture-bottom ul li {
    width: 50%;
    padding: 30px
}

.about .culture-bottom ul li .wrapper {
    position: relative;
    padding: 100px 90px 60px
}

.about .culture-bottom ul li .wrapper .icon {
    position: absolute;
    top: 45px;
    left: 45px
}

.about .culture-bottom ul li .wrapper .info {
    text-align: right
}

.about .culture-bottom ul li .wrapper .info .title {
    color: #FFFFFF
}

.about .culture-bottom ul li .wrapper .info .title .cn {
    font-size: 36px;
    font-weight: 800;
    line-height: 41px
}

.about .culture-bottom ul li .wrapper .info .title .en {
    font-size: 16px;
    line-height: 1
}

.about .culture-bottom ul li .wrapper .info .desc {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px
}

.about .culture-bottom ul li:nth-child(1) .wrapper {
    background: #0669B2
}

.about .culture-bottom ul li:nth-child(2) .wrapper {
    background: #F2B15F
}

.about .culture-bottom ul li:nth-child(3) .wrapper {
    background: #676EB0
}

.about .culture-bottom ul li:nth-child(4) .wrapper {
    background: #A9834F
}

.care .pic {
    text-align: center;
    margin-top: 90px
}

.care .wrapper {
    max-width: 60%;
    margin: 0 auto
}

.care .wrapper .title {
    font-size: 36px;
    font-weight: bold;
    color: #9A9898;
    line-height: 36px;
    margin-top: 90px;
    margin-bottom: 30px
}

.care .wrapper .info {
    font-size: 15px;
    font-weight: 400;
    color: #9A9898;
    line-height: 36px
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%)
}

.home_search {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px
}

.home_search form {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.home_search form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px
}

.home_search form button {
    position: absolute;
    top: 0;
    background-color: #0657A5;
    right: 0;
    border: 0;
    line-height: 62px;
    width: 87px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 5px
}