* {
    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-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.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 !important;
}

.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;
    box-shadow: 0 0 20px #eaefef;

    background: #fff;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 61%;
}

header .wrap {
    position: relative;
}

header .wrap>form input {
    line-height: 32px;
    border: none;
}

header .wrap>form {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -40%;
    display: none;
}

header .wrap>form .int1 {
    width: 220px;
    background-color: #dfdfdf;
    padding-left: 10px;
}

header .wrap>form .int2 {
    width: 55px;
    background-color: #005bac;
    color: #fff;
}

header .tb {
    width: 3%;
}

header .logo {
    width: 33%;
}


.hover-ul {
    display: none;
}

.tb-box {

    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}

.big-banner {
    margin-top: 120px;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}


.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;
    border: 1px solid transparent;
}

.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: #005bac;
    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: 14px;
}

.phone-text {
    color: #005bac;
    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;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #005bac;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #005bac;
}

.banner1 {
    padding-top: 30.72%;
}

.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: #005bac;
    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 {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 120px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.list-unstyled>li>a::before {
    display: block;
    content: "";
    height: 8%;
    width: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.list-unstyled>li:nth-child(7)>a::before {
    display: none;
}



.list-unstyled>li::before {
    width: 100%;
    display: block;
    content: "";
    height: 4px;
    background-color: #005bac;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 11;
}



.list-unstyled>li:hover::before {
    display: block;
}


.top {
    height: 29px;
    border-bottom: 1px solid #efefef;
    position: relative;
    background-color: #fff;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
    font-family: "微软雅黑";
}

.top ul li a::before {
    display: block;
    content: "";
    height: 73%;
    width: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);


}

.top ul li:nth-child(2) {
    width: 14%;
    margin-left: 42%;
}

.top ul li a {
    color: #333;
    position: relative;

}

.top ul li a:nth-child(2)::before {
    display: none;
}

.top ul li a:nth-child(1) {
    padding-right: 2%;
}

.top ul li a:nth-child(2) {
    margin-left: 4%;
}

.top ul li a img {
    margin-top: -2%;
}

.top .frame {
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #005bac;
    z-index: 1;
}

.top .frame1 {
    height: 100%;
    position: relative;
    z-index: 111;
}

.top .frame1 .s1 {
    color: #fff;
    font-size: 12px;
}

.top .frame1 .s2 {
    font-size: 17px;
    font-weight: 1000;
    color: #fff;
}

.top .frame img {
    margin-right: 1%;
    margin-top: -0.2%;
}

.public-title {
    text-align: center;
    padding: 75px 0 43px 0;
}

.public-title>span {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 17px;
    color: #888888;
    font-family: "Aparajita";
}

.public-title .p1 {
    font-size: 33px;
    color: #000000;
    line-height: 40px;

}

.public-title .p1 span {
    color: #005bac;
    font-weight: bold;
}

.public-title .p2 {
    line-height: 26px;
    font-size: 13px;
    color: #555555;
    position: relative;
}

.public-title .p2::after {
    display: block;
    content: "";
    width: 169px;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    left: 18.5%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p2::before {
    display: block;
    content: "";
    width: 169px;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    right: 18.5%;
    top: 50%;
    transform: translate(0, -50%);
}























/* 产品展示 */



.product1 {
    padding: 30px 0 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 255px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #005bac;
    padding: 20px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t1 .s1 {
    font-size: 12px;
    font-family: "Arial";
    text-transform: uppercase;
}

.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;
    margin-top: 6px;

}

.page-pro>ul>li {
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

.page-pro>ul>li>ul>li {
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    padding: 0 16px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    transition: all .6s;
}

.page-pro>ul>li:hover>a {
    background-color: #ff7800;
    color: #fff;
}

.page-pro>ul>li.on>a {
    background-color: #ff7800;
    color: #fff;
}

.page-pro>ul>li>a .s1 {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #000;
    text-align: left;
    padding-left: 16px;
    font-size: 14px;
}

.page-pro>ul>li>ul>li>a:hover {
    color: #ff7800;

}

.page-pro>ul>li>ul>li>a.act {
    color: #ff7800;
    font-weight: bold;

}

.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% - 285px);
}

.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 #005bac;
    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: 5%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 26px;
    font-size: 14px;
    color: #464646;
}

.page-left-img-text b {
    color: #000;
    font-size: 16px;
}

.page-left-img {
    border: 1px solid #e5e5e5;
}



.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-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 60px;
    position: relative;
}

.pro-title-100 {
    width: 100%;
}

.page-right-title1 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}

.page-left .dh1 {
    padding: 18px;
    border: 1px solid #e5e5e5;
}

