* {
    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;
}

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.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: 1170px;
    margin: 0 auto;
    padding: 0;
}

.tel1{padding-top: 20px;}
.tel{font-size:24px; line-height: 32px; height: 89px; color: rgb(22, 82, 172); font-weight: bold;}


.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;
    background-color: rgb(22, 82, 172);
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

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



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


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

.header-img {
    width: 30%;
}





header>.header-flex>.wrap>ul>li:hover>a {
    background-color: #043a8a;
}

.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: #043a8a;
    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: 9px;
}

.phone-text {
    color: rgb(22, 82, 172);
    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: rgb(22, 82, 172);
    color: ivory;
}

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

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(22, 82, 172);
}

.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: 66px;
    background: #1652ac;
    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:200px;
}

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

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

.top {
    line-height: 35px;
    background-color: #ccc;
}

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

.top-right {
    width: 24%;
}

.top-right span {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 33px;
    text-decoration: none;
}

.top-right form {

    width: 75%;
    display: flex;
    align-items: center;
    margin-left: 5%;

}

.top-right form input {

    border: none;
    background-color: #fff;
}

.top-right form input:nth-child(1) {
    width: 77%;
    line-height: 23px;
}

.top-right form input:nth-child(2) {
    width: 23%;
    line-height: 21px;
    border: 1px solid #fff;
}







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

.top-nav-right ul li a {
    display: block;
    text-align: center;
}

