.f18 {
    font-size: 18px
}

.f24 {
    font-size: 24px
}

.f36 {
    font-size: 36px
}

.fw {
    font-weight: bold
}

.color-white {
    color: #fff
}

header {
    height: 115px;
    padding: 0 4%;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999
}

.logo2 {
    display: none
}

.header-nav ul li>a {
    color: #fff;
    margin: 0 1.8vw;
    line-height: 60px
}

.header-nav .sec {
    position: absolute;
    top: 52px;
    width: 100%;
    left: 0;
    top: 80px;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0
}

.header-nav .sec::after {
    border: 9px solid;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
    top: -18px;
    content: "";
    transform: translateX(-50%)
}

.header-nav .sec a {
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.language-search {
    width: 150px
}

.language {
    color: #fff;
    width: 80px;
    text-align: center;
    cursor: pointer
}

.language a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 36px
}

header.on {
    background: rgba(255, 255, 255, 1);
    height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

header.on .logo2 {
    display: block
}

header.on .logo1 {
    display: none
}

header.on ul li>a {
    color: #000
}

header.on .language {
    color: #000
}

header.on .language-item::after {
    background: url(../images/icon_atv.png) no-repeat 90% center
}

header.on .language-item::before {
    background: url(../images/earth1.png) no-repeat 90% center
}

.language-item {
    display: flex;
    align-items: center;
    line-height: 60px;
}

.language-item::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 5px;
    background: url(../images/earth.png) no-repeat 90% center;
}

.language-item::after {
    content: '';
    width: 8px;
    height: 6px;
    display: block;
    margin-left: 5px;
    background: url(../images/icon.png) no-repeat 90% center;
}

.language a:hover {
    color: #fff
}

.language-abs {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    top: 80px
}

.search-flx {
    height: 100%;
    width: 100%
}

.search-box img {
    margin: 0 auto
}

.search-flx {
    background: rgba(0, 0, 0, 0.9);
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s
}

.search-flx.on {
    left: 0
}

