@font-face {
    font-family: "Altinn-DIN";
    src: url('../font/Altinn-DIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Altinn-DIN-Bold";
    src: url('../font/Altinn-DIN-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* @font-face{
    font-family: "SourceHanSansCN-Normal";
    src: url('/font/SOURCEHANSANSCN-NORMAL.OTF') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family: "SourceHanSansCN-Bold";
    src: url('/font/SOURCEHANSERIFCN-BOLD.OTF') format('truetype');
    font-weight:normal;
    font-style:normal;
} */


/*banner背景图片动画*/

@keyframes boticon {
    0% {
        transform: translatey(-8px)
    }
    50% {
        transform: translatey(0)
    }
    100% {
        transform: translatey(-8px)
    }
}

@-webkit-keyframes boticon {
    0% {
        transform: translatey(-8px)
    }
    50% {
        transform: translatey(0)
    }
    100% {
        transform: translatey(-8px)
    }
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

em {
    font-style: italic;
}

ul {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*banner */

.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item .title {
    position: absolute;
    bottom: 10.88%;
    left: 6.66%;
}

.index_main .section1 .index_banner .item .title h2 {
    font-size: 76px;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: bold;
}

.index_main .section1 .index_banner .item .title p {
    font-family: Altinn-DIN;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-top: 22px;
    margin-bottom: 0;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
    width: 0;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
    opacity: 1;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 1;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(/img/left.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(/img/right.png);
    right: 60px;
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}


/* 第二屏 */

.index_main .section2 {
    background: url(/img/bg2.png)center no-repeat;
    background-size: cover;
}

.index_main .section2 .title {
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: 144px;
}

.index_main .section2 .title h2 {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold;
    letter-spacing: 4px;
    color: #36a9e0;
    margin-bottom: 0;
}

.index_main .section2 .title p {
    font-family: Altinn-DIN;
    font-size: 20px;
    color: rgba(153, 153, 153, .5);
}

.index_main .section2 .content {
    margin-top: 50px;
}

.index_main .section2 .content ul li {
    float: left;
}

.index_main .section2 .content .jishu-nei.js-yd {
    display: none;
}

.index_main .section2 .content ul li img {
    max-width: 100%;
}

.index_main .section2 .content .jishu-nei li {
    margin-right: 1.3%;
    width: 32.38%;
    position: relative;
}

.index_main .section2 .content .jishu-nei li:nth-child(3) {
    margin-right: 0;
}

.index_main .section2 .content ul li .text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 20%;
    margin: auto;
    display: none;
    top: 0;
}

.index_main .section2 .content ul li a {
    display: block;
}

.index_main .section2 .content .jishu-nei li:hover .text {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(54, 169, 224, 0.5);
}

.index_main .section2 .content ul li .text h2 {
    font-family: Alibaba-PuHuiTi-B;
    font-size: 62px;
    color: #ffffff;
}

.index_main .section2 .content ul li .text p {
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    color: #ffffff;
}

.index_main .section2 .content .jishu-nav {
    margin-top: 40px;
}

.index_main .section2 .content .jishu-nav li {
    text-align: center;
    width: 16.04%;
    margin-right: 4.94%;
    height: 215px;
    position: relative;
}

.index_main .section2 .content .jishu-nav li a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.index_main .section2 .content .jishu-nav li img {
    max-width: 100%;
}

.index_main .section2 .content .jishu-nav li .img2 {
    display: none;
}

.index_main .section2 .content .jishu-nav li:hover .img2 {
    display: inline-block;
}

.index_main .section2 .content .jishu-nav li:hover .img1 {
    display: none;
}

.index_main .section2 .content .jishu-nav li.active .img1 {
    display: none;
}

.index_main .section2 .content .jishu-nav li.active .img2 {
    display: inline-block;
}

.index_main .section2 .content .jishu-nav li:hover,
.index_main .section2 .content .jishu-nav li.active {
    background-color: #36a9e0;
    border-radius: 10px;
}

.index_main .section2 .content .jishu-nav li:hover p,
.index_main .section2 .content .jishu-nav li.active p {
    color: #fff;
}

.index_main .section2 .content .jishu-nav li:hover span,
.index_main .section2 .content .jishu-nav li.active span {
    color: #fff;
}

.index_main .section2 .content .jishu-nav li:last-child {
    margin-right: 0;
}

.index_main .section2 .content .jishu-nav li p {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    letter-spacing: 2px;
    color: #36a9e0;
    margin-top: 10px;
    margin-bottom: -5px;
}

.index_main .section2 .content .jishu-nav li span {
    font-family: Altinn-DIN;
    font-size: 12px;
    color: #36a9e0;
}


/* 第三屏 */

.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url(/img/bg3.png) no-repeat;
    background-size: cover;
}

.index_main .section3 .second-left {
    width: 40%;
    float: left;
}

.index_main .section3 .second-left .title {
    margin-top: 90px;
}

.index_main .section3 .container .second-left .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    letter-spacing: 4px;
    color: #36a8df;
}

.index_main .section3 .container .second-left .title p {
    font-family: Roboto-Medium;
    font-size: 20px;
    color: rgba(153, 153, 153, .5);
}

.index_main .section3 .container .third-nav {
    margin-top: 115px;
}

.index_main .section3 .container .third-nav ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.index_main .section3 .container .third-nav ul li:nth-child(2n) {
    margin-right: 0;
}

.index_main .section3 .container .third-nav ul li.active,
.index_main .section3 .container .third-nav ul li:hover {
    box-shadow: 0px 0px 15px 0px rgba(16, 9, 13, 0.21);
    border-radius: 5px;
}

.index_main .section3 .container .third-nav ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
}

.index_main .section3 .container .third-nav ul li .left {
    float: left;
    margin-right: 40px;
}

.index_main .section3 .container .third-nav ul li .right {
    float: left;
}

.index_main .section3 .container .third-nav ul li .right p {
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    letter-spacing: 2px;
    color: #36a8df;
    margin-bottom: -2px;
}

.index_main .section3 .container .third-nav ul li .right span {
    font-family: Altinn-DIN;
    font-size: 11px;
    color: #36a8df;
}

.index_main .section3 .container .second-right {
    float: right;
    width: 39%;
    margin-top: 145px;
}

.index_main .section3 .container .second-right .third-lb {
    display: none;
}

.index_main .section3 .container .second-right .swiper-slide {
    text-align: center;
}

.index_main .section3 .container .second-right .swiper-slide img {
    max-width: 100%;
}

.index_main .section3 .container .second-right .swiper-slide img {
    width: 357px;
    height: 391px;
}

.index_main .section3 .container .second-right p {
    text-align: center;
    font-family: Altinn-DIN-Bold;
    font-size: 19px;
    color: #36a8df;
}


/* 第四页 */

.index_main .section4 {
    background: url(/img/bg4.png)no-repeat;
    background-size: cover;
}

.index_main .section4 .four-left {
    width: fit-content;
    float: left;
    margin-top: 80px;
}

.index_main .section4 .four-left .title {
    width: fit-content;
}

.index_main .section4 .four-left .title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    letter-spacing: 4px;
    color: #36a9e0;
}

.index_main .section4 .four-left .title p {
    font-family: Altinn-DIN;
    font-size: 20px;
    color: rgba(153, 153, 153, .5);
}

.index_main .section4 .four-left .xw-pic {
    margin-top: 120px;
    width: fit-content;
}

.index_main .section4 .four-left .xw-pic a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: none;
}