.top-nav-right ul li a span {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: rgb(72, 70, 70);
    background-color: transparent;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.top-nav-right ul li a:hover span {
    color: #dc2323;
}

.top-nav-right ul li a p {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
}

.top-nav-right ul li {
    width: 17%;
    margin: 1.5%;
}


.top-nav-left {
    width: 30%;
}

.top-nav-right {
    width: 80%;
}

.public-title {
    padding: 32px 0;
}

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

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

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

.public-title span::before {
    display: block;
    content: "";
    position: absolute;
    right: 1%;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    transform: translate(0, -50%);
}

.product-nav-ul li {
    width: calc(100%/7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-nav-ul li a {
    width: 100%;
    display: block;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(4, 58, 138);
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.product-nav-ul li a:hover {
    background-color: #fff;
    color: rgb(4, 58, 138);
    border-bottom: 2px solid #7893c2;
    line-height: 48px;
}

.product-ul li {
    width: 22%;
    margin: 1.5%;
}

.product-ul li a {
    display: block;
    width: 100%;
    border: 1px solid #ddd;

}

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

.product-ul-frame {
    width: 100%;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(4, 58, 138);
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 0px;
    border-color: rgb(4, 58, 138);
    border-style: solid;
    border-width: 1px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 3px;
    transition: all .6s;
}

.product-ul li:hover .product-ul-frame {
    background-color: rgb(4, 58, 138);
    color: #fff;
}

.product-hot {
    padding-bottom: 35px;
}




/* 本例子css */
.picMarquee-left {
    overflow: hidden;
    position: relative;

}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}



.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {

    float: left;

    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 292px;
    height: 220px;
    display: block;
    padding: 2px;

}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/* 结束 */

.back {
    padding: 40px 0 70px 0;
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}

.sale-left {
    width: 46%;
}

.sale {
    margin-top: 35px;
}

.sale-right {
    width: 45.5%;
}

.sale-left-frame {
    width: 85px;
    text-align: center;
    line-height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 6px;
    border-color: rgb(4, 156, 219);
    border-style: outset;
    border-width: 2px;
    box-shadow: 0 0px 10px 0 transparent;
    display: block;
    font-family: 微软正黑体;
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    color: rgb(4, 156, 219);
    background-color: transpa
}

.sale-left-txt span {
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: rgb(4, 156, 219);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    border-bottom: 2px solid rgb(4, 156, 219);
    padding-bottom: 3px;
}

.sale-left-txt {
    width: calc(100% - 105px);
}

.sale-left-txt-p {
    margin-top: 13px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.sale-right .img-box {
    padding-top: 57.3%;
}

.sale-left-box1 {
    margin-top: 90px;
}

.sale .wrap {
    max-width: 1080px;
}

.sale-right2,
.sale-left2 {
    margin-top: 65px;
}

.sale {
    padding-bottom: 30px;
}


.partner .picMarquee-left .bd ul li .pic img {
    width: 360px;
    height: 192px;
    display: block;
    padding: 2px;

}

.partner {
    padding-bottom: 50px;
}

.service ul li {
    width: 14%;
    margin: 1%;
    text-align: center;
}

.service ul li p {

    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
}

.service .public-title span {
    color: #fff;
}

.service .public-title p {
    color: #fff;
}

.service .public-title span::after {
    background-color: #fff;
}

.service .public-title span::before {
    background-color: #fff;
}

.service {
    padding-bottom: 30px;
}




.news .news-title p .aa {
    width: 170px;
    display: block;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(22, 82, 172);
    display: inline-block;
    text-align: center;
    line-height: 45px;

}

.news .news-title p .aa:hover {
    background-color: #043a8a;

}

.news .news-title p span:nth-child(1) {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    margin-left: 39px;

}

.news .news-title p span:nth-child(1):hover {
    color: #dc2323;
}

.news .news-title p .a1 {
    color: #131313;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

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


.news-title {
    padding: 10px 0px;
    margin-bottom: 25px;
}

.news-left-box2-text {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000;
    margin-top: 5px;
}

.news-left-box2-text a {
    display: block;
}

.news-left-box2>span {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
}

.news-left-box1 {
    width: 35%;
    text-align: center;
    border: 1px solid #ddd;
}

.news-left-box2 {
    width: 60%;
}

.news-left {
    width: 58%;
}



.news-left ul li a>span:nth-child(1) {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left ul li a>span:nth-child(2) {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    text-align: center;
}

.news-left ul {
    margin-top: 20px;
}

.news-left ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 35px;
    margin-top: 2px;
}

.news-left ul li:hover a>span {
    color: rgb(22, 82, 172);
}

.news-right {
    width: 49%;
}

.news-right .swiper-slide .banner3 {
    padding-top: 80%;
}

.news-right {
    position: relative;
}

.news-right .swiper-pagination {
    position: absolute;
    bottom: 7px;
}

.news-right .banner2 .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #0994fd;
    border-radius: 50%;
}

.news-right .swiper-slide>span {
    font-size: 18px;
    color: #242424;
    display: block;
    margin-top: 20px;
}

.news-right .banner {
    border: 1px solid #d2d2d2;
}

.news-right-text {
    color: #242424;
    line-height: 26px;
    margin-top: 15px;
}

.news {
    padding-bottom: 50px;
}


.news-right .banner1 {
    padding-top: 59.2%;
}


.news-left {
    width: 47%;
}




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


.news-left-box2 {
    margin-left: 4%;
}

























/* 产品展示 */



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

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: rgb(4, 58, 138);
    padding: 10px 0;
}

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

.pro-title .t1 {
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(4, 58, 138);
    text-align: center;
}

.pro-title .t2 {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(238, 238, 238);
    background-color: transparent;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

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

.page-pro ul {
    display: block;
    border: 2px solid rgb(22, 82, 172);

}

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

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

.page-pro>ul>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: rgb(4, 58, 138);
    background-color: rgb(4, 58, 138);
    padding: 0 10px;
}

.page-pro>ul>li>a>span {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    /* text-align: center; */
    font-size: 14px;
    background-color: rgb(4, 58, 138);
    padding-left: 3%;
}

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

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



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

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

.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;
    margin-top: 20px;
}

.pro-ul li {
    width: 23%;
    margin: 1%;
    box-shadow: 0 0 5px #666;
    padding: 10px 10px 0 10px;
}

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

.pro-ul li .pic-box {
    border-bottom: none;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    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 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-decoration: none;
    line-height: 24px;
    color: #333333;
    line-height: 50px;
    border-top: none;

}

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

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

.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;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

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

.page-left-img-text img{
    display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 15px;
}

.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-title::before {
    display: block;
    content: "";
    width: 10%;
    height: 2px;
    background-color: rgb(4, 58, 138);
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-right-title1 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.page-right-title1>span {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 35px;
    text-decoration: none;
    text-align: left;
}

.page-right-title2 a {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 35px;
}

.page-right-title2 a:hover {
    color: #dc2323;
}

.public-fenye-a {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(4, 58, 138);
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    box-shadow: transparent 0px 0px 10px 0px;
    line-height: 38px;
    margin: 20px 0;
}

.public-fenye-a:hover {
    background-color: rgb(4, 58, 138);
    color: #fff;
}

.public-fenye-a.on {
    background-color: rgb(4, 58, 138);
    color: #fff;
}

.page-left-img1 img {
    width: 100%;
}

.page-left-img1,
.page-left-img {
    margin: 10px;
}

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

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

.page-right-title11 {
    width: 100%;
}

.contact1-left {
    width: 40%;
}

.contact1-right {
    text-align: center;
    width: 40%;
}
.contact1-right .ewm_left{
    width: 49%;
	float: left;
}
.contact1-right .ewm_right{
    width: 49%;
	float: right;
}

.contact1-right img {
    max-width: 85%;
	margin: 0 auto;
}

.contact1-right p {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
}

.contact1 {
    margin-top: 20px;
}

.contact1-map {
    width: 100%;
    height: 372px;
    margin-top: 30px;
}

.mall>span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.mall-txt>span {
    font-size: 14px;
    font-weight: bold;
}

.mall-txt-p {
    margin-top: 10px;
}

.mall-txt {
    margin-bottom: 15px;
}

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

.technology-ul span {
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}
.technology-ul span em{
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    float: right;
}
.technology-ul span em:hover{
    color: rgb(4, 58, 138);
}

.technology-ul p {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    line-height: 26px;
}

.technology-ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: auto;
    margin-top: 2px;
    width: 97%;
    margin: 0 auto;
}

.technology-ul li:hover span {
    color: rgb(4, 58, 138);
}



/* 产品展示结束 */

.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;
}

.news-show .txt-nr img{
    display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}

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

footer {
    background-color: #333;
}

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

    width: 23%;
}