.search-box {
    max-width: 500px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.search-flx .tit {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding: 30px 0
}

.search-input input {
    height: 57px;
    width: calc(100% - 60px);
    padding-left: 10px;
    box-sizing: border-box
}

.search-input a {
    height: 60px;
    background: url(../images/search.png) no-repeat center center #0d61cb;
    width: 60px
}

.colse {
    color: #fff;
    background: #0d61cb;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    margin: 25px auto;
    cursor: pointer;
    transition: 0.5s
}

.colse:hover {
    width: 180px
}

.wrap {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto
}

img {
    display: block;
    max-width: 100%
}

.indexBanner img {
    width: 100%;
}

.index-notice {
    background: #edf5fb;
    padding: 76px 0 41px 0
}

.notice {
    background: #fff;
    border-radius: 50px;
    padding-right: 44px
}

.notice-name {
    background: url(../images/noticebg.png) no-repeat left top;
    width: 265px;
    height: 100%;
    padding-left: 55px;
    line-height: 112px;
    box-sizing: border-box
}

.notice-swiper {
    width: calc(100% - 292px)
}

.swiper-left {
    width: calc(100% - 400px)
}

.noticeSwiper a {
    color: #444444;
    display: block
}

.notice-btn {
    width: 117px
}

.notice-btn .swiper-button-next:after,
.notice-btn .swiper-button-prev:after {
    font-size: 18px;
    color: #0d61cb
}

.index-about {
    background: url(../images/aboutbg.jpg) repeat-x left top;
    height: 875px;
    background-size: cover;
    padding-top: 69px;
    box-sizing: border-box
}

.rotation-img {
    width: 700px
}

.rotation-img .img {
    margin: 0 auto;
    height: 714px
}

.rotation-img .pic02 {
    animation: xz 40s linear 0s infinite;
    animation-direction: reverse;
    right: 0;
    top: -13px
}

.rotation-img .pic01 {
    animation: xz 40s linear 0s infinite;
    right: 0;
    top: -4px
}

@-moz-keyframes xz {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes xz {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes xz {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.about-content {
    width: calc(100% - 853px)
}

.about-content .title {
    padding: 101px 0 30px 0;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    background: linear-gradient(270deg, #006AAA 0%, #00A3EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #e5ebf3
}

.about-content .title::after {
    border: 3px solid #bed400;
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 146px
}

.about-content .text {
    margin: 30px 0px 53px 0;
    font-size: 16px;
    color: #6C6C6C;
    line-height: 36px
}

.numScroll li {
    width: 25%
}

.numScroll li .num span {
    color: #0084C9;
    font-weight: bold;
    font-family: Arial;
    font-size: 50px;
    width: 115px
}

.numScroll li:nth-child(2) .num span {
    width: 100px
}

.numScroll li:nth-child(3) .num span {
    width: 90px
}

.numScroll li:nth-child(4) .num span {
    width: 60px
}

.numScroll li p {
    color: #6C6C6C;
    font-size: 16px;
    padding-top: 10px
}

.more {
    width: 195px;
    height: 53px;
    background: url(../images/morebg.png) no-repeat left center;
    margin-top: 90px;
    overflow: hidden;
    border-radius: 50px;
}

.more a {
    text-align: center;
    display: block;
    line-height: 53px;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.more a:hover {
    color: #fff
}

.more a::after {
    position: absolute;
    content: "";
    width: 0px;
    left: 0;
    height: 53px;
    top: 0;
    background: rgba(0, 106, 170, 0.5);
    z-index: -1;
    transition: 0.5s
}

.more a:hover:after {
    width: 100%
}

.index-product {
    background: url(../images/productbg.png) no-repeat center top;
    height: 861px
}

.index-product .title {
    font-size: 50px;
    font-weight: bold;
    color: #FEFEFF;
    padding-top: 58px;
    text-align: center
}

.index-product .sub-title {
    font-size: 18px;
    line-height: 40px;
    color: #FfFfFF;
    text-align: center
}

.index-product ul {
    padding-top: 45px
}

.index-product ul li {
    flex: 1;
    margin-right: 10px;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.5s
}

.index-product ul li:last-child {
    margin-right: 0
}

.index-product ul li.cur {
    flex: 3;
    transition: 0.5s
}

.index-product ul li a {
    display: block
}

.index-product ul li img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: 0.8s
}

.index-product ul li .img::after {
    height: 100%;
    width: 100%;
    background: rgba(4, 60, 127, 0.5);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    transition: 0.5s
}

.index-product ul li a .con {
    left: 0;
    bottom: 30%;
    text-align: center;
    padding: 0 57px;
    transition: 0.5s
}

.index-product ul li a .con .tit {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    transition: 0.5s
}

.index-product ul li a .con .txt {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
    line-height: 36px
}

.index-product ul li.cur .img::after {
    height: 0
}

.index-product ul li.cur .con {
    bottom: 10%;
    text-align: left
}

.index-product ul li.cur .con .txt {
    opacity: 1
}

.more1 {
    margin: 48px auto
}

.index-news {
    background: url(../images/newsbg.png) no-repeat left bottom #edf5fb;
    height: 776px
}

.index-news .title {
    font-weight: bold;
    background: linear-gradient(270deg, #006AAA 0%, #00A3EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    font-family: Microsoft YaHei;
    text-align: center;
    padding: 75px 0 24px 0;
    line-height: 83px
}

.more2 {
    margin: 35px 0 0 0;
    transition: 1s;
    opacity: 0
}

.swiper-con .swiper .swiper-slide-thumb-active .more2 {
    opacity: 1
}

.swiper-img {
    width: 867px
}

.swiper-img .img {
    border-radius: 15px
}

.swiper-img .img img {
    width: 100%;
    height: 487px;
    object-fit: cover
}

.swiper-con {
    width: calc(100% - 867px)
}

.swiper-abs {
    width: 738px;
    height: 423px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    right: 0;
    z-index: 5;
    box-shadow: 0px 0px 62px 0px rgba(11, 3, 6, 0.03);
    top: 33px;
    padding: 47px 37px 46px 72px
}

.swiper-abs .con .tit {
    font-size: 30px;
    color: #444444;
    line-height: 40px;
    height: 80px
}

.swiper-abs .con .time {
    color: #C0C0C0;
    font-size: 16px;
    padding: 11px 0 25px 0
}

.swiper-abs .con .txt {
    font-size: 18px;
    line-height: 36px;
    color: #444444;
    height: 108px
}

.swiper-btn {
    width: 120px;
    bottom: 18%
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background: #e6e6e6
}

.swiper-btn .swiper-button-prev {
    left: 0
}

.swiper-btn .swiper-button-next {
    right: 0
}

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

.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next:hover {
    background: #bed400
}

.video video {
    width: 100%;
    height: 743px;
    object-fit: cover
}

.index-logo {
    padding: 70px 0 57px 0
}

.index-logo li {
    width: 30%;
}

.index-logo li a {
    display: block
}

footer {
    background: #024286
}

.footer-top {
    padding: 55px 0
}

.footer-nav {
    width: calc(100% - 643px);
    color: #fff
}

.footer-nav li {
    width: 25%
}

.footer-nav li:nth-child(4) p {
    padding-left: 20px
}

.footer-nav li:nth-child(4) a {
    padding-left: 20px
}

.footer-nav li p {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 18px;
    margin-bottom: 10px
}

.footer-nav a {
    display: block;
    line-height: 30px
}

.footer-nav a span {
    position: relative
}

.footer-nav a span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
    content: ""
}

.footer-nav a:hover {
    color: #fff
}

.footer-nav a:hover span::after {
    width: 100%
}

.footer-content {
    width: 489px
}

.footer-content-left {
    width: calc(100% - 218px)
}

.footer-content-left .tit {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 10px;
    color: #fff
}

.footer-content-left p {
    line-height: 36px;
    color: #fff;
    margin-bottom: 5px
}

.footer-content-left .tel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px
}

.ewm .img img {
    height: 131px;
    max-width: 100%
}

.ewm p {
    line-height: 48px;
    text-align: center;
    color: #fff
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    padding: 30px 0 40px 0
}

.radian {
    left: 0;
    bottom: -2px;
    z-index: 2
}

.banner1 .title {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.banner1 .title .cn {
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center
}

.banner1 .title .en {
    text-transform: uppercase;
    text-shadow: 0px 0px 6px rgba(39, 81, 140, 0.19);
    font-weight: 800;
    font-size: 42px;
    font-family: PingFang SC
}

.tab {
    background: #FFFFFF;
    box-shadow: 0px 0px 59px 0px rgba(10, 47, 80, 0.11);
    border-radius: 15px;
    top: -154px;
    left: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.tab a {
    text-align: center;
    flex: 1;
    display: block;
    transition: 0.5s;
    border-right: 1px solid #e8e8e8;
    height: 152px
}

.tab a:last-child {
    border: none
}

.tab a img {
    margin: 0 auto
}

.tab a .img {
    margin-top: 39px;
    height: 50px
}

.tab a .tit {
    color: #464646;
    font-size: 20px;
    font-weight: 800;
}

.tab a:hover .m1,
.tab a.cur .m1,
.tab a .m2 {
    display: none
}

.tab a:hover,
.tab a.cur {
    background: url(../images/tabbg.jpg) no-repeat right top
}

.tab a:hover .m2,
.tab a.cur .m2 {
    display: block
}

.tab a:hover .tit,
.tab a.cur .tit {
    color: #fff
}

.product-service {
    background: url(../images/productbg.jpg) no-repeat left top;
    padding: 65px 0 0px 0
}

.column {
    text-align: center
}

.column span {
    width: 257px;
    height: 74px;
    background: linear-gradient(90deg, #024389, #008ED8);
    border-radius: 30px 0px 30px 0px;
    line-height: 74px;
    font-size: 24px;
    color: #FFFFFF
}

.list1 {
    padding: 48px 0 103px 0;
    margin: 0 -20px
}

.list1 li {
    width: 33.333%;
    height: 656px;
    box-sizing: border-box
}

.list1 li:nth-child(2) {
    padding-top: 94px
}

.list1 a {
    margin: 0 20px;
    display: block;
    height: 563px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden
}

.list1 a .img {
    height: 304px
}

.list1 a .img img {
    margin: 0 auto;
    object-fit: cover;
    max-width: 100%
}

.list1 a .tit {
    font-weight: bold;
    color: #0084C9;
    font-size: 48px;
    font-family: PingFang SC
}

.list1 a .classify {
    line-height: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #595959;
    margin-top: 5px
}

.list1 a .classify p:last-child {
    color: #0084C9
}

.list2 .img img {
    height: 304px;
    margin: 0 auto;
    object-fit: cover
}

.list2 .img-log {
    padding: 21px 0 5px 0
}

.list2 .img-log img {
    height: 47px;
    margin: 0 auto
}

.product-centent {
    margin: 103px 0 93px 0
}

.product-centent img {
    max-width: 100%;
    height: 738px;
    object-fit: cover
}

.product-centent .centent {
    background: #fff;
    width: 883px;
    left: 0;
    top: 119px;
    height: 469px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 41px 56px 42px 81px;
    font-family: PingFang SC
}

.jsnepes img {
    height: 73px
}

.jsnepes-tit {
    padding: 33px 0 0 40px;
    color: #02458B;
    font-size: 18px
}

.jsnepes-txt {
    color: #02458B;
    font-size: 18px;
    line-height: 24px;
    padding-top: 44px
}

.jsnepes-txt i {
    width: 45%;
    border-bottom: 1px dashed #c5c5c5;
    display: block;
    height: 10px
}

.jsnepesList {
    padding: 15px 0;
    line-height: 30px;
    color: #5d5d5e
}

.jsnepesList li {
    list-style-type: unset
}

.more4 a {
    display: block;
    width: 132px;
    height: 39px;
    background: url(../images/more.png) no-repeat 80% center #0084C9;
    border-radius: 20px;
    padding-left: 29px;
    line-height: 39px;
    box-sizing: border-box;
    color: #fff;
    transition: 0.5s
}

.more4 a:hover {
    color: #fff;
    text-align: center;
    padding-left: 0;
    background: url(../images/more.png) no-repeat 75% center #0084C9
}

.about {
    padding: 93px 0 109px 0
}

.about-us {
    width: calc(100% - 860px)
}

.about-img {
    width: 774px;
    border-radius: 15px
}

.about-img img {
    width: 100%;
    height: 519px;
    object-fit: cover
}

.company {
    font-size: 24px;
    font-weight: bold;
    color: #024387;
    padding-bottom: 30px
}

.company-us {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 30px
}

.company-us p {
    padding-bottom: 25px
}

.parentFirm img {
    width: 100%
}

.parentFirmUs {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.companyus {
    width: 41%;
    color: #fff
}

.companyTitle {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px
}

.companyus p {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px
}

.link {
    padding-top: 10px
}

.link a {
    width: 215px;
    height: 58px;
    border-radius: 29px;
    font-size: 16px;
    line-height: 58px;
    background: url(../images/link.png) no-repeat 32px center #008DD6;
    padding-left: 63px;
    box-sizing: border-box;
    transition: 0.5s
}

.link a:hover {
    color: #fff;
    background: url(../images/link.png) no-repeat 32px center #006AAA
}

.technology-box {
    padding-top: 96px;
    padding-bottom: 82px
}

.technology {
    background: #fff;
    border-radius: 15px;
    padding-bottom: 62px;
    margin-bottom: 100px
}

.technology:last-child {
    margin-bottom: 0px
}

.technology .column {
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%)
}

.tabs {
    border-bottom: 1px solid #ECECEC;
    padding-top: 79px;
    height: 79px
}

.tabs a {
    display: inline-block;
    margin: 0 1vw;
    color: #505050;
    font-weight: 800;
    font-family: PingFang SC;
    font-size: 18px;
    line-height: 78px
}

.tabs a:hover,
.tabs a.cur {
    color: #AACD06;
    border-bottom: 3px solid #AACD06
}

.m-tabs-name {
    color: #505050;
    ;
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
    display: none;
    border-bottom: 1px solid #ECECEC;
    margin: 0 20px;
}

.tabs-content {
    padding: 26px 31px 0 62px
}

.bgcolor {
    width: 100%
}

.bgcolor tr:first-child {
    background: #EBF5FB
}

.bgcolor td {
    height: 46px;
    width: 20%;
    padding-left: 50px;
    box-sizing: border-box
}

.bgcolor tr:hover {
    background: #FAFAFA
}


#map {
    width: 100%;
    height: 440px;
    border-radius: 15px;
    margin-top: 50px;
}


.tabs-content .item {
    display: none
}

.tabs-content .item.on {
    display: block
}

.tabs-content img {
    margin: 0 auto
}

.mt84 {
    margin-top: 84px
}

.tabs3 .txt {
    color: #505050;
    font-size: 18px;
    font-family: PingFang SC;
    line-height: 24px
}

.tab-title {
    margin-top: 25px;
    height: 67px;
    background: #EBF5FB;
    line-height: 67px
}

.tab-title p {
    width: 20%;
    text-align: center;
    color: #0084C9;
    font-size: 18px
}

.contact {
    padding-bottom: 87px
}

.contacr-top {
    padding: 16px 0
}

.contacr-top .logo {
    padding: 0 39px;
    border-right: 1px solid #B4C9D3
}

.contacr-top .address {
    line-height: 48px;
    color: #2B2B2B;
    font-size: 30px;
    padding-left: 35px;
    width: 60%
}

.cro {
    width: 100%;
    border-radius: 15px;
    margin-top: 50px;
    overflow: hidden;
}

#container {
    height: 440px
}

.callingCard {
    margin: 0 -7px;
    margin-top: 38px
}

.callingCard li {
    width: 33.333%
}

.callingCard li .col {
    height: 286px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 37px 20px 0 57px;
    margin: 0 7px;
    box-sizing: border-box
}

.information {
    width: calc(100% - 120px)
}

.name {
    line-height: 48px;
    font-size: 30px;
    color: #0084c9;
    font-weight: bold
}

.position {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 36px
}

.poto {
    height: 97px;
    width: 97px;
    border-radius: 50%;
    overflow: hidden
}

.poto img {
    height: 97px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto
}

.contactWay {
    padding-top: 25px;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 36px
}

.petition {
    background: url(../images/petition.png) no-repeat left top #fff;
    border-radius: 15px;
    margin-top: 18px
}

.petition-left {
    width: 695px;
    padding: 0% 6%;
    height: 601px;
    box-sizing: border-box
}

.petitionName {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000
}

.petitionText {
    padding-top: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 36px
}

.petition-right {
    width: calc(100% - 695px)
}

.petitionContact {
    margin-top: 72px
}

.petitionContact .icon {
    height: 97px;
    width: 97px
}

.petitionContact .report {
    width: calc(100% - 135px)
}

.report {
    font-size: 30px;
    line-height: 48px;
    color: #0084c9
}

.report p:last-child {
    font-size: 18px;
    color: #2b2b2b;
    line-height: 48px;
    font-weight: bold
}

.petitionContact:nth-child(2) {
    padding-left: 53px
}

.petitionContact:nth-child(3) {
    padding-left: 151px
}

.enterpriseTop-left {
    width: 100%;
    margin-bottom: 29px;
}

.enterpriseTop-right {
    width: 100%;
    background: url(../images/hzg.png) repeat-x left bottom #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 48px 0 42px 0;
    box-sizing: border-box
}

.vision {
    background: url(../images/vision.png) no-repeat right bottom #fff;
    height: 244px;
    Border-radius: 15px;
    box-sizing: border-box;
    padding: 0 66px;
    width: 49%
}

.mission {
    background: url(../images/mission.png) no-repeat right bottom #fff
}

.enterprise {
    padding-top: 92px
}

.enterpriseTop {
    padding-bottom: 143px
}

.enterpriseTop-left .title {
    color: #0084c9;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px
}

.enterpriseTop-left .text {
    line-height: 36px;
    color: #242424;
    font-size: 16px
}

.values {
    width: 49%;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    padding: 20px 60px 0 52px;
    box-sizing: border-box
}

.values:last-child {
    border-right: none;
    padding-left: 40px;
    padding-top: 46px
}

.values .title {
    color: #0084c9;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold
}

.values .subTitle {
    color: #242424;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold
}

.values p {
    font-size: 16px;
    line-height: 41px;
    color: #242424
}

.mt50 {
    margin-top: 50px
}

.enterpriseBottom {
    background: url(../images/enterprisebg.png) no-repeat center top;
    height: 907px
}

.wrap1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%
}

.wrap1 .title {
    font-size: 60px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 90px;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%)
}

.spirit,
.style,
.positioning,
.purpose {
    text-align: right;
    height: 205px;
    width: 362px;
}

.spirit {
    left: 5px;
    top: 127px
}

.style {
    left: 50px;
    bottom: 117px
}

.purpose,
.positioning {
    text-align: left
}

.positioning {
    top: 127px;
    right: 0px
}

.spirit .con,
.style .con {
    color: #fff;
    top: 35%;
    right: 55px;
    width: 100%;
}

.enterprise-box .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.enterprise-box .txt {
    font-size: 16px;
    line-height: 30px
}

.purpose .con,
.positioning .con {
    top: 35%;
    left: 55px;
    width: 100%;
    color: #fff;
}

.purpose {
    bottom: 174px;
    right: 59px
}

.news {
    padding: 49px 0 74px 0
}

.newsList li {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 16px 14px;
    overflow: hidden
}

.newsList li a .news-content {
    background: url(../images/newsIcon.png) no-repeat right center;
    transition: 0.5s;
    padding: 50px 110px 0 33px;
    box-sizing: border-box
}

.news-content {
    width: calc(100% - 462px)
}

.news-img {
    width: 360px;
    border-radius: 15px
}

.news-content .data {
    width: 98px;
    height: 98px;
    background: #EBF5FB;
    text-align: center;
    color: #0084C9;
    line-height: 30px;
    font-size: 36px;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    transition: 0.5s
}

.news-content .data p:last-child {
    font-size: 14px
}

.news-content .txt {
    width: calc(100% - 129px)
}

.news-content .txt {
    padding-top: 10px
}

.news-content .title {
    transition: 0.5s;
    font-size: 18px;
    font-weight: 800;
    color: #363636
}

.news-content .text {
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px
}

.newsList li {
    margin-bottom: 33px
}

.newsList li a:hover .news-content {
    background: url(../images/newsIcon_atv.png) no-repeat right center
}

.newsList li a:hover .data {
    background: #0084C9;
    color: #fff
}

.newsList li a:hover .title {
    color: #0084C9
}

.page {
    padding-top: 20px
}

.page a {
    display: block;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #C9D9E0;
    line-height: 40px;
    margin-right: 21px;
    color: #999
}

.page a.cur {
    border: 1px solid #0084C9;
    background: #0084C9;
    color: #fff
}

.news-details {
    padding: 47px 0 60px 0
}

.detalis-box {
    background: #fff;
    padding: 60px 82px 57px 72px
}

.detalis-top .fx {
    background: url(../images/share.png) no-repeat left 2px;
    padding-left: 40px;
    color: #717171;
    font-size: 18px;
    width: 80px;
    padding-bottom: 10px;
    cursor: pointer
}

.share {
    width: 100%;
    top: 30px;
    padding: 15px 0;
    left: 0;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}

.share a {
    display: block;
    text-align: center;
    line-height: 40px
}

.share-box {
    padding: 0 15px
}

.detalis-top .title {
    color: #393939;
    font-size: 36px;
    padding-bottom: 20px
}

.time {
    color: #717171;
    font-size: 18px
}

.detalis-top {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px
}

.detalis-content {
    padding: 30px 15px 0 15px
}

.rich-text {
    line-height: 36px !important;
    font-size: 18px !important;
    padding-bottom: 50px
}

.rich-text img {
    margin: 0 auto;
    height: auto !important;
    max-width: 100% !important
}

.next {
    width: 49%;
    height: 90px;
    line-height: 90px;
    background: #f5f5f5;
    padding: 0 32px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #7d7d7d
}

.next span {
    width: 70px
}

.next a {
    font-weight: 400;
    width: calc(100% - 70px)
}

.recruitment {
    padding: 45px 0 60px 0
}

.form {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 48px 74px 96px 74px
}

.form-group {
    width: 50%;
    margin-bottom: 31px
}

.form-group .name {
    color: #7C7C7C;
    font-size: 16px;
    line-height: 70px;
    width: 143px;
    text-align: right
}

.form-input,
.form-control {
    width: calc(100% - 180px)
}

.form-input input,
.form-control select {
    width: calc(100% - 56px);
    font-size: 16px;
    height: 70px;
    border: 1px solid #c9d9e0 !important;
    padding-left: 28px;
    box-sizing: border-box;
    color: #878787
}

.form-control select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/selectbg.jpg) no-repeat 95% center
}

.recruitment .title {
    font-size: 18px;
    color: #1B5AA7;
    font-weight: bold;
    margin-top: 61px;
    line-height: 80px;
    padding-left: 20px;
    background: #eff6fe
}

.form-box {
    padding: 60px 0 20px 0
}

.required {
    width: 52px;
    line-height: 70px;
    color: red;
    text-align: center
}

.education-border {
    border: 1px dashed #d8d8d8;
    margin: 34px 0 68px 0;
    border-radius: 15px;
    padding: 26px 0 0 0
}

.education .del {
    height: 22px;
    width: 22px;
    background: url(../images/del.png) no-repeat center center #AAAAAA;
    right: 0;
    top: 0;
    border-radius: 50%;
    z-index: 45;
    cursor: pointer
}

.addEducation {
    color: #FFFFFF;
    line-height: 42px;
    border-radius: 50px;
    background: #AAAAAA;
    width: 206px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s
}

.addEducation:hover {
    background: #1B5AA7
}

.textarea {
    padding: 39px 0 56px;
    border-radius: 15px;
    height: 222px
}

.textarea textarea {
    border: 1px solid #c9d9e0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

.submit a {
    width: 268px;
    height: 54px;
    margin: 0 auto;
    display: block;
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/submit.png) no-repeat 95px center #1B5AA7;
    line-height: 54px;
    padding-left: 121px;
    box-sizing: border-box
}

.submit a:hover {
    color: #fff
}

.join {
    padding-top: 74px;
    padding-bottom: 90px
}

.join-top {
    height: 60px;
    color: #fff;
    background: #008ED8;
    line-height: 60px
}

.join-top-name {
    width: calc(100% - 581px)
}

.join-top-name li {
    line-height: 60px;
    width: 20%;
    text-align: center
}

.knowMore {
    width: 258px;
    text-align: center;
    line-height: 60px;
    height: 60px
}

.knowMore1 {
    background: url(../images/show.png) no-repeat center center
}

.join-position {
    height: 118px;
    border-bottom: 1px solid #D3E0E6;
    transition: 0.5s;
    font-size: 18px;
    cursor: pointer
}

.join-content .con {
    background: #fff;
    padding: 57px 57px 88px 57px
}

.join-content .item.current .join-position {
    height: 80px
}

.join-content .item.current .knowMore1 {
    background: url(../images/hide.png) no-repeat center center
}

.join-content .con h3 {
    font-size: 16px;
    color: #3b3b3b;
    padding-bottom: 15px;
    font-weight: bold
}

.join-content .con p {
    line-height: 30px;
    font-size: 16px
}

.deliver a {
    display: block;
    width: 156px;
    height: 47px;
    line-height: 47px;
    border-radius: 50px;
    margin-top: 30px;
    color: #fff;
    background: url(../images/deliver.png) no-repeat 30px center #008ED8;
    padding-left: 57px;
    box-sizing: border-box;
    font-size: 16px;
    transition: 0.5s
}

.deliver a:hover {
    background: #008ED8;
    background-position: 0;
    text-align: center;
    padding-left: 0;
    color: #fff
}

.quality {
    padding: 55px 0 51px 0
}

.quality-img {
    width: 48.8%
}

.quality-img .img {
    border-radius: 20px;
    overflow: hidden
}

.quality-img .img img {
    width: 100%;
    height: 431px;
    object-fit: cover
}

.quality-img .abs {
    left: 0;
    top: 0
}

.quality-img .abs .con {
    padding: 0 40px;
    color: #fff;
    line-height: 24px;
    padding-top: 141px
}

.quality-img .abs .con .icon {
    height: 70px
}

.quality-img .abs .tit {
    font-size: 24px;
    padding-top: 20px
}

.quality-img .abs .txt {
    padding-top: 20px;
    font-size: 18px
}

.quality-img .abs .txt p {
    width: 50%;
    line-height: 36px
}

.analysis {
    margin: 0 -12.5px;
    padding: 63px 0 33px 0
}

.analysis li {
    width: 33.333%
}

.analysis li .col {
    margin: 0 12.5px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    box-sizing: border-box
}

.analysis li .col img {
    height: 317px
}

.analysis li .con {
    height: 240px;
    padding: 0 18px
}

.analysis li .con .tit {
    font-size: 18px;
    font-weight: 800;
    color: #024287;
    line-height: 50px
}

.analysis li .con .subTit {
    font-size: 14px;
    line-height: 24px;
    color: #024287;
    font-weight: 800
}

.analysis li .con p {
    line-height: 24px;
    color: #696969
}

.test {
    margin: 64px 0 66px 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 583px;
    background: url(../images/test.jpg) no-repeat left top #fff
}

.test .con {
    width: calc(100% - 822px);
    box-sizing: border-box;
    padding-left: 15px
}

.test .con .tit {
    color: #024287;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

.test .con .tit p:last-child {
    color: #696969;
    line-height: 24px;
    font-size: 14px
}

.certification {
    padding: 55px 0
}

.honner .swiper-slide .title,
.aptitudes .swiper-slide .title {
    opacity: 0
}

.aptitudes_box img {
    max-width: 100%;
    height: 571px;
    margin: 0 auto;
    display: block
}

.honner .swiper-slide-active .title,
.aptitudes .swiper-slide-active .title {
    opacity: 1
}

.honner .title,
.aptitudes .title {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    color: #454545;
    font-size: 18px
}

.honner img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 359px
}

.honner .swiper-button-next,
.honner .swiper-button-prev {
    width: 34px;
    width: 34px
}

.honner .swiper-button-next {
    background: url(../images/right.png) no-repeat center center
}

.honner .swiper-button-prev {
    background: url(../images/left.png) no-repeat center center
}

.honner .swiper-button-next:after,
.honner .swiper-button-prev:after {
    font-size: 0
}

.bannrSwiper {
    background: #EDF5FB
}

.inner-header {
    width: 100%;
    margin: 0;
    padding: 0
}

.waves1 {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white
}

/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

.indexBanner .abs {
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.bannrSwiper .swiper-button-next,
.bannrSwiper .swiper-button-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0, 132, 201, 0.3);
    transition: 0.5s
}

