* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}



a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}



.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

.flex {
    display: flex;
    flex-wrap: wrap;

}

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

.justify-content-center {
    justify-content: center;
}

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

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.logo {
    width: 35%;
}

.hover-ul {
    display: none;
}



.big-banner .banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}



header ul>.li-red>a {
    background-color: #0679d6;
    color: #fff;
}

header>.header-flex>.wrap>ul>li:hover>a {
    background-color: #0679d6;
    color: #fff;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #0679d6;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 13px;
}

.phone-text {
    color: #0679d6;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #0679d6;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0679d6;
}

.banner1 {
    padding-top: 26%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}


.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.list-unstyled>li>a {
    display: block;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgba(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    text-align: center;
    line-height: 100px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p {
    color: #0679d6;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
}

.public-title span {
    display: block;
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
}

.public-title span::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    bottom: 0;
    left: 0;
}

.public-title span::before {
    display: block;
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: rgb(6, 121, 214);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.public-title p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 13px;
}

.product {
    background-color: rgb(249, 249, 249);
    padding-bottom: 30px;
}

.product ul li a p {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product ul li a .img-box {
    padding-top: 83.9%;
}

.product .public-title {
    padding: 50px 0 30px 0;
}



.case .public-title {
    padding: 50px 0 30px 0;
}

.case ul li a .img-box {
    padding-top: 78%;
}

.case ul li a p {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.public-a {
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(6, 121, 214);
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0px 10px 0 transparent;
    width: 120px;
    line-height: 36px;
    text-align: center;
    margin: 30px auto 50px auto;
}

.about ul li span {
    display: block;
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
    padding-left: 6px;
    background-color: rgb(244, 244, 244);
}

.about ul li .frame {
    background-color: rgb(6, 121, 214);
    padding: 18px;
    min-height: 480px;

}

.about ul li .frame .txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 20px;
}

.about ul li .img-box {
    padding-top: 59%;
}

.about ul li .frame .a1 {
    display: block;
    width: 120px;
    line-height: 30px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: #65abd0;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0px 10px 0 transparent;
    margin: 15px auto;
}

.about ul li .frame .a1:hover {
    box-shadow:
        2px 2px 10px #fff,
        5px 5px 10px #fff;
}

.about ul li .frame .map {
    width: 100%;
    height: 193px;
    border-radius: 5px;
}

.about ul li .frame .txt .a2 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.about ul li .frame .txt1 {
    margin-top: 10px;
}

.about ul li .frame .txt p {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.about {
    padding-bottom: 30px;
}

.aboutus-txt p {
    font-size: 18px;
    line-height: 28px;
    text-indent: 2em;
}

.aboutus {
    padding-bottom: 50px;
}






























/* 产品展示 */



.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.page-left {
    width: 218px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #20478f;
    padding: 38px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro ul {
    display: block;
    ;

}

.pro-title2 {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(6, 121, 214);
    line-height: 40px;
    padding: 0 5%;
}

.page-pro>ul>li {
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: rgb(244, 244, 244);
    padding-left: 6%;
    background-color: rgb(244, 244, 244);
}

.page-pro>ul>li>a:hover {
    color: rgb(6, 121, 214);
}

.page-right ul li a .img-box {
    padding-top: 90%;
}

.page-right ul li {
    background-color: #fff;
    box-shadow: 0 0 5px #666;
}

.page-right ul li a p {
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-decoration: none;
    line-height: 60px;
    margin-top: 0;
    text-align: center;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: #20478f;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
}



.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 238px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

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

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #20478f;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}



.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right .swiper-wrapper img {
    max-width: 100%;
}

.page-right .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}


.page-right-title1 {
    font-size: 18px;
    color: #222222;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}



/* 产品展示结束 */


.field1 ul li {
    background-color: #fff;
    box-shadow: 0 0 5px #666;
    padding: 0 5px;
}

.field1 ul li a .img-box {
    padding-top: 79%;
}

.field1 ul li a p {
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-decoration: none;
    line-height: 60px;
    margin-top: 0;
    text-align: center;
}

.field1 {
    padding-bottom: 50px;
}

.join-txt>span {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.join-txtp {
    font-size: 18px;
    line-height: 32px;
}

.join-txt {
    margin-bottom: 20px;
}

.join {
    padding-bottom: 30px;
}

.contact-left-txt {



    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
    text-align: left;
}

.contact-left-txt span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
    text-align: left;
}

.contact-right .map {
    height: 318px;
}

.contact-left {
    width: 30%;
}

.contact-right {
    width: 60%;
}

.contact {
    padding-bottom: 50px;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}


.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}














footer {
    background-color: rgb(51, 51, 51);
}

.footer-left1 span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.footer-left1 ul li a {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.footer-left1 ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left1 ul {
    margin-top: 8px;
}

.footer-left1 ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-left1 {
    width: 10%;
}

.footer-middle-txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.footer-right span {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.footer-middle {
    width: 28%;
}

.footer-right {
    width: 18%;
}

.footer-right img {
    max-width: 70%;
    display: block;
    margin-top: 30px;
}

footer>.wrap {
    padding: 45px 0 33px 0;
}


.footer-buttom {
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 20px;
    text-align: center;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}





@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 82%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }



    /* 产品中心手机*/



    .page-right .swiper-wrapper .swiper-slide {
        width: 47%;
        margin: 1.5%;
    }


    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        background-color: #0679d6;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }

    .page-pro ul {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .page {
        margin-bottom: 20px;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {

        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */

    .about ul li {
        width: 100%;
    }

    .about ul li span {
        display: block;
        font-family: 微软雅黑;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
        line-height: 40px;
        padding-left: 6px;
        background-color: rgb(244, 244, 244);
    }

    .about ul li .frame .txt {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
        margin-top: 20px;
    }

    .about ul li .frame .a1 {
        display: block;
        width: 100px;
        line-height: 30px;
        text-align: center;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
        background-color: #65abd0;
        text-align: center;
        border-radius: 6px;
        box-shadow: 0 0px 10px 0 transparent;
        margin: 15px auto;
    }

    .about ul li .frame {
        background-color: rgb(6, 121, 214);
        padding: 18px;
        min-height: 430px;
    }

    .public-title span {
        display: block;
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: center;
        position: relative;
        padding-bottom: 12px;
    }

    .public-title p {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(153, 153, 153);
        background-color: transparent;
        line-height: 18px;
        text-decoration: none;
        text-align: center;
        margin-top: 8px;
    }

    .public-title span::before {
        display: block;
        content: "";
        position: absolute;
        width: 21%;
        height: 3px;
        background-color: rgb(6, 121, 214);
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .product ul li a p {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 18px;
        text-decoration: none;
        text-align: center;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .public-a {
        display: block;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
        background-color: rgb(6, 121, 214);
        text-align: center;
        border-radius: 6px;
        box-shadow: 0 0px 10px 0 transparent;
        width: 90px;
        line-height: 30px;
        text-align: center;
        margin: 20px auto 20px auto;
    }


    .product {
        background-color: rgb(249, 249, 249);
        padding-bottom: 20px;
    }

    .about {
        padding-bottom: 20px;
    }

    .aboutus {
        padding-bottom: 20px;
    }

    .aboutus-txt p {
        font-size: 14px;
        line-height: 22px;
        text-indent: 2em;
    }

    .page-right ul {
        margin-top: 20px;
    }

    .page-right ul li a p {
        font-family: 微软雅黑;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        text-decoration: none;
        line-height: 40px;
        margin-top: 0;
        text-align: center;
    }

    .field1 ul li a p {
        font-family: 微软雅黑;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        line-height: 40px;
        margin-top: 0px;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
    }


    .join {
        padding-bottom: 0;
    }



    .join-txt>span {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
    }

    .join-txtp {
        font-size: 14px;
        line-height: 22px;
    }


    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
        margin-top: 20px;
    }

    .contact-left-txt span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: #000000;
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
    }

    .contact-left-txt {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: #000000;
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
    }

    .contact {
        padding-bottom: 20px;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        color: #333;
        text-align: center;
        background: #eee;
    }

    .footer-buttom a {
        color: #333;
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}