.page-left .dh1 .txt span {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.page-left .dh1 .txt p {
    line-height: 23px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Arial";
    color: #009ad5;
}

.page-left .dh1 .txt {
    margin-left: 12px;
}

.fenye-title {
    font-size: 14px;
    color: #353535;
    border-bottom: 1px dashed #e2e2e2;
    line-height: 45px;
    padding: 75px 0 0 0;
}

.fenye-title span {
    color: #ff7800;
}

.fenye-title img {
    margin-top: -0.1%;
}

/* 产品展示结束 */





/* 产品轮播 */


.certificate {
    padding-bottom: 50px;
}

.certificate .banner2 {
    margin-top: 32px;
}

.certificate .banner2 a {
    background-color: #fff;
    display: block;
}

.certificate .banner2 a>p {
    line-height: 64px;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: #000000;
    margin-top: 2px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.certificate .banner2 a:hover>p {
    background-color: #005bac;
    border: 1px solid #005bac;
    color: #fff;
}

.certificate .banner2 a .img-box {
    padding-top: 81.48%;

}

.certificate .banner2 a .fa {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 19px;
    transition: all .6s;
}

.certificate .banner2 a:hover .fa {
    border: 1px solid #005bac;
}

.certificate .banner2 {
    position: relative;
}



.certificate-nav li {
    width: 15%;
    margin: 0 1%;
}

.certificate-nav li a {
    display: block;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    color: #000000;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 18px #e9e9e9;
    transition: all .6s;
}

.certificate-nav li a:hover {
    background-color: #005bac;
    color: #fff;
}

.certificate-ul ul li {
    width: 31.11%;
    margin: 1%;
}

.certificate-ul .banner2 {
    margin-top: 16px;
}

.certificate-ul {
    padding-bottom: 0;
}

/*  */



.about_m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_l {
    width: 530px;
    border: 1px solid #e5e5e5;
    padding: 25px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px #eaeaea;
}

.about_limg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70%;
    border: 1px solid #e6e6e6;
}

.about_r {
    width: calc(100% - 535px);
    padding: 50px 35px 20px;
    background-color: #FFFFFF;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 15px #eaeaea;
}

.about_rtb {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.about_rtg {
    width: 25px;
    height: 2px;
    background-color: #005bac;
    margin: 15px 0;
}

.about_rtp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #353535;
    overflow: hidden;
    height: 140px;
    line-height: 28px;
}

.about_rtbtn {
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: arial;
    margin-top: 30px;
}

.about_rtbtn a {
    color: #999999;
}

.about_rtbtn:hover {
    border-color: #005bac;
}

.about_rtbtn:hover a {
    color: #005bac;
}

.about {
    padding-bottom: 65px;
}

.dh .middle .txt {
    text-align: center;
}

.dh .middle .txt .p1 {
    font-size: 38px;
    font-weight: 1000;
    line-height: 49px;
    color: #fff;
}

.dh .middle .txt .p1 span {
    color: #fffc00;
}

.dh .middle .txt .p2 {
    font-size: "微软雅黑";
    line-height: 17px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.dh .middle ul li a {
    display: block;
    width: 110px;
    line-height: 36px;
    text-align: center;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    transition: all .6s;
}

.dh .middle ul li a:hover {
    background-color: #000000;
    color: #fff;
}

.dh .middle ul li {
    margin: 0 1%;
}

.dh .middle ul {
    margin-top: 22px;
}

.dh {
    padding: 42px 0;
}

.equipment .banner3 {
    position: relative;
}

.equipment .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #005bac;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #005bac;
    outline: none;
}

.equipment .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 50px;
    height: 50px;
    background-color: #005bac;
    background: url(../images/index-09039_03.png) no-repeat center center, #005bac;
    outline: none;
}

.equipment .banner3 .swiper-slide a {
    display: block;
}