.bannrSwiper .swiper-button-next:hover,
.bannrSwiper .swiper-button-prev:hover {
    background: rgba(190, 212, 0, 0.3)
}

.bannrSwiper .swiper-button-prev:after,
.bannrSwiper .swiper-button-next:after {
    font-size: 25px
}

.swiper-img .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear;
    transform: scale(1.1, 1.1);
    display: block
}

.swiper-img .swiper .swiper-slide-active img,
.banner01 .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1)
}

.swiper-img .swiper>.swiper-pagination {
    bottom: 20px !important
}

.swiper-img .swiper>.swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    height: 7px;
    width: 7px;
    background: #F8F8F8
}

.swiper-img .swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    background: #FFF
}

.video-btn {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2)
}

.video-btn .con {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: Impact;
    color: #FFFFFF;
    text-transform: uppercase
}

.video-btn .con img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

.sild-fx {
    position: fixed;
    right: 10px;
    top: 63%;
    width: 46px;
    z-index: 99;
}

.sild-fx a {
    height: 46px;
    display: block;
    background: #87898b;
    margin-bottom: 1px;
    transition: 0.5s
}

.sild-box:first-child a {
    border-radius: 5px 5px 0 0;
}

.sild-box:last-child a {
    border-radius: 0 0 5px 5px;
}