.footer-left-txt {
    margin-top: 6px;
}


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

.footer-middle-txt 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-middle {
    width: 22%;
    position: relative;
}

.footer-middle::after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgb(255, 255, 255, .6);
    top: 0;
    left: -47%;
}

.footer-middle::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgb(255, 255, 255, .6);
    ;
    top: 0;
    right: -47%;
}

.footer-right-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: center;
}

.footer-right-txt p {
    text-align: center;
}

.footer-right {
    width: 20%;
}

.footer-right-txt img {
    max-width: 51.5%;
}

footer>.wrap {
    padding: 25px 0;
    border-bottom: 1px solid rgb(255, 255, 255, .6);
}






.footer-buttom {
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(238, 238, 238);
    background-color: transparent;
    line-height: 18px;
    text-decoration: none;
    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;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

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

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

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 65%;
        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;
        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;
    }

    .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: 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;
    }

    /*  */



    /* 本例手机 */

    .picMarquee-left .bd ul li .pic img {
        width: 146px;
        height: 110px;

        padding: 2px;
    }

    .partner .picMarquee-left .bd ul li .pic img {
        width: 130px;
        height: 96px;

        padding: 2px;
    }

    .picMarquee-left {
        width: 100%;

    }

    .picMarquee-left-two {
        margin-top: 20px;
    }

    /*  */

    .public-title span::after {
        display: none;
    }

    .public-title span::before {
        display: none;
    }

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

    .public-title p {
        display: none;
    }

    .public-title {
        padding: 20px 0;
    }

    .product-nav-ul li {
        width: 22%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 1.5%;
    }

    .product-nav-ul li a {
        width: 100%;
        display: block;
        font-family: 微软雅黑;
        font-size: 14px;
        color: rgb(255, 255, 255);
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: rgb(4, 58, 138);
        display: inline-block;
        text-align: center;
        line-height: 40px;
    }

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

    .product-hot {
        padding-bottom: 20px;
    }

    .partner {
        padding-bottom: 20px;
    }

    .back {
        padding: 20px 0 30px 0;
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: center;
    }

    .sale-left {
        width: 100%;
    }

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

    .sale-left-box1 {
        margin-top: 20px;
    }

    .sale-left-txt span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        color: rgb(4, 156, 219);
        background-color: transparent;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
        border-bottom: 1px solid rgb(4, 156, 219);
        padding-bottom: 3px;
    }

    .sale-left-txt-p {
        margin-top: 6px;
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 20px;
        text-decoration: none;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sale-right2,
    .sale-left2 {
        margin-top: 20px;
    }

    .sale {
        margin-top: 20px;
    }

    .sale {
        padding-bottom: 0;
    }

    .sale-left-frame {
        width: 60px;
        text-align: center;
        line-height: 60px;
        font-family: 微软雅黑;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        border-radius: 6px;
        border-color: rgb(4, 156, 219);
        border-style: outset;
        border-width: 2px;
        box-shadow: 0 0px 10px 0 transparent;
        display: block;
        font-family: 微软正黑体;
        font-size: 25px;
        font-weight: bold;
        font-style: normal;
        color: rgb(4, 156, 219);
        background-color: transpa;
    }

    .sale-left-txt {
        width: calc(100% - 76px);
    }

    .service ul li {
        width: 30%;
        margin: 1.5%;
        text-align: center;
    }

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

    .service ul li img {
        max-width: 60%;
    }

    .service {
        padding-bottom: 20px;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
    }

    .news-right .banner .banner1 {
        display: block;
    }


    .news .news-title p .aa {
        width: 85px;
        display: block;
        text-align: center;
        font-family: 微软雅黑;
        font-size: 13px;
        color: rgb(255, 255, 255);
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: rgb(22, 82, 172);
        display: inline-block;
        text-align: center;
        line-height: 26px;
    }

    .news .news-title p span:nth-child(1) {
        font-family: 微软雅黑;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: rgb(102, 102, 102);
        background-color: transparent;
        line-height: 22px;
        margin-left: 39px;
    }

    .news-left ul li a>span:nth-child(1) {
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(51, 51, 51);
        width: 63%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .news-left ul li a>span:nth-child(2) {
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(51, 51, 51);
        text-align: center;
    }

    .news-left-box2>span {
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(51, 51, 51);
    }

    .news-left-box2-text {
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: #000;
        margin-top: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .news-right {
        margin-top: 20px;
    }

    .news {
        padding-bottom: 20px;
    }

    .contact1-left {
        width: 100%;
    }

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

    .contact1-map {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .mall>span {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0;
    }


    .mall-txt-p {
        font-size: 12px;
    }

    .technology-ul li {
        width: 97%;
        margin: 0 auto;
        padding-left: 0;
    }

    .technology-ul span {
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(51, 51, 51);
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }

    .technology-ul p {
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: rgb(51, 51, 51);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 3px;
        line-height: 22px;
    }





    .footer-right {
        display: none;
    }

    .footer-left {
        width: 40%;
    }

    .footer-middle::after {
        display: none;
    }

    .footer-middle::before {
        display: none;
    }

    .footer-left-txt {
        margin-top: 4px;
        font-size: 12px;
    }

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

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

    .footer-middle {
        width: 54%;
    }

    .footer-content {
        display: none;
    }

    footer>.wrap {
        padding: 20px 0;
        border-bottom: 1px solid rgb(255, 255, 255, .6);
    }

    .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;
    }



}