.equipment .banner3 .swiper-slide a .fa {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.equipment .banner3 .swiper-slide a .img-box {
    padding-top: 79.64%;
}

.equipment .banner3 .swiper-slide a .frame .txt span {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.equipment .banner3 .swiper-slide a .frame .txt p {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.equipment .banner3 .swiper-slide a .frame .txt2 {
    line-height: 38px;
    border: 2px solid #fff;
    width: 75%;
    margin: 0 auto;
    margin-top: 23px;
    padding: 0 15px;
    text-align: left;
}

.equipment .banner3 .swiper-slide a .frame .txt2 .s1 {
    font-size: 12px;
    color: #ffffff;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.equipment .banner3 .swiper-slide a .frame .txt2 .s2 {
    font-size: 14px;
    color: #ffffff;
    font-family: "微软雅黑";
    font-weight: 1000;
}

.equipment .banner3 .swiper-slide a .frame-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 91, 172, .8);
    text-align: center;
    transition: all .6s;
}

.equipment .banner3 .swiper-slide a:hover .frame-box {
    left: 0;
}

.equipment .banner3 .swiper-slide a .frame {
    position: relative;
    width: 100%;
    height: 100%;
}

.equipment .banner3 .swiper-slide a .frame .txt-box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.equipment .banner3 a>p {
    line-height: 60px;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: #000000;
    margin-top: 2px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.equipment .banner3 a:hover>p {
    background-color: #005bac;
    color: #fff;
}

.equipment {
    padding-bottom: 80px;
}

.news ul li a .txt {
    margin-top: 26px;
}

.news ul li a .txt>span {
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news ul li a .txt .txtp {
    font-size: 13px;
    color: #585858;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news ul li a .img-box {
    padding-top: 62.65%;
}

.news ul li a .rq {
    text-align: center;
    background-color: #1461a5;
    width: 78px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px 0;
    transition: all .6s;
}

.news ul li a .rq span {
    font-size: 32px;
    color: #ffffff;
    font-family: "Arial";
    line-height: 33px;
}

.news ul li a .rq p {
    font-size: 12px;
    color: #ffffff;
    font-family: "Arial";
    line-height: 15px;
}

.news ul li a .img {
    transition: all .6s;
}

.news ul li a:hover .img {
    transform: scale(1.1);
}

.news ul li a:hover .txt>span {
    color: #1461a5;

}

.news .public-title {
    padding: 75px 0 30px 0;
}

.news {
    background-color: #f3f4fa;
}

.news .wrap>a {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news .wrap>a img {
    transition: all .6s;
}

.news .wrap>a:hover img {
    transform: rotateY(360deg);
}

.news {
    padding-bottom: 80px;
}

.page-right-title-100 {
    width: 100%;
}

.news-ul {
    margin-top: 18px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 15px;
    transition: all .8s;
    box-shadow: 0 0 15px #ddd;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    color: #b1b1b1;
    line-height: 25px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #010101;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #005bac;
}

.news-ul li:hover h5 span {
    background: #ff7800;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 73.46%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.contact1-txt {
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.contact1-txt img {
    max-width: 100%;
    height: auto;
}

.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.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: 14px;
    color: #333;
    padding: 10px 0;
}

.news-show .txt-nr img {
    max-width: 100%;
    height: auto;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

footer {
    background-color: #005bac;
}


/* 底部导航 */
.footer-nav-box {
    background-color: #0066b8;
    border-bottom: 1px solid #1e6eb6;
}

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.footer-nav {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 30px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    padding: 0 4px;
    width: 14.28%;
    text-align: center;
    position: relative;
}

.footer-nav ul li::before {
    display: block;
    content: "";
    width: 2px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-nav ul li:nth-child(7)::before {
    display: none;
}

/*  */

.footer-middle .txt {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.footer-middle .txt b {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}

.footer-middle {
    position: relative;
}

.footer-middle::before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #2170b7;
    position: absolute;
    left: -14.3%;
    top: 0;
}

.footer-right {
    width: 39%;
}

.footer-right .qr {
    text-align: center;
}

.footer-right .qr p {
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

footer>.wrap {
    padding: 50px 0;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #2170b7;
    ;
}

.footer-buttom a {
    color: #FFFFFF
}



@media (max-width:1860px) {
    .top .frame {
        width: 29%;
    }
}

@media (max-width:1780px) {
    .top .frame {
        width: 28%;
    }
}

@media (max-width:1694px) {
    .top .frame {
        width: 27%;
    }
}

@media (max-width:1623px) {
    .top .frame {
        width: 26%;
    }
}

@media (max-width:1563px) {
    .top .frame {
        width: 25%;
    }
}

@media (max-width:1490px) {
    .top .frame {
        width: 23%;
    }
}

@media (max-width:1381px) {
    .top .frame {
        width: 22%;
    }
}

@media (max-width:1327px) {
    .top .frame {
        width: 21%;
    }
}

@media (max-width:1281px) {
    .top .frame {
        width: 20%;
    }
}

@media (max-width:1239px) {
    .top .frame {
        width: 19%;
    }
}

@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:769px) {
    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !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-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !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;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .tb-box {
        margin-top: 0;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner {
        margin-top: 0;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 40%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 70%;
        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;
    }

    .certificate {
        padding-bottom: 20px;
    }




    /* 产品中心手机*/



    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #005bac;
        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;
    }

    .product1 {
        padding: 20px 0;
    }

    .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;
    }

    /*  */

    .public-title .p2::after {
        display: none;
    }

    .public-title .p2::before {
        display: none;
    }

    .public-title .p2 {
        display: none;
    }

    .public-title .p1 {
        font-size: 18px;
        color: #000000;
        line-height: 18px;
    }

    .public-title>span {
        line-height: 19px;
        font-size: 12px;
        color: #888888;

    }

    .public-title {
        padding: 20px 0;
    }

    .certificate .public-title {
        padding: 20px 0 10px 0;
    }

    .certificate-nav li {
        width: 31.111%;
        margin: 1%;
    }

    .certificate-nav li a {

        line-height: 36px;
        font-size: 13px;

    }

    .certificate .banner2 {
        margin-top: 16px;
    }

    .certificate .banner2 a .fa {
        padding: 8px;
    }

    .certificate .banner2 a>p {
        line-height: 40px;
        text-align: center;
        border: 1px solid #eaeaea;
        font-size: 14px;
        color: #000000;
        margin-top: 2px;
        padding: 0 5px;

    }

    .about_r {
        width: 100%;
        padding: 16px;
        background-color: #FFFFFF;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 15px #eaeaea;
    }

    .about_l {
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 10px;

    }

    .about_rtb {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

    .about_rtg {
        width: 25px;
        height: 2px;
        background-color: #005bac;
        margin: 8px 0;
    }

    .about_rtp {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #353535;
        /*overflow: hidden;*/
        /*line-height: 23px;*/
        /* height: 204px;*/
    }

    .about_rtbtn {

        margin-top: 16px;
    }

    .about {
        padding-bottom: 20px;
    }

    .dh {
        padding: 20px 0;
        text-align: center;
    }

    .dh .left {
        width: 100%;
        text-align: center;
    }

    .dh .middle {
        width: 100%;
    }

    .dh .middle .txt .p1 {
        font-size: 16px;
        font-weight: 1000;
        line-height: 26px;
        color: #fff;
    }

    .dh .middle .txt .p2 {
        line-height: 16px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
    }

    .dh .middle ul {
        margin-top: 12px;
    }

    .dh .right {
        width: 100%;
        margin-top: 12px;
    }

    .equipment .banner3 .swiper-slide a .fa {
        padding: 8px;
    }


    .equipment .banner3 a>p {
        line-height: 40px;
        text-align: center;
        border: 1px solid #eaeaea;
        font-size: 14px;

    }

    .equipment {
        padding-bottom: 20px;
    }

    .news .public-title {
        padding: 20px 0 8px 0;
    }


    .news ul li a .txt>span {
        font-size: 14px;

    }

    .news ul li a .txt .txtp {
        font-size: 12px;
        color: #585858;
        line-height: 18px;
        margin-top: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news ul li a .txt {
        margin-top: 10px;
    }

    .news ul li a .rq {
        text-align: center;
        background-color: #1461a5;
        width: 64px;

        padding: 3px 0;
        transition: all .6s;
    }

    .news ul li a .rq span {
        font-size: 24px;
        color: #ffffff;
        font-family: "Arial";
        line-height: 28px;
    }

    .news {
        padding-bottom: 20px;
    }

    .fenye-title img {
        margin-top: -1%;
    }

    .fenye-title {
        font-size: 14px;
        color: #353535;
        border-bottom: 1px dashed #e2e2e2;
        line-height: 30px;
        padding: 16px 0 0 0;
    }

    .page-right-title1 {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        width: 98%;
        margin: 0 auto;
    }

    .news-ul li a .txt .txt-bt .t2 {
        line-height: 20px;
    }

    .news-ul li a .txt .txt-nr {
        line-height: 18px;
        font-size: 13px;

    }

    .news-ul li {
        padding: 1.5%;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: block !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .contact1 .map {
        height: 250px;
    }








    .footer-left {
        display: none;
    }

    .footer-middle .txt b {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

    .footer-middle .txt {
        font-size: 13px;
        color: #fff;
        line-height: 22px;
    }

    .footer-middle {
        width: 100%;
    }

    .footer-middle::before {
        display: none;
    }

    .footer-right {
        width: 100%;
        margin-top: 16px;
    }

    .footer-right .qr {
        width: 30%;
    }

    .footer-right .qr img {
        max-width: 90%;
    }

    .footer-right .qr p {
        font-size: 12px;
        color: #ffffff;
        margin-top: 6px;
    }

    footer>.wrap {
        padding: 20px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        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;
    }



}


.jlfanye {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jlfanye a {
    padding: 5px 8px;
    border: solid 1px #dedede;
    float: none;
    display: inline-block !important;
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #c41313;
}