.sild-box {
    transition: 0.5s
}

.sild-tel {
    text-align: center;
    height: 46px;
    right: 46px;
    top: 0;
    line-height: 46px;
    background: #0084c9;
    color: #fff;
    width: 240px;
    transition: 0.5s;
    opacity: 0;
}

.sild-copy {
    padding: 5px;
    height: 116px;
    width: 116px;
    right: 46px;
    top: 0;
    transition: 0.5s;
    background: #0084c9;
    z-index: -1;
    opacity: 0;
}

.sild-copy img {
    height: 116px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.sild-box a:hover {
    border-radius: 0;
    background: #0084c9;
}

.sild-box:hover .sild-copy,
.sild-box:hover .sild-tel {
    opacity: 1;
}

.m-language-item {
    display: none
}

@media(min-width:1201px) {
    .header-nav li:hover .sec {
        opacity: 1;
        visibility: visible;
        top: 60px
    }

    .language:hover .language-abs {
        opacity: 1;
        visibility: visible;
        top: 60px
    }

    .language:hover .language-abs::after {
        border: 9px solid;
        border-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 50%;
        top: -18px;
        content: "";
        transform: translateX(-50%)
    }

    .fx:hover .share {
        display: block
    }

}

@media(max-width:1600px) {
    .wrap {
        max-width: 90%;
    }

    .rotation-img {
        width: 600px
    }

    .about-content {
        width: calc(100% - 700px)
    }

    .swiper-img {
        width: 765px
    }

    .swiper-con {
        width: calc(100% - 765px);
    }

    .swiper-abs .con .tit {
        line-height: 32px;
        height: 64px;
        font-size: 20px
    }

    .swiper-abs .con .time {
        padding: 11px 0;
    }

    .swiper-abs .con .txt {
        font-size: 16px
    }

    .swiper-abs .con .tit {
        line-height: 32px;
        height: 64px;
        font-size: 20px
    }

    .swiper-abs .con .time {
        padding: 11px 0;
    }

    .swiper-abs .con .txt {
        font-size: 16px
    }

    .swiper-abs {
        padding: 29px 37px 22px 43px;
        height: 363px
    }

}


@media(max-width:1570px) {
    .rotation-img {
        width: 550px
    }

    .about-content {
        width: calc(100% - 630px)
    }

    .numScroll li .num span {
        font-size: 40px
    }

    .numScroll li .num span {
        width: 94px;
    }

    .numScroll li:nth-child(2) .num span {
        width: 82px
    }

    .numScroll li:nth-child(3) .num span {
        width: 68px
    }

    .numScroll li:nth-child(4) .num span {
        width: 50px
    }

    .about-content .text {
        margin: 20px 0 30px 0;
    }

    .index-about {
        height: 750px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .swiper-con,
    .swiper-img {
        width: 50%;
    }

    .swiper-img .img {
        border-radius: 15px 0 0 15px
    }

    .swiper-img .img img {
        height: 394px !important;
        object-fit: cover;
    }

    .swiper-abs {
        width: 100%;
        position: static !important;
        height: 100%;
        border-radius: 0 15px 15px 0;
    }

    .banner1 .title .cn {
        font-size: 40px
    }

    .banner1 .title .en {
        font-size: 26px
    }

    .quality-img .abs .con {
        padding: 0 40px;
        ;
        padding-top: 140px
    }

    .quality-img .abs .txt p {
        width: 50%;
    }

    .test .con {
        width: calc(100% - 680px);
    }

    .join-top-name {
        width: calc(100% - 400px);
    }

    .product-centent .centent {
        width: 50%;
        position: static !important;
        border-radius: 15px 15px 0 0;
        height: 470px;
        box-sizing: border-box;
        border-radius: 15px 0 0 15px;
        padding: 40px 20px
    }

    .product-centent .img {
        width: 50%;
    }

    .product-centent .img img {
        height: 470px;
    }
}

@media(max-width:1400px) {
    header {
        padding: 0 2%;
    }

    .swiper-abs {
        padding: 30px;
        box-sizing: border-box
    }

    .header-nav ul li>a {
        margin: 0 1.4vw;
    }

    .wrap1 {
        max-width: 90%
    }

    .petition {
        background: #fff;
        flex-direction: column;
        height: auto
    }

    .petition-left {
        height: auto;
        width: 100%;
        padding: 45px;
        box-sizing: border-box;
    }

    .petition-right {
        width: 100%;
        box-sizing: border-box;
        padding: 0 45px 45px 45px
    }

    .petitionContact:nth-child(3),
    .petitionContact:nth-child(2) {
        padding-left: 0;
    }

    .petitionContact {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .contacr-top .address {
        font-size: 24px
    }

    .list1 a {
        height: 490px
    }

    .list1 a .img {
        height: 260px
    }

    .list1 a .tit {
        font-size: 30px
    }

    .product-service {
        background: none
    }

}

.form-group .name i {
    display: none
}

@media(max-width:1370px) {
    .test .con {
        width: 100%;
        background: #fff;
        padding: 40px
    }

    .analysis li .col img {
        height: 250px
    }

    .recruitment {
        padding-top: 15px
    }

    .form {
        padding: 3% 3% 8% 3%;
    }

    .form-group {
        flex-direction: column
    }

    .form-input input,
    .form-control select,
    .form-input,
    .form-control,
    .form-group .name,
    .form-group {
        width: 100%
    }

    .form-group .name {
        text-align: left
    }

    .form-input input,
    .form-control select {
        height: 60px
    }

    .recruitment .title {
        margin-top: 0px;
        line-height: 60px;
        margin-bottom: 15px
    }

    .form-box {
        padding: 0
    }

    .form-group {
        margin-bottom: 15px
    }

    .education-border {
        border: none;
        margin-bottom: 10px
    }

    .addEducation {
        margin-bottom: 35px
    }

    .form-group .name {
        display: flex
    }

    .form-group .name i {
        display: block;
        color: red;
        padding: 0 5px
    }

    .required {
        display: none
    }

    .form-control select {
        background-position: 98%;
    }

    .textarea {
        padding-top: 0;
    }
}

@media(max-width:1300px) {
    .quality-img .abs .txt p {
        width: 100%
    }

    .quality-img .abs .con {
        padding-top: 100px
    }
}

/* 头部 */
@media(max-width:1200px) {
    header {
        background: #fff;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .header-nav .sec::after,
    header .logo1 {
        display: none
    }

    .logo .logo2 {
        display: block;
        height: 40px
    }

    .search .logo2 {
        display: block;
    }

    .header-nav {
        position: absolute;
        top: 110px;
        height: calc(100vh - 110px);
        background: #f8f8f8;
        left: -100%;
        width: 100%;
        overflow-y: auto;
        transition: 0.5s;
    }

    .header-nav ul {
        display: block !important;
    }

    .header-nav ul li>a {
        color: #000;
        margin: 0;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 45px
    }

    .header-nav .sec {
        position: static !important;
        visibility: unset;
        opacity: 1;
        background: none;
        transition: none;
    }

    .header-nav .sec a {
        color: #000;
        text-align: left;
        padding-left: 30px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .language-search {
        height: 50px;
        position: absolute;
        left: -100%;
        top: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #f8f8f8;
        width: 100%;
        transition: 0.5s;
    }

    .m-language-item {
        background: #0d61cb;
        line-height: 50px;
        display: block
    }

    .search-box .colse,
    .search-box .tit,
    .search-box .logo,
    .language-item,
    .search {
        display: none !important
    }

    .search-flx {
        position: static !important;
        width: calc(100% - 60px);
        background: #fff
    }

    .search-box {
        max-width: 100%;
        position: static !important;
        transform: none
    }

    .search-input a,
    .search-input input {
        height: 50px
    }

    .header-nav.on,
    .language-search.on {
        left: 0;
    }

    .indexBanner .abs {
        display: none
    }

    .honner .swiper-slide .title,
    .aptitudes .swiper-slide .title {
        opacity: 1;
    }

    .quality {
        flex-direction: column;
        padding: 32px 0;
    }

    .quality-img {
        width: 100%;
        margin-bottom: 15px
    }

    .join-top-name {
        width: calc(100% - 200px);
    }

    .knowMore {
        width: 120px
    }

    .mob-nav {
        display: block !important;
    }

}

@media(max-width:1200px) {

    .banner1,
    .indexBanner {
        padding-top: 60px
    }

    .bannrSwiper .swiper-button-next,
    .bannrSwiper .swiper-button-prev {
        height: 45px;
        width: 45px
    }

    .bannrSwiper .swiper-button-prev:after,
    .bannrSwiper .swiper-button-next:after {
        font-size: 18px
    }

    .about-content .title::after,
    .sild-fx,
    .indexBanner .abs {
        display: none;
    }

    .index-notice {
        padding: 4% 0;
    }

    .notice-name {
        background: #0d61cb;
        font-size: 24px;
        width: 150px;
        text-align: center;
        line-height: 70px
    }

    .notice-name {
        padding-left: 0
    }

    .index-product ul,
    .index-about {
        padding-top: 0
    }

    .notice-swiper {
        width: calc(100% - 170px)
    }

    .swiper-left {
        width: calc(100% - 180px);
    }

    .swiper-left a {
        font-size: 18px
    }

    .index-about {
        background: #edf5fb;
    }

    .rotation-img {
        margin: 0 auto;
        max-width: 500px
    }

    .about-content {
        width: 100%
    }

    .index-about,
    .rotation-img .img {
        height: auto
    }

    .index-about {
        padding-bottom: 4%
    }

    .about-content .title {
        padding: 8% 0 6% 0;
        text-align: center;
        font-size: 24px
    }

    .about-content .title::after {
        display: none
    }

    .about-content .text {
        margin: 0;
        padding: 3% 0;
    }

    .numScroll {
        padding-bottom: 3%
    }

    .more {
        margin: 2% auto
    }

    .numScroll li .num span {
        font-size: 28px
    }

    .numScroll li:nth-child(1) .num span {
        width: 70px
    }

    .numScroll li:nth-child(2) .num span {
        width: 60px
    }

    .numScroll li:nth-child(3) .num span {
        width: 50px
    }

    .numScroll li:nth-child(4) .num span {
        width: 40px
    }

    .index-product .title {
        font-size: 24px;
        padding-top: 6%;
        color: #444;
    }

    .index-product .sub-title {
        padding: 16px;
        color: #444;
    }

    .index-product {
        height: auto;
        padding-bottom: 6%;
        background: none
    }

    .index-product ul li.cur {
        width: 100%;
        flex: auto;
        margin: 0
    }

    .index-news,
    .index-product ul li img {
        height: auto
    }

    .index-product ul li a .con {
        padding: 4% 0;
        position: static !important;
    }

    .index-product ul li a .con .txt,
    .index-product ul li a .con .txt,
    .index-product ul li a .con .tit {
        color: #454545;
    }

    .index-news .title {
        padding: 4% 0 3% 0;
        font-size: 24px;
        line-height: 60px
    }

    .index-news {
        padding-bottom: 6%
    }

    .index-news-swiper {
        flex-direction: column
    }

    .swiper-con,
    .swiper-img {
        width: 100%
    }

    .swiper-img {
        border-radius: 15px 15px 0 0 !important
    }

    .swiper-abs {
        border-radius: 0 0 15px 15px;
        padding: 4%
    }

    .swiper-abs {
        position: static !important;
        width: 100%
    }

    .swiper-abs .con .tit {
        -webkit-line-clamp: 1;
        height: auto;
        font-size: 20px
    }

    .index-logo {
        padding: 4% 0
    }

    .video-btn,
    .footer-top {
        display: none !important
    }

    .video video {
        height: auto
    }

    .page-prev {
        display: none
    }

    .page a {
        margin-right: 8px
    }

    .join {
        padding: 4% 0
    }

    .quality-img .abs .con .icon,
    .radian,
    .rotation-img {
        display: none
    }

    .tab {
        position: static !important;
        margin: 20px 0 0 0;
    }

    .tab a {
        height: 110px
    }

    .tab a .img {
        margin-top: 18px;
        height: 45px
    }

    .quality-img .img img,
    .aptitudes_box img {
        height: auto
    }

    .banner1 .title {
        top: 59%;
        width: 100%;
        text-align: center;
        transition: 0.5s;
    }

    .quality-img .abs {
        position: static;
    }

    .quality-img .abs .con {
        padding: 0;
        color: #444;
        padding: 3% 0;
    }

    .test {
        height: auto
    }

    .news,
    .news-details {
        padding-top: 15px
    }

    .detalis-box {
        padding: 4%
    }

    .detalis-top>.flex {
        flex-direction: column
    }

    .detalis-top .fx {
        width: 100%;
        display: flex;
        margin-bottom: 8px;
        box-sizing: border-box;
    }

    .detalis-top .fx span {
        width: 50px;
        font-size: 16px
    }

    .share {
        position: static !important;
        display: block;
        width: calc(100%-60px);
        box-shadow: none;
        padding: 0;
    }

    .share a {
        width: 40px
    }

    .share-box {
        padding: 0;
        justify-content: flex-start !important;
    }

    .detalis-top .title {
        font-size: 24px
    }

    .next {
        width: 100%;
        margin-top: 15px;
        height: 60px;
        line-height: 60px
    }

    .newsList li {
        margin-bottom: 15px
    }

    .news-img {
        display: none
    }

    .news-content {
        width: 100%;
    }

    .newsList li a .news-content {
        padding: 0 50px 0 0;
    }

    .newsList li {
        padding-right: 30px
    }

    .enterprise {
        padding-top: 15px;
    }

    .enterpriseTop-left {
        margin-bottom: 15px
    }

    .enterpriseTop {
        padding-bottom: 15px
    }

    .enterpriseBottom {
        height: auto;
        padding: 30px;
    }

    .values .title {
        font-size: 20px
    }

    .wrap1 .title {
        font-size: 24px;
        width: 100%;
        position: static !important;
        transform: none;
        line-height: 60px;
        height: 60px
    }

    .spirit,
    .style,
    .positioning,
    .purpose {
        position: static !important;
        width: 45%;
        text-align: left !important;
        height: auto;
        margin-top: 30px
    }

    .enterprise-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .enterprise-box .img {
        display: none;
    }

    .spirit .con,
    .style .con,
    .purpose .con,
    .positioning .con {
        position: static;
    }

    .enterprise-box .tit {
        font-size: 18px
    }

    .contacr-top {
        flex-direction: column;
        height: auto;
    }

    .contacr-top .logo {
        padding: 15px 0;
        border-right: none
    }

    .contacr-top .address {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .callingCard,
    .cro {
        margin-top: 15px
    }

    .petition-right,
    .petition-left,
    .callingCard li .col {
        padding: 20px;
        height: auto
    }

    .callingCard li {
        width: 100%;
        margin-bottom: 15px;
    }

    .contactWay {
        padding-top: 0px;
    }

    .report,
    .petitionName,
    .name {
        font-size: 24px
    }

    .petition {
        margin-top: 0;
    }

    .poto,
    .petitionContact .icon {
        height: 60px;
        width: 60px;
    }

    .petitionContact .report {
        width: calc(100% - 90px)
    }

    .poto img {
        height: 60px;
    }

    .contactWay,
    .petitionText {
        font-size: 16px
    }

    .contacr-top .logo img {
        height: 45px;
    }

    .about {
        flex-direction: column;
        padding: 30px 0
    }

    .about-img,
    .about-us {
        width: 100%
    }

    .about-img img {
        height: auto;
        margin: 0 auto
    }

    .parentFirmUs {
        position: static !important;
    }

    .companyus {
        width: 100%;
        color: #444;
        padding: 30px 0;
    }

    .link a {
        color: #fff
    }

    .product-centent,
    .list1 {
        flex-direction: column
    }

    .list1 li:nth-child(2) {
        padding: 0
    }

    .list1 li {
        height: auto;
        margin-bottom: 15px;
        width: 100%
    }

    .list1 a {
        height: auto;
        padding: 20px 0;
    }

    .product-centent .img,
    .product-centent .centent {
        width: 100%;
        border-radius: 0
    }

    .product-centent .img img {
        width: 100%;
        height: auto !important;
    }

    .product-centent {
        margin-top: 30px;
    }

    .list1 {
        padding-bottom: 30px
    }

    .product-centent .centent>.flex {
        flex-direction: column
    }

    .jsnepes-tit {
        padding: 10px 0;
    }

    .jsnepes-txt {
        padding-top: 15px;
    }
}

.m-tabName {
    display: none
}

.banner1 img {
    width: 100%;
}

@media(max-width:1000px) {

    #map {
        width: 100%;
        height: 300px;
        border-radius: 15px;
        margin-top: 4%;
    }

    .banner1 img,
    .indexBanner img {
        height: 250px;
        object-fit: cover;
    }

    .index-about-box {
        padding-top: 5%
    }

    .index-product .sub-title,
    .index-product .title {
        color: #444444;
    }

    .index-product {
        background: none
    }

    .index-product ul li.cur {
        width: 100%;
        flex: auto;
        margin-bottom: 15px
    }

    .index-product .title {
        padding-top: 8%
    }

    .index-news .title {
        padding: 20px 0;
    }

    .index-news {
        padding: 0 0 8% 0;
    }

    .index-product ul li.cur .con {
        position: static;
        padding: 15px 0;
    }

    .index-product ul li a .con .txt,
    .index-product ul li a .con .tit {
        color: #444;
    }

    .index-logo {
        padding: 4% 0;
    }

    .index-logo li {
        width: 100%;
        margin-top: 15px
    }

    .certification {
        padding: 0 0 50px 0;
    }

    .analysis li {
        width: 100%;
        margin-bottom: 15px
    }

    .analysis li .con,
    .analysis li .col img {
        height: auto
    }

    .test .con {
        padding: 15px;
    }

    .index-notice {
        display: none
    }

    .index-product ul li img {
        height: auto;
    }

    .aptitudes,
    .honner {
        padding: 10% 0 !important;
    }

    .join-top-name li:nth-child(2),
    .join-top-name li:nth-child(3) {
        display: none
    }

    .join-position {
        font-size: 14px
    }

    .join-top-name li {
        width: 33.3333%;
    }

    .join-content .con {
        padding: 5%
    }

    .enterpriseTop-right,
    .enterpriseTop-left {
        flex-direction: column;
        margin: 0;
    }

    .enterpriseTop-right {
        padding-top: 0;
    }

    .vision {
        width: 100%;
        padding: 30px;
        margin-bottom: 15px;
        height: auto;
        background: #fff
    }

    .values {
        width: 100%;
        padding: 30px
    }

    .values:last-child {
        padding: 0 30px;
    }

    .mt50 {
        margin-top: 0;
    }
}

@media(max-width:850px) {
    .tab {
        border-radius: 0;
        flex-direction: column;
        background: none;
        box-shadow: none
    }

    .tab a {
        height: auto;
        flex: auto;
        width: 100%;
        margin-bottom: 15px;
        background: #fff
    }

    .tab a .img {
        display: none
    }

    .tab a .tit {
        height: 60px;
        line-height: 60px;
        margin-top: 0;
    }

    .technology .column {
        position: static;
        left: 0;
        top: 0;
        transform: none;
        padding: 20px 0;
    }

    .technology {
        margin-bottom: 0px;
    }

    .technology-box {
        padding: 0
    }

    .tab a:last-child {
        margin: 0;
    }

    .technology {
        margin-top: 15px
    }

    .technology-box {
        padding-bottom: 4%;
    }

    .tabs {
        padding-top: 0
    }

    .m-tabs-name {
        background: url(../images/icon_atv.png) no-repeat 98% center;
        display: block;
        cursor: pointer;
    }

    .tab a .tit {
        font-size: 18px
    }

    .tabs {
        height: auto;
        margin: 0 11px;
        background: #fff;
        display: block !important;
    }

    .tabs a:hover,
    .tabs a.cur {
        border-bottom: 1px solid #ECECEC;
    }

    .tabs a {
        display: block;
        line-height: 46px;
        border-bottom: 1px solid #ECECEC;
    }

    .tabs-content {
        padding: 20px
    }

    .m-tabName {
        display: block;
        cursor: pointer
    }

    .tabs-content table td {
        padding: 5px;
        height: auto
    }

    .tabs-content table tr:first-child td {
        height: auto;
    }

    .join-position {
        height: 70px
    }

    .technology,
    .values,
    .vision,
    .newsList li {
        border-radius: 0;
    }

    .enterpriseTop-left .title {
        font-size: 20px
    }

    .petitionContact .icon {
        display: none
    }

    .petitionContact .report {
        width: 100%
    }

    .contacr-top .address {
        font-size: 18px
    }

    .tabs-content .item {
        overflow: scroll;
        padding-bottom: 15px
    }

    .tabs-content table {
        width: 850px;
    }

    .column span {
        height: 60px;
        line-height: 60px;
        font-size: 21px;
        width: 220px
    }


}

@media(max-width:540px) {
    .about-content .title {
        font-size: 20px
    }

    .numScroll li {
        width: 50%;
        padding-bottom: 25px
    }

    .about-content .text {
        margin: 15px 0;
    }

    .numScroll li {
        text-align: center
    }

    .numScroll li .num span {
        font-size: 25px
    }

    .index-news .title,
    .index-product .title {
        font-size: 20px
    }

    .more {
        margin-top: 16px
    }

    .index-product .sub-title {
        font-size: 16px;
        line-height: 30px
    }

    .index-product ul {
        padding-top: 20px
    }

    .swiper-abs {
        padding: 15px 15px 40px 15px;
    }

    .swiper-abs .con .tit {
        height: auto;
        font-weight: bold;
        -webkit-line-clamp: 1
    }

    .swiper-abs .con .tit {
        font-size: 16px;
        line-height: 26px
    }

    .more {
        width: 120px;
        height: 40px
    }

    .more a {
        line-height: 40px
    }

    .swiper-btn {
        width: 80px;
        bottom: 17%;
    }

    .swiper-btn .swiper-button-prev,
    .swiper-btn .swiper-button-next {
        height: 30px;
        width: 30px;
    }

    .swiper-btn .swiper-button-next:after,
    .swiper-btn .swiper-button-prev:after {
        font-size: 10px
    }

    .banner1 .title .cn {
        font-size: 25px;
        transition: 0.5s;
    }

    .banner1 .title .en {
        font-size: 16px;
        transition: 0.5s;
    }

    .quality-img .abs .tit {
        font-size: 20px
    }

    .join-top-name,
    .quality-img .abs .txt p {
        width: 100%;
    }

    .knowMore {
        display: none
    }

    .join-top-name li {
        width: 33.333%
    }

    .form-group .name {
        line-height: 48px
    }

    .form-input input,
    .form-control select {
        height: 45px
    }

    .newsList li .data {
        display: none
    }

    .news-content .txt {
        width: 100%;
    }

    .spirit,
    .style,
    .positioning,
    .purpose {
        width: 100%
    }
}

/* 新增页 */
.make {
    padding: 74px 0;
}

.make .img {
    width: 770px;
}

.make .img img {
    height: 435px;
    width: 100%
}

.make .text {
    width: calc(100% - 820px);
}

.make .text p {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.make .text p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #0084C9;
    line-height: 48px;
}

.make:nth-child(2n) {
    background: #fff;
}

.make:nth-child(2n) .wrap {
    flex-direction: row-reverse;
}

.scheme {
    padding-top: 4%
}

.scheme-tit p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #0084C9;
    line-height: 48px;
}

.scheme-tit p:last-child {
    font-size: 16px;
    color: #242424;
}

.scheme ul {
    margin: 0 -8px;
    padding-top: 3%;
}

.scheme ul li {
    width: 20%
}

.scheme ul li a {
    display: block;
    margin: 0 8px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 36px 0 0 0;
    height: 203px;
}

.scheme ul li a img {
    margin: 0 auto;
    height: 90px;
    object-fit: scale-down;
}

.scheme ul li a p {
    text-align: center;
    padding: 10px;
}

.scheme-content {
    margin-top: 74px
}

.scheme-content img {
    height: 451px;
    object-fit: cover;
    width: 100%;
}

.scheme-content .abs {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff
}

.scheme-content .txt {
    width: 40%;
    font-size: 16px;
    line-height: 36px;
}

.environment {
    padding: 2% 0 3% 0;
    background: #fff;
}

.environment ul {
    margin: 0 -12.5px;
    padding-top: 2%
}

.environment ul li {
    width: 25%;
}

.environment .col {
    margin: 0 12.5px;
    color: #474747;
}

.environment .col .img {
    border-radius: 6px;
}

.environment .col .img img {
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.environment .col .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    padding-top: 20px;
}

.environment .col .txt {
    line-height: 30px;
    color: #474747;
    font-size: 16px;
    padding-bottom: 20px;
}

.declaration ul,
.declaration {
    padding-top: 2%
}

.declaration ul {
    display: flex;
    flex-wrap: wrap;
}

.declaration {
    padding-bottom: 3%;
}

.declaration ul li {
    width: 49%;
    margin-bottom: 30px
}

.declaration ul li a {
    background: #FFFFFF;
    border-radius: 10px;
    height: 106px;
}

.declaration .tit {
    background: url(../images/pdf.png) no-repeat 27px center;
    padding-left: 77px;
    color: #3B3B3B;
    width: calc(100% - 200px);
    line-height: 20px;
    font-size: 16px;
}

.declaration .dow {
    /* width: 80px; */
    background: url(../images/dowlaod.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #0084C9;
    margin-right: 4%;
}

.declaration ul li a:hover .tit {
    color: #000;
}


@media(max-width:1200px) {
    .scheme ul li {
        width: 33.333%;
        margin-bottom: 12px;
    }

    .make .img,
    .make .text,
    .declaration ul li,
    .scheme-content .txt {
        width: 100%
    }

    .environment ul li {
        width: 50%;
    }

    .declaration ul li {
        margin-bottom: 10px;
    }

    .make .wrap {
        flex-direction: column;
    }

    .make .text {
        padding-bottom: 5%;
    }

    .make {
        padding: 5% 0;
    }

    .make .img img {
        height: auto;
        width: auto;
        margin: 0 auto;
    }

    .make:nth-child(2n) .wrap {
        flex-direction: column;
    }
}

@media(max-width:767px) {
    .scheme ul li {
        width: 50%;
    }

    .declaration ul li a {
        flex-direction: column;
        align-items: start;
        height: auto;
        padding: 10px 0;
    }

    .declaration .tit,
    .declaration .dow {
        width: 100%;
        padding: 0 30px 0 77px;
        box-sizing: border-box;
    }

    .declaration .dow {
        background-position: 30px;
        margin-top: 20px;
    }
}

@media(max-width:480px) {

    .scheme ul li,
    .environment ul li {
        width: 100%;
    }

    .environment .col .img img {
        height: auto;
    }

    .scheme ul {
        padding-top: 6%;
    }

    .scheme-content {
        margin-top: 6%;
    }
}