* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    outline: none;
    overflow-x: hidden;
}

body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button {
    outline: none;
}
/*[aos^=fade][aos^=fade] {*/
/*    opacity: 1!important;*/
/*    -webkit-transition-property: all!important;*/
/*    transition-property: all!important;*/
/*}*/
a,
a:hover {
    color: #373737;
    text-decoration: none;
}

html {
    font-size: 100%;
    width: 100%;
    outline: none;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

body,
div,
p,
span,
ul,
li,
a,
input,
textarea {
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

p {
    margin: 0;
}

.boxShadow {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}

/* gShow */

.gShow {
    opacity: 0;
}

@keyframes mymove {
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

    {
    from {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.fontFadeIn {
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
}

@keyframes fontMove {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fontMove
/* Safari and Chrome */

    {
    from {
        transform: translate3d(-10%, 50%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* scaleImg */

.scaleImg {
    overflow: hidden;
    display: block;
}

.scaleImg img {
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    display: block;
}

.scaleImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /* filter: grayscale(0); */
}

/* header */
header {
    transition: .5s;
    -webkit-transition: .5s;
}

header .content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
}
header .content .logo{
    padding-left: 40px;
}
header .nav {
    padding-top: 18px;
}

header .nav>li {
    display: inline-block;
    margin: 0 20px;
    line-height: 70px;
}

header.nav>li>a {
    display: block;
    color: #fff;
    font-size: 14px
}

header .nav>li>a {
    display: block;
    position: relative;
    font-size: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

header .nav>li>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #1125f1;
    transition: .3s;
     -webkit-transition:.5s;
}

header .nav>li:hover>a::after {
    color: #AC272A;
    width: 100%;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

header .logo img {
    width: 189px;
    object-fit: fill;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.flex_around {
    justify-content: space-around;
}

.flex_between {
    justify-content: space-between;
}

/* home */
.home {}

.home_banner {
    text-align: center;
    height: 625px;
}

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

.home_about {
    text-align: center;
    background: url(../image/bgm.jpg) 100% 100% no-repeat;
    background-size: 100%;
}

.about_container {
    width: 100%
    margin: 0px auto;
    padding: 50px 30px;
}

.home_about .about_title {
    height: 25px;
    font-size: 30px;
    color: #333333;
}

.home_about .about_title_first {
    font-weight: bold;
    font-size: 36px;
    font-family: 'Noto Sans S Chinese';
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}

.home_about .about_title_second {
    font-size: 18px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.home_about .about_img {
    margin-top: 60px;
    justify-content: space-around;
}

.home_about .about_img_second {
    margin-left: 10px;
}

.home_main .home_detection {
    background: #Fff;

    text-align: center;
    color: #333333;
    font-family: 'Noto Sans S Chinese';
}

.detection_container {
    width: 100%;
    margin: 0px auto;
    padding: 60px 30px;
    background-image: url(../image/bgm.jpg);
    background-position: no-repeat;
    background-size: 100%;
}

.home_main .home_detection .detection_title_first {
    font-size: 30px;
}

.home_main .home_detection .detection_title_second {
    font-size: 36px;
    font-family: 'Noto Sans S Chinese';
    font-weight: bold;
}

.home_main .home_detection .detection_title_third {
    margin-top: 20px;
    font-size: 22px;
}

.home_detection ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home_detection ul li a{
    background: url(../image/index_15.jpg) no-repeat center;
    width: 380px;
    height: 248px;
    transition: background 0.5s ease-in-out;
     -webkit-transition:background 0.5s ease-in-out;
    padding: 36px 20px 0 20px;
    display: flex;
    border-radius: 10px;
}

.home_detection ul li:hover a{
    background: url(../image/index_13.jpg) no-repeat center;
    box-shadow: 30px 50px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
    /* transform: perspective(1000px) rotateX(10deg) rotateY(10deg); */
}

.home_detection ul li a .li_left {
    color: #ccc;
    font-size: 60px;
}
.home_detection ul li{
    margin-right:20px;
    margin-bottom:30px;
    flex-basis: calc(33.3% - 40px);
    padding-left: 75px;
}
.home_detection ul li a .li_right {
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-top: 15px;
    margin-left: 64px;
    
}

.home_detection ul li a .li_right::before {
    content: "";
    width: 20px;
    height: 4px;
    left: -28px;
    top: 22px;
    background: #ccc;
    position: absolute;
}

.home_detection ul li a .li_right div:nth-child(2) {
    margin: 17px 0px;
    font-size: 20px;
    font-weight: bold;
}

.home_detection ul a li:nth-child(2),
.home_detection ul a li:nth-child(5),
.home_detection ul a li:nth-child(8) {
    margin: 0 20px 30px 20px
}

.main_laboratory {
    object-fit: cover;
    color: #fff;
    position: relative;
    text-align: center;
}

.main_laboratory .laboratory_bottom {
    height: 137px;
    z-index: 6;
    overflow: hidden;
}

.main_laboratory .laboratory_bottom div {
    padding: 28px;
    position: relative;
    background: #F2F2F2;
    color: #333;
    transition: .5s linear;
    -webkit-transition:.5s linear;
    width: 16%;
}

.main_laboratory .laboratory_bottom div img {
    width: 30px;
    height: 30px;
}

.main_laboratory .laboratory_bottom div.active{
    background: #1E47C7;
}
.main_laboratory .laboratory_bottom div.active p{
    color: #fff;
}
.main_laboratory .laboratory_bottom div::before {
    position: absolute;
    width: 2px;
    height: 100px;
    right: 0;
    background: #c2c2c2;
    content: "";
}

.main_laboratory .laboratory_bottom div:last-child::before {
    display: none;
}

.main_laboratory.laboratory_bottom div:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
}

.main_laboratory.laboratory_bottom div:nth-child(2) {
    font-size: 20px;
    font-weight: bold
}

.main_laboratory .laboratory_bottom p {
    margin-top: 28px;
}
.laboratory_div .laboratory_img{
    position: absolute;
    width: 100%;
    left: -50%;
    transform: translate(50%);
    -webkit-transform: translate(50%);
    z-index:2;
    height: 100%;
}
.laboratory_div{
    visibility: hidden;
    opacity: 0;
    transition: .5s linear;
    -webkit-transition: .5s linear;
}
.laboratory_div.show{
    visibility:visible;
    opacity: 1;
}
.laboratory_divitem{
    margin-top: 80px;
     position: absolute;
     left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    z-index: 3
}
.home_laboratory {
    width: 100%;
    padding: 0 90px;
    height: 750px;
}

.home_laboratory .laboratory_first {
    font-size: 30px;
    font-weight: bold;

}

.laboratory_second {
    margin: 20px 0;
    font-size: 36px;
    font-weight: bold;
}

.laboratory_third {
    font-size: 16px;
    color: #Fff;
    font-weight: bold;
}

.equipment_banner .swiper-button-next,
.equipment_banner .swiper-button-prev {
    width: 40px;
}

/* 设备支持 */
.home_equipment {
    width: 100%;
    padding: 30px 100px;
    text-align: center;
}

.home_equipment .equipment_banner {
    position: relative;
}

.home_equipment .equipment_banner .swiper-container {
    position: static;
}

.home_equipment .equipment_banner img {
    width: 100%;
    height: 100%;
}

.home_equipment .equipment_banner .swiper-button-prev {
    left: -80px;
    background: url(../image/7.png) center center no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.home_equipment .equipment_banner .swiper-button-next {
    right: -70px;
    background: url(../image/7.png) center center no-repeat;
}

.home_equipment .equipment_first {
    text-align: center;
    font-size: 30px;
}

.home_equipment .equipment_second {
    font-size: 36px;
    font-weight: bold;

}

.home_equipment .equipment_third {
    font-size: 16px;
    color: #333333;
    margin: 45px 0;
}

/* 联系我们 */
.home_chat {
    height: 500px;
    background: url(../image/index_34.jpg) center center no-repeat;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.home_chat .chat_container {
    width: 100%;
    padding:60px;
}

.home_chat .chat_left {
    float: left;
}

.home_chat .chat_right {
    float: right;
}

.home_chat .left_first {
    font-size: 30px;
    font-weight: bold;
}

.bottom_chat {
    font-size: 14px;

}

.home_chat .chat_right .chat_second input {
    background: #fff;
    height: 30px;
}

.bottom_chat {
    margin-top: 45px;
    margin-bottom: 40px;
    overflow: hidden;
}

.bottom_chat p {
    margin-bottom: 20px;
}

.chat_img img {
    width: 94px;
    height: 92px;
}

.chat_img p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.chat_right .chat_first {
    font-size: 30px;
    font-weight: bold;
}

.chat_bottom {
    margin-bottom: 20px;
}

.chat_right .chat_second {
    display: flex;
    flex-direction: column;
}

.chat_right .chat_second input:nth-child(1),
.chat_second input:nth-child(2) {
    border-radius: 5px;
    height: 37px;
    width: 305px;
    padding: 10px 10px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.chat_right .chat_second textarea {
    width: 650px;
    height: 103px;
    border-radius: 5px;
    color: #999999;
    font-size: 16px;
    padding: 10px 10px;
}

.chat_third button {
    height: 37px;
    background: #E60012;
    width: 30%;
    color: #fff;
    border-radius: 5px;
    border: none;
}

/* 合作优势 */
.home_cooperation {
    height: 850px;
    background: url(../image/cooperation_bgm.jpg) center center no-repeat;
}

.cooperation_container {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.cooperation_container .cooperation_first {
    padding-top: 50px;
    font-size: 30px;
    font-weight: 400;
}

.cooperation_container .cooperation_sencond {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}


.cooperation_third {
    margin-top: 77px;
    position: relative;
}

.cooperation_third .item_one {
    float: left;
    margin-left: 96px;
    margin-top: 30px;
}

.cooperation_third .item_two {
    position: absolute;
    top: 44px;
    left: 666px;
}

.cooperation_third .item_third {
    float: right;
    margin-top: 388px;
    margin-right: 100px;
}

.cooperation_third .item_two div:nth-child(1) {
    text-align: left;
    font-size: 24px;
}

.cooperation_third .item_two div:nth-child(2) {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.cooperation_third .item_two div:nth-child(3) {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cooperation_third .item_two div:nth-child(4) {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: 1px dashed #313131;
    width: 153px;
    height: 153px;
    border-radius: 50%;
    padding: 17px;
}

.cooperation_third .item_third div:nth-child(1) {
    position: relative;
    padding-top: 20px;
    font-size: 24px;
    font-family: bold;
    text-align: left;
}

.cooperation_third .item_third div:nth-child(1)::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    top: -16px;
    left: 76px;
    position: absolute;
}

.cooperation_third .item_third div:nth-child(2) {
    font-size: 24px;
    font-family: bold;
    text-align: left;
    margin: 20px 0;
}

.cooperation_third .item_third div:nth-child(3) {
    font-size: 16px;
    font-family: bold;
    text-align: left;
}

.circle {
    position: relative;
}

.circle::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #333;
    border-radius: 50%;
    left: 84px;
    bottom: -48px;
}

.home_technical {
    padding-bottom: 50px;
    /* background: url(../images/index_37.png) center center no-repeat; */
}

.home_technical .technical_contaienr {
    width: 100%;
    padding: 0 60px;
    text-align: center;
}

.technical_one {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    padding-top: 60px;
}

.technical_two {
    margin: 0px 0px 20px 0;
    font-size: 36px;
    font-weight: bold;
}

.technical_third {
    height: 320px;
    width: 100%;
}

.technical_third img {
    width: 100%;
    height: 100%;
}

.technical_four .top {
    width: 100%;
}

.technical_four .technical_right {
    border-left: 1px solid #CCCCCC;
    padding-top: 50px;
    padding-left: 60px;
    width: 50%;
    font-size: 18px;
}
.technical_four .technical_right p a:hover{
    text-decoration: underline;
}
.technical_four .technical_left {
    text-align: left;
    width: 720px;
    padding-right: 40px;
}

.right_one {
    margin-bottom: 44px;
}

/* 技术文章 */
.newsPage {}

.newsPage .part {
    padding-top: 30px;
    padding-bottom: 20px;
}

.newsPage .part .part1 {}

.newsPage .part .part1 .part1_main {
    text-align: center;
}

.newsPage .part .part1 .part1_main .list {
    display: inline-block;
}

.newsPage .part .part1 .part1_main .list .item {
    float: left;
    border-right: 1px solid #cecdcc;
    line-height: 20px;
    padding: 0 8px;
}

.newsPage .part .part1 .part1_main .list .item a {
    font-size: 16px;
    color: #aaaaaa;
    line-height: 20px;
    display: block;
}

.newsPage .part .part1 .part1_main .list .item:hover a,
.newsPage .part .part1 .part1_main .list .item.hover a {
    color: #333333;
}

.newsPage .part .part2 {
    padding-top: 20px;
}

.newsPage .part .part2 .list {
    width: 100%;
}

.newsPage .part .part2 .list .item {
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.newsPage .part .part2 .list .item .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.newsPage .part .part2 .list .item .img img {
    height: 100%;
}

.newsPage .part .part2 .list .item .txt {}

.newsPage .part .part2 .list .item .txt .p1 {
    font-size: 16px;
    color: #333333;
    /* font-weight: bold; */
    padding: 16px 0 10px;
    font-family: 'f2';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 40px;
    font-weight: bold;

}

.newsPage .part .part2 .list .item .txt .p2 {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    height: 40px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 20px 0;
}

.newsPage .part .part2 .list .item .txt .p3 {
    font-size: 14px;
    color: #999999;
}

.newsPage .part .part2 .list .item:hover .txt .p1 {
    color: #333333;
}

/* pages*/
.page {
    text-align: center;
    padding: 20px 0;
}

.page .prve {
    font-size: 0px;
    color: #333333;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    background: url(../image/prve_1.png) center center no-repeat;
    width: 7px;
    height: 12px;
    margin-top: 6px;
}

.page .next {
    font-size: 0px;
    color: #333333;
    float: left;
    margin-top: 4px;
    background: url(../image/next_1.png) center center no-repeat;
    width: 7px;
    height: 12px;
    margin-top: 6px;
}

.page .next a,
.page .prve a {
    display: block;
    width: 7px;
    height: 12px;
}

.page .list1 {
    display: inline-block;
}

.page .list1 .item1 {
    float: left;
}

.page .list1 .item1 a {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    color: #333333;
}

.page .list1 .item1 a:hover,
.page .list .item1 a.ative {
    background-color: #1e47c7;
    color: #FFFFFF;
}

.page .list1 .item1 a.ative {
    background-color: #1e47c7;
    color: #FFFFFF;
}

/* 技术文章详情 */
.breadCrumbs {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 24px;
    z-index: 99;
}

.home_title {
    font-size: 18px;
    color: #666666;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 0;
}

.home_title div {
    width: 1400px;
    margin: 0 auto;
}

.home_title div a {
    font-size: 14px;
}

.breadCrumbs a {
    font-size: 14px;
    color: #ffffff;
}

.breadCrumbs a:hover {
    color: #6a8aeb;
}

.nyBanner {
    position: relative;
    height: 300px;
}

.nyBanner .cont {}

.nyBanner .cont div {
    color: #fff;
    position: absolute;
    z-index: 200;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform:translate(-50%);
}

.nyBanner .cont .line {
    width: 160px;
    height: 1px;
    background: #fff;
}

.nyBanner .cont .img1 {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.nyBanner .cont .img2 {
    position: absolute;
    bottom: 36px;
    left: 580px;
    width: 34px;
    height: 34px;
    z-index: 1;
}

.nyBanner .cont .title {
    position: relative;
    height: 400px;
    display: none;
}

.nyBanner .cont .p1 {
    font-size: 60px;
    color: #ffffff;
    text-transform: Uppercase;
    padding-top: 100px;
    z-index: 99;
    position: relative;
    text-align: center;
    /* font-weight: bold; */
    padding-bottom: 20px;
    font-family: f2;
    line-height: 60px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.nyBanner .cont .title .p2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 100;
    text-transform: Uppercase;
    padding-top: 4px;
    z-index: 99;
    position: relative;
    text-align: center;
    line-height: 30px;
}

.nyBanner .cont .title .p3 {
    font-size: 16px;
    color: #ffffff;
    text-transform: Uppercase;
    padding-top: 50px;
    z-index: 99;
    position: relative;
    text-align: center;
}

.nyBanner .cont .title .p2 .sp1 {
    width: 160px;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.nyBanner .cont .title .p2 .sp2 {
    width: 160px;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.nyBanner .cont .title .p2 .sp3 {
    margin: 0 20px;
    margin-top: 0;
}

.nyBanner .cont .title .p2 ul {
    display: inline-block;
}

.nyBanner .cont .title .p2 div {
    float: left;
}

.newsDetailPage {}

.newsDetailPage .part {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.newsDetailPage .part .part1 {}

.newsDetailPage .part .part1 .part1_main {}

.newsDetailPage .part .part1 .part1_main .title {
    margin-bottom: 40px;
}

.newsDetailPage .part .part1 .part1_main .title .p1 {
    font-size: 36px;
    color: #333333;
    /* font-weight: bold; */
    padding-bottom: 20px;
    font-family: 'f2';
    text-align: center;
}

.newsDetailPage .part .part1 .part1_main .title .p2 {
    margin-top: 42px;
    text-align: center;
    padding-bottom: 30px;
}

.newsDetailPage .part .part1 .part1_main .title .p2 span {
    font-size: 16px;
    color: #999999;
}

.newsDetailPage .part .part1 .part1_main .cont {}

.newsDetailPage .part .part1 .part1_main .cont img {
    width: auto;
    max-width: 100%;
}

.newsDetailPage .part .part1 .part1_main .cont p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.newsDetailPage .part .part1 .part1_main .tdzw {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
    cursor: pointer;
    width: 120px;
    border: 1px solid #1e47c7;
    text-align: center;
    background: #1e47c7;
}

.reLink {
    width: 100%;
    height: 76px;
    line-height: 76px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 40px 0;
}

.reLink .nextLink {
    display: block;
    font-size: 16px;
    text-align: left;
    color: #999999;
    float: right;
    margin-right: 20px;
}

.reLink .prevLink {
    width: 550px;
    display: block;
    font-size: 16px;
    text-align: left;
    color: #999999;
    float: left;
    text-indent: 20px;
}

.reLink .nextLink a:hover,
.reLink .prevLink a:hover {
    color: #1e47c7;
}

.reLink .nextLink {
    text-align: right
}

.reLink .mid {
    font-size: 16px;
    color: #999;
    float: left;
}

.reLink .mid img {
    width: 21px;
    height: 17px;
    margin-right: 10px;
}

.reLink .mid span {
    margin-top: -2px;
    display: flow-root;
    float: right;
}

.reLink .mid a:hover {
    color: #1e47c7;
}

.reLink .prevLink a {
    color: #999;
}

.reLink .nextLink a {
    color: #999;
}

.reLink .mid a {
    color: #999;
    line-height: 76px;
    display: block;
}

.newsDetailPage .part .part2 {
    padding-top: 40px;
}

.newsDetailPage .part .part2 .list {
    width: 103%;
}

.newsDetailPage .part .part2 .list .item {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.newsDetailPage .part .part2 .list .item .img {
    width: 380px;
    height: 240px;
    overflow: hidden;
}

.newsDetailPage .part .part2 .list .item .img img {
    height: 240px;
}

.newsDetailPage .part .part2 .list .item .txt {}

.newsDetailPage .part .part2 .list .item .txt .p1 {
    font-size: 16px;
    color: #333333;
    padding: 16px 0 10px;
    font-family: 'f2';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsDetailPage .part .part2 .list .item .txt .p2 {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 52px;
}

.newsDetailPage .part .part2 .list .item .txt .p3 {
    font-size: 14px;
    color: #999999;
    padding-top: 24px;
}

.newsDetailPage .part .part2 .list .item:hover .txt .p1 {
    color: #2049c7;
}

.newsDetailPage .part .part2 .title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
}

/* laboratory */
.laboratory_content {}

.laboratory_container {
    width: 1400px;
    margin: 0 auto;

}

.laboratory_left {
    background: #175AE6;
    border-radius: 0px 100px 0px 0px;
    color: #fff;
    padding: 60px 25px;
    font-size: 16px;
}

.laboratory_left .laboratory_one {
    font-weight: bold;
}

.laboratory_left .laboratory_two {
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}

.laboratory_left .laboratory_three {
    font-weight: bold;
    font-size: 24px;
    /* margin-bottom: 40px; */
}

.laboratory_left .laboratory_four {
    margin-top: 40px;
}

.laboratory_left .laboratory_four .item {
    padding: 20px 10px;
    border-bottom: 1px solid #457BEB;
    font-size: 16px;
    color: #333;
    
}
.laboratory_left .laboratory_four .item a{
    color: #fff;
}
.laboratory_left .laboratory_four .item div {
    margin-left: 40px;
}
.laboratory_left .laboratory_four .item.active{
     background:#fff;
     border-radius: 12px;
     font-size: 18px;
}
.laboratory_left .laboratory_four .item.active a{
    color: #333;
}

.laboratory_right {
    margin-left: 60px;
    width:78%;
}

.laboratory_right .laboratory_one {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.laboratory_right table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

.laboratory_right tr:nth-child(1) {
    background: #DCDCDC;
}

.laboratory_right tr td {
    font-size: 15px;
    padding: 20px 40px;
    border: 1px solid #ccc;
    text-align: center;
    height: 40px;
}
.laboratory_right table tr td strong{font-weight:normal!important;}
.laboratory_right table tr td strong span{font-size:15px!important;}
.message_content {
    margin-top: 100px;
}

.message__left .message_one {
    font-size: 30px;
}

.message_two {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin: 10px 0;
    position: relative;
}

.message_two::before {
    position: absolute;
    bottom: -20px;
    background: #1e47c7;
    width: 136px;
    height: 7px;
    content: "";
}

.message_third {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.message_img {
    margin-top: 60px;
}

.message_four {
    font-size: 36px;
    font-weight: bold;
    margin-top: 4px;
}

.message__right {
    margin-left: 60px;
}

.message__right input {
    width: 270px;
    height: 54px;
    border: 1px solid #ccc;
    padding: 0 20px;
    color: #999999;
    font-size: 14px;
    margin-right: 20px;
}

.message__right input:nth-child(3) {
    margin-right: 0;
}

.message__right .button {
    width: 182px;
    height: 54px;
    background: #175AE6;
    border: 0;
    color: #fff;
    margin-top: 20px;
}

.message__right .text_area {
    padding: 20px;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 26px;
}

.input_name {}

/* 尾部 */
Footer {
    height: 100%;
    background: url(../image/foot_bg.jpg) center center no-repeat;
    padding-bottom: 60px;
}

footer .top {
    padding-top: 26px;
    height: 170px;
}

footer .top .part1 {
    width: 350px;
    float: left;
}

footer .top .part1 .title {
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 10px;
}

footer .top .part1 .link {}

footer .top .part1 .link .p1 {
    font-size: 12px;
    color: rgba(255, 255, 255);
    line-height: 24px;
    opacity: 1;
}

footer .top .part1 .link .p1 span {
    font-size: 12px;
    color: rgba(255, 255, 255);
}

footer .top .part1 .phone {
    margin-top: 20px;

}

footer .top .part1 .phone .img {
    float: left;
    margin-right: 22px;
}

footer .top .part1 .phone .img img {
    width: 80px;
    height: 80px;
}

footer .top .part1 .phone .img .p1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 40px;
}

footer .top .part2 {
    width: 800px;
    float: right;
}

footer .top .part2 .part2_1 {
    float: left;
    margin-left: 40px;
}

footer .top .part2 .part2_1 .tit {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
}

footer .top .part2 .part2_1 .list {}

footer .top .part2 .part2_1 .list .item {
    line-height: 36px;
}

footer .top .part2 .part2_1 .list .item a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

footer .bottom {
    height: 96px;
    line-height: 26px;
    border-top: 1px solid #24273c;
}

footer .bottom .left {
    font-size: 12px;
    color: #666666;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    color: #fff;
}

footer .bottom .right {
    font-size: 12px;
    color: #666666;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    color: #fff;
    float: right;
}

footer .bottom .right a {
    display: block;
    float: right;
    font-size: 12px;
    color: #666666;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    color: #fff;
}

footer .bottom .right a:hover {
    color: #DDDDDD;
}

footer .bottom .left img {
    width: 18px;
    height: 20px;
}

footer .bottom .left a {
    font-size: 12px;
    color: #666666;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    color: #fff;
}

footer .bottom .left a:hover {
    color: #DDDDDD;
}

footer .top .part2 .part2_1 .list .item a:hover {
    color: #CCCCCC;
}

 
 /*隐藏导航栏*/
 .nav_tab{width:100%;}
 .nav_tab ul{ position: fixed;top:0;right:0;width: 100%;height: 100%;z-index:9;padding: 52px 0;background: #2e3233;visibility:hidden;opacity:0;transition:0.35s linear;-webkit-transition:transition:0.35s linear;}
 .nav_tab ul.show{visibility:visible;opacity:1;}
 .nav_tab ul li{height: 50px;line-height: 50px;text-align: left;font-size: 16px;padding: 0 20px;}
 .nav_tab ul li a{color:#fff;letter-spacing:2px;}
div.btn{position:absolute ;top: 25%;right: 2%;background:#ffffff;width: 35px;height: 30px;cursor: pointer;}
.mbContent{display:none}
.mbContent.nav_fixed{position:fixed;top:0;width:100%;z-index:999;background:#fff;height:50px;}
.open div.btn-icon span:nth-of-type(1){transform: translateY(13px) rotate(45deg);width: 30px;--webkit-transform: translateY(13px) rotate(45deg);}
.open div.btn-icon span:nth-of-type(2){width: 0;left: 50%;}
.open div.btn-icon span:nth-of-type(3){transform:translateY(-8px) rotate(-45deg);width: 30px;-webkit-transform:translateY(-8px) rotate(-45deg);}
div.btn-icon{width: 100%;height: 100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;}
div.btn-icon span{display: block;height: 4px;width: 100%;background: rgba(0,0,0,0.8);transition: .5s ease-in-out;-webkit-transition:.5s ease-in-out;}
.nyBanner .cont div p:nth-child(3) {display:none;}


.abw{position: absolute;left: 0;width: 100%;z-index: -1;bottom:0;}

.home_detection ul{width: 1200px;margin:auto;margin-top:60px;}
.home_detection ul li{width: calc((100% - 60px)/3);margin-right: 30px;padding:0;flex-basis:initial;}
.home_detection ul li:nth-of-type(3n){margin-right:0;}
.home_detection ul li a{width: 100%;box-shadow:-1px 0px 8px 3px rgb(0 0 0 / 10%);}
.home_chat .chat_container{width: 1200px;padding: 60px 0;margin: auto;}
.home_detection ul li a .li_right p{font-size: 16px;color: #1E47C7;margin-top:10px;}
.home_detection ul li a .li_right div:first-child{display:none;}
.home_detection ul li a .li_right div:nth-child(2){margin:0;font-size: 28px;margin-bottom: 30px;color:#1E47C7;}
.home_detection ul li a .li_right::before{top:34px;}
.home_detection ul li a:hover .li_right div:nth-child(2),.home_detection ul li a:hover .li_right p{color:#fff;}
.home_detection ul li a:hover .li_right::before{background-color:#fff;}
.home_chat .chat_left .chat_img{display: flex;display: -webkit-flex;}
.home_chat .chat_left .chat_img p{text-align: center;}
.home_chat .chat_left .chat_img img{margin: auto;display:block;}

@media screen and (max-width:1280px) {
         /*.home_detection ul li{margin-right: 0;margin-bottom: 24px;flex-basis: calc(33.3% - 10px);padding-left: 16px;}*/
         /*.home_detection ul li a{width:100%;height:100%; padding-bottom:10px;}*/
         /*.home_detection ul{ align-items: stretch;}*/
     }
@media (max-width:750px) {
    .pc-content{display:none!important;}
    .mbContent{display:block;}
    .navbar .container{width:100%;background-color:#fff;position:fixed;z-index: 10;top: 0;left: 0;}
    section{margin-top:60px;}
    header .logo {width: 30%;margin-left: 10px;margin-top: 14px;float: left;}
    header .logo img {
        width: 100%;
    }
    .home_banner{width:100%;height:100%;}
    .home_banner img{width:100%;height:100%;}
    .home_about{height:auto;}
    .about_container{width:100%;padding:30px;font-size:18px;height:100%;}
    .about_container .about_title{font-size: 20px;}
    .about_container .about_title_first{font-size: 17px;margin-top:4px;}
    .about_container .about_title_second{margin-top:20px;margin-left:0;}
    .about_container .about_title_second p{font-size: 12px;margin-top:20px;text-indent: 25px;
    text-align: left;
    line-height: 20px;}
    .about_container .about_img{margin-top:30px;display:flex;flex-direction:column;}
    .about_container .about_img div:nth-child(1){display:block;clear:both;}
    .about_container .about_img div:nth-child(1) div{float:left;width:50%;}
    .about_container .about_img div:nth-child(1) div img{width:100%;height: 100%;object-fit:cover;}
    .about_container .about_img_second img{width: 100%;height:100%;}
    .home_detection .detection_container{padding:30px 10px;width:100%;}
    .home_detection .detection_title_first{font-size:20px!important;}
    .home_detection .detection_title_second{margin-top:10px!important;font-size:20px!important;}
    .home_detection .detection_title_third{margin-top:10px!important;font-size:16px!important;}
    .home_detection ul{margin-top: 40px;justify-content:space-between;align-items: stretch;}
    .home_detection ul li{width:50%;flex-basis:48%;}
    .home_detection ul li{margin-right: 0;width: 49%;background: url(../image/index_13.jpg) no-repeat center;box-shadow: 30px 50px 30px rgb(0 0 0 / 20%);border-radius: 10px;margin-bottom: 10px;padding-left:0px!important;}
    .home_detection ul li a{flex-direction:column; width: 48%;align-items: center;padding:18px 6px;height:auto;justify-content:start;background: url(../image/index_13.jpg) no-repeat center;color:#FFF;margin-bottom:10px;height:100%}
    .home_detection ul li a:nth-child(2n-1){margin:0;width:100%;}
    .home_detection ul li a .li_right:last-child {margin-left:0;width:100%;}
    
    .home_detection ul li a .li_left{font-size: 22px;width:100%;text-align:left;margin-left:10px;}
    .home_detection ul li a .li_right{font-size: 8px;margin-left:10px;padding-top:0;}
    .home_detection ul li:nth-child(2),
    .home_detection ul li:nth-child(5),
    .home_detection ul li:nth-child(8){ margin: 0 0 10px 0;}
    .home_detection ul li:nth-child(8) a .li_right div{flex-direction:column;}
    .home_detection ul li:nth-child(8) a .li_right div p{margin-left:0!important;}
    .home_detection ul li:nth-child(8) a .li_right div:nth-child(3){font-size:15px;}
    .home_detection ul li:nth-child(8) a .li_right div:nth-child(3) p:nth-child(2){font-size:15px!important;}
    .home_detection ul li a .li_right div:nth-child(2){margin:0;font-size:10px;}
    .home_detection ul li a .li_right::before{display:none}
    .home_detection ul li a .li_right:last-child div{margin-top:0!important;display:flex;padding-left:10px;margin:4px 0;font-size:15px;}
    .home_detection ul li a .li_right:last-child div p:nth-child(2){font-size:10px!important;font-weight:bold!important;}
    .home_detection ul li a .li_right div:nth-child(1) p{margin-left:4px;}
    .home_detection ul li a .li_right:last-child div:nth-child(1) p{margin-left:4px;}
    
    .main_laboratory{height:500px!important;width:100%;}
    .main_laboratory .home_laboratory {width: 100%;height:94%;padding:0;}
    .laboratory_bottom{display:flex;flex-wrap:wrap;}
    .laboratory_bottom  div{width: 33.3%!important;padding:12px!important;}
    .laboratory_bottom div:nth-child(3)::before{display:none;}
    .laboratory_bottom  div a {width:100%;height:100%;display:block;}
    .laboratory_bottom  div a p{font-size:14px!important;margin-top:4px!important;}
    .laboratory_bottom  div a img{width:100%;}
    .laboratory_divitem{margin-top: 30px!important;}
    .laboratory_divitem .laboratory_first{font-size: 16px!important;}
    .laboratory_second{margin:20px 0!important;font-size:22px!important;}
    .laboratory_third{font-size:15px!important;color:#FFF;}
    .laboratory_div .laboratory_img{object-fit:cover;height:70%!important;}
    .home_equipment{padding: 30px 10px;width: 100%;}
    .equipment_first{font-size: 18px!important;}
    .equipment_second{font-size: 20px!important;}
    .equipment_third{font-size:16px!important;margin:10px 0!important;}
    .main_laboratory .laboratory_bottom{overflow:visible;padding:0;}
    .main_laboratory .laboratory_bottom div.active{background:#f2f2f2;color:#333;}
    .chat_container{width: 100%!important;margin:0!important;display: flex;flex-direction: column;align-items: center;padding:20px 0!important;}
    .chat_left{font-size: 25px;text-align:center;}
    .bottom_chat{margin-top: 20px;text-align: center;margin-bottom:0;}
    .main_laboratory .laboratory_bottom div.active p{color:#333;}
    .chat_img p{font-size:16px;margin-top:10px;}
    .left_first{font-size: 20px!important;}
    .bottom_chat p{margin-bottom: 10px;font-size:14px;}
    .chat_right{display:flex;flex-direction:column;width:100%;align-items:center;}
    .chat_right .chat_first{font-size:18px;margin-top:10px;}
    .chat_right form{width:100%;}
    .chat_third{text-align:center;}
    .chat_bottom{margin-bottom:10px;}
    .chat_right .chat_second{padding:0 20px;}
    .chat_right .chat_second textarea{width:auto;padding:10px;height:54px;font-size:14px;}
    .home_chat{overflow:inherit;}
    .chat_right .chat_second input:nth-child(1), .chat_second input:nth-child(2){font-size:14px;height:32px;}
    .cooperation_container{width: 100%;}
    .cooperation_first{padding-top:0;}
    .cooperation_sencond{font-size:22px!important;margin-top:0!important;}
    .cooperation_third{ clear:both;margin-top: 20px;padding:0 24px;position:static;}
    .cooperation_third::after{clear:both;display:block;}
    .home_cooperation{background:none;height:400px;}
    .cooperation_third .circle{display:none;}
    .cooperation_third .item_one{margin-left:0px;margin-bottom:20px;margin-top:0;width:100%;}
    .cooperation_third .item_one div div:nth-child(1),.cooperation_third .item_two div:nth-child(1),.cooperation_third .item_third div:nth-child(1) {font-size:34px!important;font-weight:bold;}
    .cooperation_third .item_one div:nth-child(2), .cooperation_third .item_two div:nth-child(2), .cooperation_third .item_third  div:nth-child(2){font-size:15px!important;}
    .cooperation_third .item_one div:nth-child(3), .cooperation_third .item_two div:nth-child(3),.cooperation_third .item_third  div:nth-child(3){font-size:16px!important;font-weight:normal!important;}
     .cooperation_third .item_one div:nth-child(3) p, .cooperation_third .item_two div:nth-child(3) p,.cooperation_third .item_third  div:nth-child(3) p{margin-top: 5px;}
     .cooperation_third .item_one, .cooperation_third .item_third{position:relative!important;}
    .cooperation_third .item_one div:nth-child(3), .cooperation_third .item_two div:nth-child(3), .cooperation_third .item_third div:nth-child(3){position: absolute;right: 0px;top: 2px;width: 60%}
    .cooperation_third .item_two{top:0;left:0;position:relative;}
    .cooperation_third .item_third div:nth-child(3){font-weight:normal!important;}
    .cooperation_third .item_third div:nth-child(1){padding-top:0;}
    .cooperation_third .item_two{position: relative;margin-bottom:20px;float:left;width:100%}
    .cooperation_third .item_two div:nth-child(4){display:none;}
    .cooperation_third .item_third{margin-top: 0;margin-right:0px;float:left;width:100%;}
    .cooperation_third .item_two div:nth-child(3){margin-bottom:0;}
    .cooperation_third .item_third div:nth-child(1){padding-top:0;font-weight:bold;}
    .cooperation_third .item_third div:nth-child(1)::before{display:none;}
    .cooperation_third .item_third div:nth-child(2){font-weight:bold;margin:10px 0;font-size:24px;}
    .cooperation_third .item_third div:nth-child(1)::before{display:none;}
    .home_technical .technical_contaienr{width: 100%;margin: 0!important;padding:0;}
    .technical_two{font-size: 20px;}
    .technical_third{width: 100%;height: 100%;}
    .technical_four .top{display: flex;flex-direction: column;}
    .technical_left{width: 100%!important;padding:0px 10px 10px 10px!important;border-bottom:1px dashed #c2c2c2;}
    .technical_left div:nth-child(1){margin-top:20px;}
    .technical_left div:nth-child(3){margin-bottom:10px!important;}
    
    .technical_left div{font-size:16px!important;margin-top:0px!important;font-size:16px!important;margin-bottom:10px;}
    .technical_left div:nth-child(1){font-weight:bold!important;margin-top:4px!important;}
    .technical_left div:nth-child(2){font-size:14px!important;color:#c2c2c2;}
    .technical_left div:nth-child(4){width:100%!important;text-align: center;margin-top:0;}
    .technical_left div:nth-child(4) a{font-size:16px!important;}
    .technical_right{width: 100%!important;padding:20px 10px!important;}
    .right_one{margin-bottom: 10px!important;}
    
    .technical_four .technical_right{font-size: 15px;}
    .technical_four .technical_right div{display: flex;justify-content: flex-start;}
    .technical_four .technical_right div span{width:90px;text-align:left;}
    .technical_right .right_one p{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 90px);margin-left:0!important;}
    .home_technical{height:100%}
    .tjbd{display:none;}
    footer .content{width: 100%;padding: 0px 24px;}
    footer .content .part2{display: none;}
    .floatWindow{display: none!important;}
    .kef{display: none;}
    footer .bottom .right {float:left;}
    footer .phone {display: none;}
    footer{padding-bottom: 0;}
    .home_about .about_img_second {margin-left: 0px;}
    
    /*技术文章列表*/
    .InsidePage  .content{width:100%;}
    .nyBanner{height:200px;}
    .nyBanner .cont .img1{width: 100%;height:100%;}
    .nyBanner .cont .p1{font-size:30px;padding-top:60px;padding-bottom:4px;}
    .nyBanner .cont div p:nth-child(2){display:none;}
    .nyBanner .cont div p:nth-child(3){font-size:16px;margin-left:20px;}
    .home_title{padding:10px 10px;font-size:14px;}
    .newsPage .part{width: 100%;padding:0;}
    .newsPage .part .part2{padding:20px 15px;}
    .newsPage .part .part2 .list{display: flex;width: 100%;flex-direction:column;}
    .newsPage .part .part2 .list .item{width: 100%;}
    .InsidePage .par2{height: auto;}
    .newsPage .part .part2 .list .item .txt .p1{font-size: 14px;padding:8px 0;}
    .newsPage .part .part2 .list .item .txt .p2{margin:0;height:20px;}
    .cd-nav{display: none;}
    
    /*技术文章详情*/
    .breadCrumbs{width: 252px;height: 17px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;left: 15px;bottom: 16px;}
    
    .newsDetailPage .part{padding-top:20px;}   
    .newsDetailPage .part .part1 .part1_main .title .p1{font-size:18px;text-align:left;font-weight:bold;}
    .newsDetailPage .part .part1 .part1_main{padding:0 10px;}
    .newsDetailPage .part .part1 .part1_main .title .p2{margin:0;padding:0;text-align:left;font-size:16px;}
    .newsDetailPage .part .part1 .part1_main .title .p2 span{font-size: 14px;}
    .newsDetailPage .part .part1 .part1_main .title{margin-bottom:10px;}
    .newsDetailPage .part .part1 .part1_main .cont p{font-size:14px;}
    .reLink{margin: 17px 0;}
    .reLink .prevLink{text-indent:0;font-size:8px;width:40%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .reLink .mid {font-size: 12px;color: #999;float: left;width: 23%;height: 56px;line-height: 56px;}
    .reLink .mid img {width: 10px;height: 10px;margin-right: 10px;object-fit: contain;}
    .reLink .nextLink{display:block;font-size: 12px;text-align:left;color: #999999;float: right;margin-right: 0;width: 35%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .newsDetailPage .part .part2{padding:10px 14px}
    .newsDetailPage .part .part2 .title{font-size: 26px;padding-top:0;padding-bottom:20px;}
    .newsDetailPage .part .part2 .list{width:100%;}
     .newsDetailPage .part .part2 .list .item{width: 100%;margin-right:0;margin-bottom:0;}
     .newsDetailPage .part .part2 .list .item .img{width:100%!important;}
     .newsDetailPage .part .part2 .list .item .txt .p1{font-size: 14px;font-weight:bold;}
     .laboratory_container{width: 100%;padding: 0 15px} 
     .laboratory_left{border-radius: 20px;width:100%;padding:30px;}
     .laboratory_right{width:100%;margin-left:0;margin-top:20px;}
     .laboratory_right table{width: 100%;}
     .laboratory_right tr td{font-size: 15px;border: 1px solid #ccc;padding:7px;width:50%;}
     .laboratory_left .laboratory_three{font-size: 20px;}
     .laboratory_left .laboratory_four{margin-top: 20px;}
     .laboratory_left .laboratory_four .item{font-size:16px;padding:15px 10px;}
     .laboratory_right .laboratory_one{font-size:22px;}
     .laboratory_right tr td:nth-child(1){display:none;}
     .laboratory_right tr td p{margin-top:10px;}
     .message_content{margin-top:20px;}
     .message__left .message_one{font-size:22px;}
     .message_two{font-size: 24px;}
     .message_two::before{height:4px;}
     .message_img{margin-top: 40px;}
     .message_four{font-size:25px;}
     .message__right{margin-left:0;margin-top:20px;}
     .message__right form input{width:100%;margin-right:0;margin-bottom:20px;}
     .message__right .text_area{margin-top:0;}
     .message__right .button{width:100%;}
     .nyBanner{margin-top:60px;}
     .nyBanner .cont div{z-index:8;}
     .breadCrumbs{z-index:7;}
     .main_laboratory .laboratory_bottom div::before{display:none;}
      .home_technical{padding-bottom:0;}
      
      .home_detection ul{width: 100%;}
      
     }
     
     