.index_main .section4 .four-left .xw-pic a:hover img {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.index_main .section4 .four-left .xw-pic img {
    max-width: 100%;
    width: 472px;
    height: 279px;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.index_main .section4 .four-left .xw-more {
    margin-top: 37px;
}

.index_main .section4 .four-left .xw-more a {
    display: inline-block;
    border-radius: 17px;
    border: solid 1px #36a9e0;
    padding: 4px 50px;
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #36a9e0;
}

.index_main .section4 .four-right {
    float: right;
    margin-top: 155px;
    width: 48%;
}

.index_main .section4 .four-right ul li {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 156px;
}

.index_main .section4 .four-right ul li .time {
    float: left;
    margin-right: 6.32%;
}

.index_main .section4 .four-right ul li .time .date {
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    color: #999999;
}

.index_main .section4 .four-right ul li a {
    width: 83.22%;
    display: block;
    float: left;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
    padding-left: 50px;
}

.index_main .section4 .four-right ul li a span {
    display: none;
}

.index_main .section4 .four-right .line {
    display: inline-block;
    width: 1px;
    height: 85px;
    border: solid 1px #999999;
    margin: -30px 0;
    margin-left: 6%;
}

.index_main .section4 .four-right ul li.active a {
    height: 100%;
    background: url(/img/wzbg.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
    padding-left: 50px;
}

.index_main .section4 .four-right ul li.active .date {
    color: #36a9e0;
}

.index_main .section4 .four-right ul li.active a p {
    color: #fff;
}

.index_main .section4 .four-right ul li.active a span {
    width: 81%;
    display: block;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    letter-spacing: 1px;
}

.copy,
.copy1 {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #36a9e0;
}

.copy {
    bottom: 0;
}

.copy .text,
.copy1 .text {
    text-align: center;
    line-height: 40px;
}

.copy p,
.copy1 p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: SourceHanSansCN-Light;
    display: inline-block;
}

.copy p span,
.copy1 p span {
    font-family: Altinn-DIN;
    letter-spacing: 0px;
    font-size: 15px;
}

.copy a,
.copy1 a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: SourceHanSansCN-Light;
    margin-left: 60px;
}

.wx {
    position: absolute;
    left: 128px;
    top: 50%;
    transform: translateY(-50%);
}

.ewm {
    position: absolute;
    left: 97px;
    bottom: 90%;
    display: none;
}

.weixin:hover .ewm {
    display: block;
}


/* 内页banner */

.nei-banner {
    position: relative;
}

.nei-banner img {
    max-width: 100%;
}

.nei-banner .title {
    width: fit-content;
    margin: auto;
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-42%);
}

.nei-banner .title p {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #ffffff;
}

.nei-banner .title h2 {
    font-size: 60px;
    color: #fffdfd;
    font-family: SourceHanSansCN-Regular;
    margin-top: 40px;
    margin-bottom: 30px;
}

.nei-banner .title span {
    width: 2px;
    height: 107px;
    display: inline-block;
    background-color: #ffffff;
}


/* 核心技术 */

.hexinjishu {
    width: 100%;
    margin-top: 85px;
    height: auto;
    margin-bottom: 100px;
}

.hexinjishu ul.yd {
    display: none;
}

.hexinjishu ul li {
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
}

.hexinjishu ul li .img1 {
    max-width: 100%;
}

.hexinjishu ul li .yinying {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.hexinjishu ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hexinjishu ul li:nth-child(1):hover .yinying {
    background: url(/img/y1.png)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(2):hover .yinying {
    background: url(/img/y2.png)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(3):hover .yinying {
    background: url(/img/hxy3.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(4):hover .yinying {
    background: url(/img/hxy4.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(5):hover .yinying {
    background: url(/img/hxy5.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(1) .yinying {
    background: url(/img/hxyy1.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(2) .yinying {
    background: url(/img/hxyy2.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(3) .yinying {
    background: url(/img/hxyy3.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(4) .yinying {
    background: url(/img/hxyy4.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li:nth-child(5) .yinying {
    background: url(/img/hxyy5.jpg)no-repeat;
    background-size: 100% 100%;
}

.hexinjishu ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.hexinjishu ul li .text p {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: -8px;
}

.hexinjishu ul li .text span {
    display: inline-block;
    font-family: Altinn-DIN;
    font-size: 12px;
    color: #ffffff;
}

.hexinjishu ul li .text1 {
    display: none;
    z-index: 1000;
}

.hexinjishu ul li:hover .text {
    display: none;
}

.hexinjishu ul li:hover .text1 {
    display: block;
}

.hexinjishu ul li:hover .text1 p {
    color: #36a9e0;
}

.hexinjishu ul li:hover .text1 span {
    color: #36a9e0;
}


/* 核心技术列表 */

.hx-banner {
    height: 456px;
}

.nei-banner .title-lib {
    margin-top: 292px;
    transform: none;
    top: auto;
}

.nei-banner .title-lib p {
    color: #36a9e0;
}

.nei-banner .title-lib h2 {
    color: #36a9e0;
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 55px;
}

.nei-banner .title-lib span {
    background: #36a9e0;
}

.hexinjishulib {
    background: url(/img/lbbg.png)no-repeat;
    background-size: cover;
    padding-top: 12%;
    padding-bottom: 12%;
}

.hexinjishulib .swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
}

.hexinjishulib .swiper-slide-active {
    transform: scale(1.4);
}

.hexinjishulib .swiper-slide-active .lb-pic {
    position: relative;
}

.hexinjishulib .swiper-slide-active .lb-pic .lb-yy {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(119, 118, 118, 0.2);
    top: 0;
    left: 0;
}

.lb {
    width: 1574px;
    margin: auto;
}

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

.hexinjishulib .lb {
    position: relative;
}

.hexinjishulib .lb .swiper-container {
    width: 100%;
    height: 100%;
    overflow: revert;
    overflow-x: clip;
}

.hexinjishulib .lb .swiper-button-next {
    right: -1%;
}

.hexinjishulib .lb .swiper-button-prev {
    left: -3%;
}

.nei-container .swiper-slide a {
    display: inline-block;
}

.nei-container .swiper-slide .text {
    width: 100%;
    background: #fff;
    position: relative;
    height: auto;
    padding-left: 20px;
}

.nei-container .swiper-slide .text span {
    font-family: SourceHanSansCN-Light;
    font-size: 10px;
    color: #6e6e6e;
    margin-top: 20px;
    display: inline-block;
}

.nei-container .swiper-slide .text h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #6e6e6e;
    padding-bottom: 60px;
}

.nei-container .swiper-slide-active .text span {
    color: #36a9e0;
}

.nei-container .swiper-slide-active .text h2 {
    color: #36a9e0;
}

.lb-back {
    text-align: center;
    height: 130px;
    line-height: 130px;
}


/* 解决方案 */

.jiejuefangan {
    margin-top: 93px;
    width: 100%;
    padding-bottom: 80px;
    background: url(/img/jwfabg.png)no-repeat;
    background-position: bottom right;
}

.jiejuefangan ul li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
}

.jiejuefangan ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jiejuefangan ul li:hover img {
    transition: .5s;
    transform: scale(1.2);
}

.jiejuefangan ul li img {
    max-width: 100%;
    transition: .5s;
}

.jiejuefangan ul li .text {
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.jiejuefangan ul li .text p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
}

.jiejuefangan ul li .text h2 {
    font-family: Altinn-DIN-Bold;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: -1px;
}

.jiejuefangan ul li .text .more {
    margin-top: 47px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.jiejuefangan ul li .text .more .line {
    display: block;
    width: 50px;
    height: 2px;
    float: left;
    background: #fff;
}

.jiejuefangan ul li .text .more .zi {
    font-size: 10px;
    font-family: SourceHanSansCN-Light;
    color: #ffffff;
    float: left;
    display: block;
    margin-left: 10px;
}


/* 产品中心 */

.cpzx-nav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}

.cpzx-nav ul li {
    float: left;
    margin-right: 98px;
}

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

.cpzx-nav ul li a {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpzx-nav ul li a .line {
    width: 2px;
    height: 20px;
    background-color: #36a9e0;
    display: block;
    float: left;
}

.cpzx-nav ul li a .zi {
    display: block;
    font-family: SourceHanSansCN-Regular;
    float: left;
    display: block;
    font-size: 18px;
    color: #000;
    margin-left: 15px;
}

.cpzx-nav ul li.active a .zi {
    color: #36a9e0;
}

.yiqishebei {
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    height: auto;
}

.yiqishebei .sb {
    padding-top: 150px;
}

.yiqishebei .sb li {
    width: 32.44%;
    background: #fff;
    float: left;
    margin-right: 1.19%;
    margin-bottom: 20px;
    text-align: center;
}

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

.yiqishebei .sb li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.yiqishebei .sb li a img {
    max-width: 100%;
    margin-top: 60px;
    width: 80%;
}

.yiqishebei .sb li a .text {
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

.yiqishebei .sb li a h2 {
    font-family: Altinn-DIN;
    font-size: 20px;
    color: #303030;
    margin-bottom: 0;
}

.yiqishebei .sb li a span {
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: #9b9999;
}

.yiqishebei .sb li a p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    letter-spacing: 1px;
    color: #303030;
    margin-top: 10px;
}

.yiqishebei .sb li:hover a h2 {
    color: #36a9e0;
}

.yiqishebei .sb li:hover a p {
    color: #36a9e0;
}

.yiqishebei .sb li:hover a span {
    background: #36a9e0;
}


/* 仪器设备内页 */

.yiqishebeinei {
    width: 1120px;
    margin: auto;
    margin-top: 235px;
    margin-bottom: 80px;
    position: relative;
}

.yiqishebeinei .lunbo {
    width: 41.78%;
    float: left;
    position: relative;
}

.yiqishebeinei .lunbo .lunboxiao {
    margin-top: 42px;
    height: 67px;
    width: 319px;
}

.yiqishebeinei .lunbo .lunboxiao .swiper-slide {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #c0c4c7;
}

.yiqishebeinei .lunbo .lunboxiao .swiper-slide-active {
    background: #f7f7f7;
    border: none;
}

.yiqishebeinei .lunbo .lunboxiao .swiper-slide img {
    width: 100%;
    height: 100%;
}

.yiqishebeinei .lunbo .swiper-button-next,
.yiqishebeinei .lunbo .swiper-button-prev {
    top: 95%;
}

.yiqishebeinei .text {
    float: right;
    width: 56%;
}

.yiqishebeinei .text h2 span {
    font-size: 36px;
    letter-spacing: -2px;
    color: #303030;
    font-weight: bold;
    line-height: 26px;
    word-break: break-all;
    line-height: 44px;
    width: fit-content;
    word-break: break-word;
}

.yiqishebeinei .text span {
    font-size: 16px;
    line-height: 24px;
    color: #777676;
}

.yiqishebeinei .text h2 {
    font-family: AdobeHeitiStd-Regular;
    font-size: 34px;
    color: #303030;
    margin-bottom: 17px;
}

.yiqishebeinei .text p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    line-height: 24px;
    color: #777676;
    text-align: justify;
    margin-bottom: 20px;
}

.yiqishebeinei .text a {
    display: block;
    border-radius: 18px;
    width: fit-content;
    position: absolute;
    border: solid 1px #36a9e0;
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    letter-spacing: 2px;
    color: #36a9e0;
    padding: 5px 36px;
    text-align: center;
}

.yqsbn-nav {
    width: 100%;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.03);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yqsbn-nav.on {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100000;
}

.yqsbn-nav ul {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yqsbn-nav ul li {
    float: left;
}

.yqsbn-nav ul li a {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    display: inline-block;
    color: #303030;
    text-align: center;
}

.yqsbn-nav ul li.active a {
    border-radius: 18px;
    color: #fff;
    padding: 5px 37px;
    text-align: center;
    letter-spacing: 2px;
    background: #36a9e0;
}

.yqsbn-nav ul span {
    display: block;
    float: left;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin: 0 58px;
}

.chanpintexing {
    width: 1130px;
    margin: auto;
    margin-top: 55px;
}

.chanpintexing h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.chanpintexing h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
}

.chanpintexing div {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #777676;
    width: fit-content;
}

.chanpintexing p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #a6a7a7;
    text-align: justify;
    margin-bottom: 30px;
}

.jishucanshu {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    margin-top: 54px;
    padding-bottom: 78px;
}

.jishucanshu .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
}

.jishucanshu .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.jishucanshu .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
}

.jishucanshu .content table {
    border-collapse: collapse;
    width: 77.87%;
}

.jishucanshu .content table tr td {
    border: 1px solid #bfbfbf;
    padding: 5px 0;
    width: 28.26%;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #777676;
}

.jishucanshu .content table tr td:nth-child(2n) {
    width: 71.81%;
}

.yingyonganli {
    width: 1130px;
    margin: auto;
    margin-top: 87px;
    position: relative;
}

.yingyonganli h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.yingyonganli h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
    padding-top: 55px;
}

.yingyonganli .canshu {
    width: 768px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 156px;
}

.yingyonganli .canshu .text h3 {
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #777676;
    margin-top: 50px;
    margin-bottom: 20px;
}

.yingyonganli .canshu .text h3 span {
    margin-right: 20px;
}

.yingyonganli .canshu .text p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    text-align: justify;
}

.yingyonganli .canshu img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.yingyonganli .canshu .swiper-slide {
    text-align: center;
}

.yingyonganli .canshulunbo {
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.yingyonganli .canshu-next {
    right: 5.5%;
    top: 58%;
}

.yingyonganli .canshu-prev {
    left: 5.5%;
    top: 58%;
}

.xiangguanchanpin {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    margin-top: 54px;
    padding-bottom: 44px;
}

.xiangguanchanpin .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
}

.xiangguanchanpin .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.xiangguanchanpin .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
}

.xiangguanchanpin .content ul {
    width: 1187px;
    margin: auto;
}

.xiangguanchanpin .content ul li {
    float: left;
    background: #fff;
    text-align: center;
    width: 23.16%;
    margin-right: 2.44%;
    margin-bottom: 20px;
}

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

.xiangguanchanpin .content ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xiangguanchanpin .content ul li a img {
    max-width: 100%;
}

.xiangguanchanpin .content ul li a span {
    display: inline-block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 85.81%;
}

.xiangguanchanpin .content ul li a p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    margin: 30px 0;
    height: 48px;
}

.meitibaodao {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 54px;
}

.meitibaodao .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
}

.meitibaodao .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.meitibaodao .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
}

.meitibaodao .content a {
    display: block;
    width: fit-content;
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.meitibaodao .content a:hover {
    border-color: #36a9e0;
    color: #36a9e0;
}

.meitibaodao .content a.yw {
    font-family: Altinn-DIN;
}

.xiangguanlunwen {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    margin-top: 54px;
    padding-bottom: 87px;
}

.xiangguanlunwen .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
}

.xiangguanlunwen .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
}

.xiangguanlunwen .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.xiangguanlunwen .content .lunwen {
    width: 100%;
}

.xiangguanlunwen .content .lunwen .lunwen1 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.05);
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-left {
    float: left;
    width: 100%;
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-left p {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-left p span {
    display: inline-block;
    margin-right: 70px;
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-left a h2 {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    color: #303030;
    margin-top: 20px;
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-right {
    float: right;
    margin-top: 0;
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-right h3 {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-right p {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #303030;
    text-align: right;
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao {
    padding-top: 48px;
    float: left;
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao img {
    max-width: 100%;
    margin-right: 16px;
    margin-bottom: 7px;
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao span a {
    display: inline-block;
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao span:nth-child(1) {
    margin-right: 160px;
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao span:nth-child(2) {
    margin-right: 60px;
}

.xiangguanlunwen .content .lunwen .lunwen1 .bianhao span:nth-child(3) {
    margin-right: 20px;
}

.yq-back {
    background: #f7f7f7;
    border-top: 1px solid #cbc8c8;
    height: 50px;
    line-height: 50px;
    padding-bottom: 135px;
}

.yq-back .up {
    float: left;
    margin-left: 6.56%;
}

.yq-back .down {
    float: right;
    margin-right: 6.56%;
}

.yq-back .up img,
.yq-back .down img {
    display: inline-block;
    max-width: 100%;
    margin-top: -4px;
}

.yq-back a span {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #36a9e0;
    display: inline-block;
}

.yq-back .up,
.yq-back .down {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sjhcnav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 177px;
    border-top: 1px solid #cae8f7;
}

.sjhcnav ul li {
    float: left;
    width: fit-content;
}

.sjhcnav ul {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

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

.sjhcnav ul li a {
    display: inline-block;
    padding: 2px 17px;
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #36a9e0;
    border: solid 1px #36a9e0;
    border-radius: 14px;
    margin-right: 40px;
}

.sjhcnav ul li a.active {
    background: #36a9e0;
    color: #fff;
}

.sjhclib {
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    position: relative;
}

.sjhclib .nav {
    width: 14%;
    padding-top: 80px;
    position: absolute;
}

.sjhclib .nav dl {
    width: 100%;
}

.sjhclib .nav dl dt {
    font-family: AdobeHeitiStd-Regular;
    font-size: 18px;
    color: #36a9e0;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: 1px solid #36a9e0;
    padding-left: 56%;
    margin-bottom: 15px;
}

.sjhclib .nav dl dd {
    margin-bottom: 10px;
}

.sjhclib .nav dl dd a {
    font-family: AdobeHeitiStd-Regular;
    font-size: 16px;
    letter-spacing: 1px;
    color: #303030;
    padding-left: 5%;
    display: block;
}

.sjhclib .lb {
    width: 1370px;
    margin: auto;
    padding-top: 114px;
}

.sjhclib .lb ul li {
    float: left;
    width: 29.92%;
    margin-right: 5.1%;
    background: #fff;
    text-align: center;
    margin-bottom: 75px;
}

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

.sjhclib .lb ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sjhclib .lb ul li a img {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sjhclib .lb ul li a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    letter-spacing: 1px;
    color: #303030;
    margin-top: 46px;
}

.sjhclib .lb ul li a span {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 14px;
    color: #303030;
    padding-bottom: 50px;
    display: inline-block;
}

.sjhclib .lb ul li.active a p,
.sjhclib .lb ul li.active a span,
.sjhclib .lb ul li:hover a p,
.sjhclib .lb ul li:hover a span {
    color: #36a9e0;
}

.xinwenzhongxin ul li.lunwen a .pic {
    border-radius: 20px;
}


/* 设计盒内页 */

.sjh .lunbo img {
    max-width: 100%;
}

.chanpintexing ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.chanpintexing ul li {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.caozuoliucheng {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 55px;
}

.caozuoliucheng .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
}

.caozuoliucheng .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.caozuoliucheng .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 42px;
    width: fit-content;
}

.caozuoliucheng .content img {
    text-align: center;
    max-width: 100%;
    margin-bottom: 104px;
}

.xiangguanchanpin1 {
    padding-top: 54px;
    margin-top: 0;
    border-top: 1px solid rgba(191, 191, 191, 0.17);
}

.peitaoyiqi {
    padding-bottom: 67px;
}

.xiangguanchanpin1 .content {
    padding-top: 0;
}

.peitaoyiqi .content ul li a p {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #777676;
    margin-bottom: 0;
}

.peitaoyiqi .content ul li a h4 {
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    color: #303030;
    margin-bottom: 45px;
}

.shiyongshenqing {
    margin-top: 67px;
    width: 100%;
    padding-bottom: 100px;
}

.shiyongshenqing .content {
    width: 1130px;
    margin: auto;
    padding-top: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.shiyongshenqing .content img {
    max-width: 100%;
}

.shiyongshenqing .content span {
    display: inline-block;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    color: #36a9e0;
    letter-spacing: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #36a9e0;
    margin-left: 15px;
}


/* 数据软件 */

.shujuruanjian img {
    display: block;
    max-width: 100%;
    float: left;
    width: 357px;
    height: 391px;
}

.shujuruanjian .text {
    margin-top: 124px;
}

.shujuruanjian .text a {
    margin-top: 45px;
}

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

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

.hexingongneng .content {
    width: 1130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

.hexingongneng .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.hexingongneng .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 30px;
    width: fit-content;
}

.hexingongneng .content p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    width: 65%;
    text-align: justify;
}

.sj-jscs {
    width: 100%;
}

.sj-jscs .content {
    width: 1130px;
    margin: auto;
    margin-top: 55px;
}

.sj-jscs .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.sj-jscs .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    width: fit-content;
}

.sj-jscs dl dt span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.sj-jscs div {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
}

.sj-jscs dl p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #303030;
    letter-spacing: 2px;
    background-color: #EBF6FC;
    border-radius: 18px;
    padding: 5px 24px;
    width: fit-content;
    margin-bottom: 15px;
}

.sj-jscs dl {
    margin-bottom: 35px;
}

.sj-jscs dl dd {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    margin-left: 16px;
    margin-bottom: 0;
}

.sj-jscs dl.title dt {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}


/* .sj-jscs ul li span {display: inline-block;width: 6px;height: 6px;background: rgba(0, 0, 0, 0.1);border-radius: 50%;margin-right: 10px;} */


/* .sj-jscs ul li {font-family: SourceHanSansCN-ExtraLight;font-size: 16px;color: #777676;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;font-weight: normal;} */


/* .sj-jscs ul p {font-family: SourceHanSansCN-Light;font-size: 16px;color: #303030;letter-spacing: 2px;background-color: #EBF6FC;border-radius: 18px;padding: 5px 24px;width: fit-content;margin-bottom: 15px;} */

.sj-jscs ul {
    margin: 30px auto;
}

.sj-jscs ul dd {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    margin-left: 16px;
    margin-bottom: 0;
}

.sj-jscs ul.title dt {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sj-jscs ul li h4,
.chanpintexing ul li {
    width: fit-content;
    background-color: #EBF6FC;
    border-radius: 15px;
    padding: 4px 16px;
}

.sj-jscs ul li h4 span {
    display: block;
    font-family: Altinn-DIN;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
}

.sj-jscs .content p span {
    color: #a6a7a7;
}


/* 技术服务 */

.jishu-banner {
    width: 100%;
    position: relative;
    margin-top: 138px;
    margin-bottom: 148px;
}

.jishu-banner img {
    max-width: 100%;
    height: 330px;
}

.jishu-banner .jishu-pic img {
    width: fit-content;
    height: auto;
}

.jishu-title {
    width: 1060px;
    margin: auto;
    position: absolute;
    font-weight: normal;
    bottom: -17%;
    left: 0;
    right: 0;
    margin: auto;
}

.jishu-pic {
    float: left;
}

.jishu-text {
    float: right;
    width: fit-content;
    margin-top: 9%;
}

.jishu-text h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 48px;
    color: #fefefe;
}

.jishu-text p {
    font-family: SourceHanSansCN-Light;
    font-size: 24px;
    color: #fefefe;
}

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

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

.fuwujianjie .content {
    width: 1130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.fuwujianjie .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.fuwujianjie .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 20px;
    width: fit-content;
    margin-top: 116px;
}

.fuwujianjie .content ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.fuwujianjie .content ul li {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.jishuyuanli .content {
    width: 1130px;
    margin: auto;
}

.jishuyuanli .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.jishuyuanli .content h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 20px;
    width: fit-content;
    margin-top: 55px;
}

.jsyl {
    background: rgba(0, 0, 0, 0.03);
    width: fit-content;
    height: auto;
    padding: 30px 40px;
}

.jsyl p {
    text-align: center!important;
}

.jsyl p img {
    margin-bottom: 20px;
}

.js-yyal {
    width: 1347px;
    margin: auto;
    background: url(/img/jsfwbg.jpg);
    background-size: cover;
    margin-top: 60px;
}

.js-yyal .content .jsyl {
    width: fit-content;
    text-align: center;
}

.js-yyal .content .jsyl img {
    max-width: 100%;
    padding: 29px 41px;
}

.js-yyal .content .jsyl .text {
    margin-top: -5px;
    padding-bottom: 25px;
}

.js-yyal .content .jsyl p {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 14px;
    color: #36a9e0;
    line-height: 23px;
}

.js-yyal .canshu-prev {
    left: 3.5%;
}

.js-yyal .canshu-next {
    right: 3.5%;
}

.js-yyal .lunbo {
    width: 1130px;
    margin: auto;
    border: none;
}

.js-yyal .lunbo .canshu {
    margin-bottom: 0;
    padding-bottom: 68px;
    width: 100%;
}

.js-yyal .lunbo .canshu .text .title {
    margin-bottom: 40px;
    margin-top: 25px;
}

.js-yyal .lunbo .canshu .text p {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #303030;
}

.js-yyal .lunbo .canshu .text ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.js-yyal .lunbo .canshu .text ul li {
    font-family: SourceHanSansCN-ExtraLight;
    font-size: 16px;
    color: #777676;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.yangpinyaoqiu .content table {
    width: 86.82%;
}

.yangpinyaoqiu {
    background-color: #fff;
    padding-bottom: 0;
}

.yuyue .content {
    padding-top: 0;
}

.xinwenlib {
    background: url(/img/xwbg.jpg);
    background-size: cover;
}

.xinwen-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-top: 1px solid rgba(54, 169, 224, 0.3);
}

.xinwen-nav a {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #36a9e0;
    padding: 2px 17px;
    margin-right: 40px;
    border: solid 1px #36a9e0;
    border-radius: 14px;
    display: inline-block;
}

.xinwen-nav a:last-child {
    margin-right: 0;
}

.xinwen-nav a.active,
.xinwen-nav a:hover {
    color: #ffffff;
    background: #36a9e0;
}

.xinwenlib .content {
    width: 1200px;
    margin: auto;
}

.xinwenlib .content .back a {
    display: block;
    float: right;
    margin: 50px 0;
}

.xinwenlib .content ul li {
    width: 100%;
    margin-bottom: 27px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 100px;
    line-height: 100px;
}

.xinwenlib .content ul li:last-child {
    margin-bottom: 0;
}

.xinwenlib .content ul li p {
    float: left;
    width: 76%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.xinwenlib .content ul li p span.wenzi {
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #303030;
    display: block;
    float: left;
    width: 90%;
    line-height: normal;
}

.xinwenlib .content ul li p img {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 17px;
    float: left;
}

.xinwenlib .content ul li span.time {
    float: right;
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #777676;
    margin-right: 66px;
}

.xinwenlib .content ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xinwenlib .content ul li:hover {
    background: #fff;
}


/* 新闻内页 */

.xinwennei {
    background: url(/img/xwxq.png)no-repeat;
    background-position: top right;
    width: 100%;
}

.xinwennei .content {
    width: 60%;
    margin: auto;
}

.xinwennei .content .title {
    text-align: center;
    padding-top: 270px;
    margin-bottom: 75px;
}

.xinwennei .content .title h2 {
    font-size: 36px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 15px;
}

.xinwennei .content .title span {
    display: inline-block;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    color: #303030;
}

.xinwennei .content .text {
    padding-bottom: 85px;
}

.xinwennei .content .text  {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #303030;
    text-align: justify;
    margin-bottom: 30px;
    text-indent: 2em;
    word-wrap: break-word;
}

.xinwennei .content .text p.imgs {
    text-align: center;
}

.xinwennei .content .text p.imgs img {
    max-width: 100%;
}

.xinwennei .content .text img {
    text-indent: 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    width: fit-content;
}


/* 返回顶部按钮 */

.back-top,
.rewm {
    width: 70px;
    height: 70px;
    background-color: #36a9e0;
    border-radius: 6px;
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
    z-index: 10000;
}

.back-top a,
.rewm a {
    display: block;
    width: 100%;
    height: 100%;
}

.back-top img,
.rewm .wx1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.rewm {
    bottom: 105px;
}

.rewm .ewm1 {
    position: absolute;
    right: 60px;
    display: none;
}

.rewm:hover .ewm1 {
    display: block;
}

.page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px 0; */
}

.page a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #00377e;
    line-height: 50px;
    text-align: center;
    margin-right: 12px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #00377e;
}

.page a.ua3 {
    background: #00377e;
    color: #fff;
}

.page a.ua3:hover {
    color: #fff;
}

.page .tagbox a {
    border: none;
}

.page .tagbox a img {
    width: 7px;
}

.yingwen {
    font-family: Altinn-DIN;
}


/* 新闻中心 */

.xinwenzhongxin {
    width: 1170px;
    margin: auto;
    margin-top: 120px;
}

.xinwenzhongxin .moren {
    height: 494px;
}

.xinwenzhongxin .moren .pic {
    float: left;
    width: 53.67%;
    display: block;
    overflow: hidden;
}

.xinwenzhongxin .moren .pic img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.xinwenzhongxin .moren .pic:hover img {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.xinwenzhongxin .moren .text {
    float: right;
    width: 41%;
    margin-bottom: 120px;
}

.xinwenzhongxin .moren .text .time {
    font-size: 14px;
    color: #303030;
    margin-bottom: 10px;
    display: inline-block;
}

.xinwenzhongxin .moren .text h2 {
    line-height: 42px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 60px;
}

.xinwenzhongxin .moren .text h2 a {
    display: block;
    color: #303030;
    font-size: 36px;
}

.xinwenzhongxin .moren .text p {
    font-size: 18px;
    color: #303030;
    line-height: 28px;
    text-align: justify;
}

.xinwenzhongxin .moren .text .more .line {
    display: inline-block;
    width: 46px;
    height: 3px;
    background-color: #36a8df;
    margin-right: 15px;
}

.xinwenzhongxin .moren .text .more {
    display: inline-block;
    font-size: 14px;
    color: #51b3e3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.xinwenzhongxin ul li {
    float: left;
    width: 31.62%;
    margin-right: 2.56%;
    margin-bottom: 60px;
    height: 359px;
}

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

.xinwenzhongxin ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xinwenzhongxin ul li a .text {
    margin-bottom: 15px;
}

.xinwenzhongxin ul li a .text span {
    font-size: 14px;
    color: #303030;
    margin-top: 15px;
    display: block;
}

.xinwenzhongxin ul li a .text p {
    font-size: 20px;
    color: #303030;
}

.xinwenzhongxin ul li:hover a .text span {
    color: #36a9e0;
}

.xinwenzhongxin ul li:hover a .text p {
    color: #36a9e0;
}

.xinwenzhongxin ul li a .pic {
    overflow: hidden;
}

.xinwenzhongxin ul li a .pic img {
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
    width: 100%;
}

.xinwenzhongxin ul li:hover a .pic img {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}


/* 加入我们 */

.jiaruwomen {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.03);
}

.jiaruwomen .content {
    width: 1170px;
    margin: auto;
    padding-top: 70px;
}

.jiaruwomen .content ul li {
    width: 100%;
    height: 325px;
    background: #fff;
    padding: 50px 44px;
    margin-bottom: 27px;
    position: relative;
}

.jiaruwomen .content ul li .title h2 {
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    float: left;
}

.jiaruwomen .content ul li h2 span {
    display: inline-block;
    font-size: 14px;
    color: #949494;
    margin-left: 10px;
}

.jiaruwomen .content ul li h2 span:first-child {
    margin-left: 28px;
}

.jiaruwomen .content ul li h3 {
    font-size: 16px;
    color: #303030;
    font-weight: bold;
}

.jiaruwomen .content ul li p {
    font-size: 16px;
    color: #303030;
    margin-bottom: 5px;
}

.jiaruwomen .content ul li .text {
    margin-top: 27px;
}

.jiaruwomen .content ul li {
    display: block;
    width: 100%;
    height: 100%;
}

.jiaruwomen .content ul li .title .jianli {
    float: right;
    display: none;
}

.jiaruwomen .content ul li .title .jianli img {
    display: inline-block;
    margin-top: -10px;
}

.jiaruwomen .content ul li .title .jianli span {
    display: inline-block;
    font-size: 18px;
    color: #36a9e0;
    margin-left: 10px;
}

.jiaruwomen .content ul li:hover {
    background: url(/img/jlxz.jpg)no-repeat;
    background-size: cover;
}

.jiaruwomen .content ul li:hover .title .jianli {
    display: block;
}

.jiaruwomen .content ul li .sc {
    width: fit-content;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 0;
    display: none;
}

.jiaruwomen .content ul li:hover .sc {
    display: block;
}

.jiaruwomen .content ul li .sc img {
    max-width: 100%;
}

.jiaruwomen .content ul li .sc .shangchuan {
    position: absolute;
    top: 50%;
    width: fit-content;
    left: 38px;
    transform: translateY(-50%);
}

.jiaruwomen .content ul li .sc p {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #36a9e0;
    text-align: center;
}

.jiaruwomen .content ul li .sc .shangchuan input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    cursor: pointer;
}

.jiaruwomen .content ul li .sc .shangchuan:hover .img1 {
    display: none;
}

.jiaruwomen .content ul li .sc .shangchuan:hover .img2 {
    display: block;
}

.jiaruwomen .content ul li .sc img {
    display: block;
    text-align: center;
    margin: auto;
}

.jiaruwomen .content ul li .sc .shangchuan .img2 {
    display: none;
}

.jiaruwomen .content ul li .sc .tijiao {
    position: absolute;
    top: 50%;
    width: fit-content;
    right: 38px;
    transform: translateY(-50%);
}

.jiaruwomen .content ul li .sc .tijiao input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
}

.jiaruwomen .content ul li .sc .tijiao .img2 {
    display: none;
}

.jiaruwomen .content ul li .sc .tijiao:hover .img1 {
    display: none;
}

.jiaruwomen .content ul li .sc .tijiao:hover .img2 {
    display: block;
}


/* 联系我们 */

.lianxiwomen {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.02);
    margin-top: 150px;
    position: relative;
}

.lianxiwomen .ditu {
    width: 56.25%;
    float: left;
    transform: translateY(-18%);
    height: 750px;
}

.lianxiwomen .liuyan {
    width: 32.5%;
    float: left;
    margin-left: 4.47%;
    margin-top: 113px;
}

.lianxiwomen .liuyan p {
    font-size: 18px;
    color: #36a9e0;
    margin-top: 20px;
}

.lianxiwomen .liuyan ul {
    margin-top: 76px;
}

.lianxiwomen .liuyan ul li {
    margin-bottom: 26px;
}

.lianxiwomen .liuyan ul li .xingming {
    width: 41.66%;
    height: 62px;
    float: left;
    padding-left: 20px;
}

.lianxiwomen .liuyan ul li .lianxi {
    width: 54.16%;
    height: 62px;
    float: right;
    padding-left: 20px;
}

.lianxiwomen .liuyan ul li input {
    background: transparent;
    border: solid 1px rgba(54, 169, 224, 0.5);
    outline: none;
}

.lianxiwomen .liuyan ul li .xingming::-webkit-input-placeholder {
    font-size: 14px;
    color: #36a9e0;
}

.lianxiwomen .liuyan ul li .lianxi::-webkit-input-placeholder {
    font-size: 14px;
    color: #36a9e0;
}

.lianxiwomen .liuyan ul li textarea {
    padding-left: 20px;
    width: 100%;
    height: 112px;
    background: transparent;
    outline: none;
    border: solid 1px rgba(54, 169, 224, 0.5)
}

.lianxiwomen .liuyan ul li input[type="button"] {
    width: 70px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #36a9e0;
    float: right;
}

.lianxidi {
    width: 100%;
    height: 250px;
    background: url(/img/lxwmd.jpg)no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.lianxidi li {
    float: left;
    text-align: center;
    width: 33%;
}

.lianxidi .line {
    display: block;
    width: 1px;
    height: 188px;
    background-color: #f7f7f7;
    opacity: 0.3;
    float: left;
}

.lianxidi li h2 {
    font-size: 22px;
    color: #ffffff;
}

.lianxidi li span {
    display: inline-block;
    width: 26px;
    height: 4px;
    background-color: #ffffff;
    margin: 20px 0;
}

.lianxidi li p {
    font-size: 14px;
    color: #ffffff;
}

.lianxidi li p a {
    font-size: 14px;
    color: #ffffff;
}


/* 培训中心 */

.peixunzhongxin {
    width: 100%;
    background: url(/img/pxbg.jpg)no-repeat;
    background-size: 100% 100%;
}

.peixunzhongxin ul:first-child {
    padding-top: 113px;
}

.peixunzhongxin ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 55px;
}

.peixunzhongxin ul li {
    float: left;
    width: 429px;
    height: 244px;
    text-align: center;
}

.peixunzhongxin ul li img {
    display: inline-block;
    margin-top: 43px;
    margin-bottom: 30px;
}

.peixunzhongxin ul li p {
    font-size: 30px;
    color: #36a8df;
    letter-spacing: 2px;
}

.peixunzhongxin ul li span {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #36a8df;
    display: inline-block;
}

.peixunzhongxin ul li:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(16, 9, 13, 0.06);
}


/* 相关论文 */

.sousuo {
    width: 100%;
    height: auto;
    background: rgba(54, 169, 224, 0.05);
}

.sousuo .ssl {
    position: relative;
    transform: translateY(-50%);
    width: 60.2%;
    margin: auto;
}

.sousuo .ssl input[type="text"] {
    width: 100%;
    height: 77px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    outline: none;
    padding-left: 7%;
}

.sousuo .ssl input[type="button"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.28%;
    width: 20px;
    height: 22px;
    background: url(/img/ss.png);
    background-size: 100% 100%;
}

.sousuo .ssl input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 26px;
    color: #d6d8d8;
}

.sousuo .ss-nav {
    margin-left: 20.83%;
}

.sousuo .ss-nav ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 40px;
}

.sousuo .ss-nav ul:nth-child(1) {
    width: 21.71%;
}

.sousuo .ss-nav ul:nth-child(2) {
    width: 13.16%;
}

.sousuo .ss-nav ul:last-child {
    margin-right: 0;
}

.sousuo .ss-nav ul p {
    font-size: 16px;
    font-family: Altinn-DIN;
    color: #a6a7a7;
    margin-bottom: 15px;
}

.sousuo .ss-nav ul li a {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #303030;
    display: block;
}

.sousuo .ss-nav ul li a .geshu {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.sousuo .ss-nav ul li a .dian {
    background: #36a9e0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-bottom: 1px;
    display: none;
    margin-right: 5px;
}

.sousuo .ss-nav ul li:hover a {
    color: #36a9e0;
}

.sousuo .ss-nav ul li:hover a .dian {
    display: inline-block;
}

.sousuo .ss-nav ul li:hover a .geshu {
    display: none;
}

.sousuo .ss-nav ul li.active a {
    color: #36a9e0;
}

.sousuo .ss-nav ul li.active a .dian {
    display: inline-block;
}

.sousuo .ss-nav ul li.active a .geshu {
    display: none;
}

.sousuo .xian {
    display: block;
    width: 87%;
    margin: auto;
    height: 1px;
    background-color: #262626;
    opacity: 0.05;
}

.sousuo .gongneng {
    width: auto;
    margin-left: 20.93%;
    margin-right: 22.29%;
    height: 78px;
    line-height: 78px;
}

.sousuo .gongneng .zhankai {
    display: block;
    font-size: 16px;
    color: #a6a7a7;
    float: left;
}

.sousuo .gongneng .kaiguan {
    display: block;
    float: right;
}

.sousuo .gongneng .kaiguan .cell-right {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.sousuo .gongneng .kaiguan .text {
    display: block;
    font-size: 16px;
    color: #36a9e0;
    float: left;
}

.ssnr {
    width: 100%;
    height: auto;
    padding-bottom: 87px;
    margin-top: 20px;
}

.ssnr .content {
    width: 1130px;
    margin: auto;
}

.ssnr .content h2 {
    margin-top: 10px;
}

.ssnr .content h2 span {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #36a9e0;
    margin-right: 14px;
}

.ssnr .content h2 a {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    letter-spacing: 2px;
    color: #303030;
    margin-bottom: 23px;
    width: fit-content;
    font-weight: bold;
}

.xiangguanlunwen .content .lunwen .lunwen1 .lw-left h2 a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #303030;
    font-weight: bold;
    margin-top: 10px;
    font-family: Altinn-DIN;
}

.ssnr .content .lunwen {
    width: 100%;
}

.ssnr .content .lunwen:hover .lunwen1 {
    box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.05);
    border-color: transparent;
}

.ssnr .content .lunwen .lunwen1 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: solid 1px #e1e0e0;
}

.content .lunwen .lunwen1 .lw-left {
    float: left;
    width: 100%;
}

.content .lunwen .lunwen1 .lw-left h2 {
    width: 100%;
    position: relative;
}

.content .lunwen .lunwen1 .lw-left h2 .biaoqian {
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
}

.content .lunwen .lunwen1 .lw-left h2 a {
    width: 78%;
    float: left;
    margin-right: 3%;
    line-height: 20px;
    font-family: Altinn-DIN;
}

.content .lunwen .lunwen1 .lw-left h2 b {
    font-weight: normal;
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
    display: block;
    width: 100%;
    text-align: right;
}

.content .lunwen .lunwen1 .lw-left h2 b.b1 {
    margin-bottom: 5px;
}

.content .lunwen .lunwen1 .lw-left h2 b.b2 {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #303030;
    margin-top: 5px;
}

.ssnr .content .lunwen .lunwen1 .lw-left p {
    font-family: Altinn-DIN;
    font-size: 16px;
}

.ssnr .content .lunwen .lunwen1 .lw-left p span {
    display: inline-block;
    margin-right: 70px;
}

.ssnr .content .lunwen .lunwen1 .lw-left a h2 {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    color: #303030;
    margin-top: 20px;
}

.ssnr .content .lunwen .lunwen1 .lw-right {
    margin-right: 0;
    margin-top: 20px;
}

.ssnr .content .lunwen .lunwen1 .lw-right div {
    float: left;
    width: 80%;
}

.ssnr .content .lunwen .lunwen1 .lw-right h3 {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
    text-align: right;
}

.ssnr .content .lunwen .lunwen1 .lw-right p {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #303030;
    text-align: right;
}

.ssnr .content .lunwen .lunwen1 .bianhao {
    padding-top: 33px;
    float: left;
    width: 100%;
}

.ssnr .content .lunwen .lunwen1 .bianhao img {
    max-width: 100%;
    margin-right: 16px;
    margin-bottom: 7px;
}

.ssnr .content .lunwen .lunwen1 .bianhao span a {
    display: inline-block;
    font-family: Altinn-DIN;
    font-size: 16px;
    color: rgba(119, 118, 118, 0.8);
    text-decoration: underline;
}

.ssnr .content .lunwen .lunwen1 .bianhao span:nth-child(1) {
    margin-right: 14.15%;
}

.ssnr .content .lunwen .lunwen1 .bianhao span:nth-child(2) {
    margin-right: 5.30%;
}

.ssnr .content .lunwen .lunwen1 .bianhao span {
    color: #a6a7a7;
}

.ssnr .content .lunwen .lunwen1 .bianhao span:nth-child(3) {
    margin-right: 6.54%;
}

.ssnr .tou {
    margin-bottom: 27px;
}

.ssnr .tou span {
    float: left;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #a6a7a7;
}

.ssnr .tou a {
    float: right;
    display: block;
}

.zkcontent {
    padding-left: 20.83%;
    border-top: 1px solid rgba(38, 38, 38, 0.05);
}

.zkcontent ul {
    margin-top: 10px;
    float: left;
    margin-right: 6.25%;
    margin-bottom: 40px;
}

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

.zkcontent ul p {
    font-size: 16px;
    font-family: Altinn-DIN;
    color: #a6a7a7;
    margin-bottom: 15px;
}

.zkcontent ul li a {
    font-family: Altinn-DIN;
    font-size: 16px;
    color: #303030;
    display: block;
}

.zkcontent ul li a .geshu {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.zkcontent ul li a .dian {
    background: #36a9e0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-bottom: 1px;
    display: none;
    margin-right: 5px;
}

.zkcontent ul li:hover a {
    color: #36a9e0;
}

.zkcontent ul li:hover a .dian {
    display: inline-block;
}

.zkcontent ul li:hover a .geshu {
    display: none;
}


/* 公司简介 */

.gongsijianjie {
    width: 100%;
    padding-top: 86px;
}

.gongsijianjie .content {
    width: 1390px;
    margin: auto;
    padding-bottom: 67px;
}

.gongsijianjie .content .title {
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 120px;
}

.gongsijianjie .content .title h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #303030;
}

.gongsijianjie .content .title p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #2a2a2a;
}

.gongsijianjie .content .text {
    width: 50%;
    margin-top: 100px;
}

.gongsijianjie .content .text h2 a {
    font-size: 24px;
    letter-spacing: 2px;
    letter-spacing: 2px;
    color: #36a9e0;
    margin-bottom: 45px;
    display: block;
}

.gongsijianjie .content .text p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2a2a2a;
    text-align: justify;
}

.gongsijianjie .content .pic {
    width: 50%;
    overflow: hidden;
}

.gongsijianjie .content .pic img {
    width: 100%;
}

.gongsijianjie .content .left-js .text {
    float: left;
    padding-right: 10.21%;
}

.gongsijianjie .content .left-js .pic {
    float: right;
}

.gongsijianjie .content .right-js .text {
    float: right;
    padding-left: 10.21%;
}

.gongsijianjie .content .right-js .pic {
    float: left;
}

.gongsijianjie .content .left-js,
.gongsijianjie .content .right-js {
    margin-bottom: 50px;
}

.xinwennei .content .text p.align {
    text-align: center;
}

.center {
    text-align: center;
}

.m_nav.open .ul li div .ydxl {
    display: none;
}

.m_nav.open .ul li div .ydxl a {
    width: 100%;
    padding-left: 80px;
}

.more_x .fsMoreBtn {
    margin: 0 auto;
    height: 100px;
    outline: none;
    display: block;
    text-align: center;
}

.yqlj {
    float: right;
    margin-right: 6.77%;
    position: relative;
}

.yqlj .lj {
    display: block;
    width: 188px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Light;
    color: #ffffff;
    border: 1px solid #fff;
    border-right: none;
    margin-top: 8px;
}

.yqlj .lj img {
    display: block;
    float: right;
    position: absolute;
    top: 8px;
    right: -25px;
}

.yqlj ul {
    position: absolute;
    bottom: 25px;
    background: #fff;
    right: 0;
    z-index: 1000000;
    display: none;
    padding: 17px 4px;
    width: 188px
}

.yqlj ul li {
    line-height: 18px;
    margin-bottom: 7px;
}

.yqlj ul li:last-child {
    margin-bottom: 0;
}

.yqlj ul li a {
    font-family: SourceHanSansCN-Light;
    color: #a9a9a9;
    font-size: 14px;
    margin-left: 0;
}

.ssk {
    width: 100%;
    position: absolute;
    height: 0px;
    background-color: rgba(54, 169, 224, .3);
    top: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.ssk input[type="text"] {
    bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 10px;
}

.ssk input[type="text"]::-webkit-input-placeholder {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ssk input[type="button"] {
    background: url(/img/tbss.png)no-repeat;
    width: 22px;
    position: absolute;
    bottom: 60px;
    right: 11.5%;
}

.ssk.slideup {
    height: 260px;
}

.tbss1 {
    display: none;
}

.on .ssk {
    background: #fff;
}

.on .ssk input[type="text"] {
    bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: transparent;
    border-bottom: 1px solid #000;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 10px;
}

.on .ssk input[type="text"]::-webkit-input-placeholder {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000;
}

.on .ssk input[type="button"] {
    background: url(/img/tbss1.png)no-repeat;
    width: 22px;
    position: absolute;
    bottom: 60px;
    right: 11.5%;
}

.on .tbss {
    display: none;
}

.on .tbss1 {
    display: inline-block;
}

.model {
    width: 565px;
    height: 607px;
    background-color: #399dd0;
    box-shadow: 1px 2px 14px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
}

.model .md-head {
    height: 56px;
}

.model .md-head h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fefefe;
    text-align: center;
    line-height: 56px;
}

.model .md-head .out {
    position: absolute;
    top: 14px;
    right: 25px;
}

.model form {
    width: 100%;
    height: 444px;
    background-color: #fff;
}

.model form .name:first-child {
    padding-top: 25px;
}

.model form .name {
    margin: 0 40px;
    margin-top: 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.model form .name p {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #727171;
    display: inline-block;
    margin-right: 32px;
}

.model form .name input[type="text"] {
    display: inline-block;
    width: 384px;
    height: 40px;
    border: solid 1px #eeeeee;
    outline: none;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #727171;
    padding-left: 15px;
}

.model form .name input[type="radio"] {
    display: inline-block;
    margin-left: 10px;
}

.model form .name span {
    font-family: SourceHanSansCN-Light;
    color: #399dd0;
    margin-left: 10px;
}

.model form .name textarea {
    width: 383px;
    height: 69px;
    border: solid 1px #eeeeee;
    resize: none;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #727171;
}

.model form .name input[type="text"]::-webkit-input-placeholder {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #dcdddd;
}

.model form .name input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #dcdddd;
}

.model form .name input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #dcdddd;
}

.model form .name input[type="text"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #dcdddd;
}

.model .md-anniu {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin-top: 30px;
}

.model .md-anniu input[type="button"] {
    width: 111px;
    height: 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #595757;
    display: block;
    margin-right: 92px;
    line-height: 35px;
}

.model .md-anniu a {
    width: 111px;
    height: 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #595757;
    text-align: center;
    display: block;
    line-height: 35px;
}

.model .md-anniu input[type="button"]:hover,
.model .md-anniu a:hover {
    color: #f1f1f1;
    background-color: #399dd0;
}

.faq {
    width: 100%;
    background-color: #f7f7f7;
}

.faq .faq_nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 50px 0;
}

.faq .faq_nav form input[type="text"] {
    width: 211px;
    height: 26px;
    border-radius: 10px;
    border: solid 1px #399dd0;
    display: block;
    outline: none;
    padding-left: 12px;
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #dcdddd;
    background: transparent;
}

.faq .faq_nav a {
    display: block;
    width: 86px;
    height: 26px;
    border-radius: 10px;
    border: solid 1px #399dd0;
    outline: none;
    text-align: center;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #379fd1;
    margin-right: 45px;
}

.faq .faq_nav form {
    position: relative;
}

.faq .faq_nav form input[type="text"]::-webkit-input-placeholder {
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #dcdddd;
}

.faq .faq_nav form input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #dcdddd;
}

.faq .faq_nav form input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #dcdddd;
}

.faq .faq_nav form input[type="text"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #dcdddd;
}

.faq .faq_nav form input[type="button"] {
    background: url(/img/faqss.png)no-repeat;
    width: 15px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.faq .faq_lib {
    width: 1276px;
    margin: auto;
}

.faq .faq_lib li {
    width: 601px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(16, 9, 13, 0.06);
    border-radius: 5px;
    border: solid 1px #399dd0;
    float: left;
    padding: 20px 0;
    margin-right: 74px;
    padding-left: 18px;
    margin-bottom: 33px;
}

.faq .faq_lib li:nth-child(2n) {
    margin-right: 0;
}

.faq .faq_lib li h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #36a9e0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.faq .faq_lib li p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #3e3a39;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.faq .load {
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 47px;
    padding-bottom: 100px;
    animation: boticon 1s infinite;
}

.faq-nei {
    width: 1200px;
    margin: auto;
    padding-bottom: 140px;
}

.faq-nei .faq-left {
    width: 353px;
    float: left;
    margin-right: 55px;
}

.faq-nei .faq-left h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #595757;
    margin-bottom: 20px;
    margin-top: 80px;
}

.faq-nei .faq-left ul li {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-bottom: 14px;
}

.faq-nei .faq-left ul li a {
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #898989;
    margin: 18px 15px;
}

.faq-nei .faq-right {
    float: left;
    width: 776px;
}

.faq-nei .faq-right h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #595757;
}

.faq-nei .faq-right .text {
    margin-top: 25px;
}

.faq-nei .faq-right .text p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #898989;
}