* {
    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; color:#222;
}

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: 31.333333%;
    margin: 1%;
}

.cor-md-4 {
    width: 22%;
    margin: 1%;
}

.cor-md-5 {
    width: 18%;
    margin: 1%;
}

.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;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 67%;
}

header .logo {
    width: 30%;
}


.hover-ul {
    display: none;
}



.big-banner .banner1-phone {
    display: none;
}


.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;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: rgb(0, 112, 212);
    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: 7px;
}

.phone-text {
    color: rgb(0, 112, 212);
    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: .83;
    filter: alpha(opacity=83);
    /* IE */
    -moz-opacity: 0.83;
    /* 老版Mozilla */
    -khtml-opacity: 0.83;
    /* 老版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(0, 112, 212);
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid rgb(0, 112, 212);
}

.banner1 {
    padding-top: 25%;
}

.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 {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 80px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.list-unstyled>li:hover>a {
    background-color: rgb(0, 112, 212);
    color: #fff;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
    font-family: "宋体";
}

.top ul li a {
    color: #333;
}

.public-title {
    text-align: center;
}

.public-title span {
    display: block;
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(0, 112, 212);
    text-align: center;
    border-radius: 6px;
}

.public-title p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    position: relative;
}

.public-title p::after {
    display: block;
    content: "";
    width: 44%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    right: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.public-title p::before {
    display: block;
    content: "";
    width: 44%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.public-title {
    padding: 40px 0;
}

.product ul li {
    position: relative;

}

.product ul li a {
    padding: 3px 0;
}

.product ul li a .txt span {
    font-family: 微软雅黑;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
}

.product ul li a .txt .txtp {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 12px;
}

.product ul li a .img-box-fa {
    width: 46%;
    border: 1px solid #ddd;
    padding: 4px;
}

.product ul li a .img-box {
    padding-top: 68%;
}

.product ul li a .txt {
    width: 51%;
    margin-left: 3%;
}

.product ul li a .txt .frame {
    width: 86px;
    line-height: 27px;
    display: block;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(204, 0, 0);
    text-align: center;
    border-radius: 6px;
    position: absolute;
    bottom: 5%;
    right: 2.5%;
}

.product ul li a .img {
    transition: all .6s;
}

.product ul li a:hover .img {
    transform: scale(1.1);
}

.product {
    padding-bottom: 50px;
}



.advantage ul li a {
    display: block;
    text-align: center;
    line-height: 140px;
}

.advantage {
    padding-bottom: 20px;
}

.advantage .public-title span {
    color: rgb(204, 0, 0);
}

.about-left {
    width: 50%;
    padding-left: 5%;
    position: relative;
}

.about-left .img-box {
    padding-top: 65%;
    z-index: 1;
}

.about-left .frame {
    width: 256px;
    height: 201px;
    border: 3px solid rgb(204, 0, 0);
    position: absolute;
    left: 3%;
    bottom: -9%;
}

.about-right {
    width: 45%;
    position: relative;
}

.about-right .txt {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.about {
    background-color: rgb(238, 238, 238);
    padding-bottom: 80px;
}

.about-right a {
    display: block;
    text-align: center;
    width: 108px;
    line-height: 33px;
    color: rgb(204, 0, 0);
    border: 1px solid rgb(204, 0, 0);
    position: absolute;
    right: 0;
    bottom: -4%;
}

.about-right a:hover {
    box-shadow:
        2px 2px 10px #fff,
        5px 5px 10px rgb(204, 0, 0);
}

.license .left {
    width: 19.2%;
}

.license .left .img-box {
    padding-top: 138.5%;
}

.license .middle {
    width: 36.7%;
}

.license .middle .img-box {
    padding-top: 72.65%;
}

.license .right {
    width: 36.7%;
}

.license .right .img-box {
    padding-top: 72.6%;
}



.license>.wrap {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px 0;
}

.news .public-title span {
    color: #fff;
}

.news .public-title p {
    color: #fff;
}

.news ul {
    background-color: rgba(238, 238, 238, 0.62);
    padding: 40px;
}

.news ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 0;
    height: 35px;
    margin-top: 2px;
}

.news ul li a .s1 {
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
}

.news ul li a .s2 {
    font-size: 14px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
}

.news {
    padding-bottom: 60px;
}

.contact .left {
    width: 48%; font-size:16px; line-height:32px;
}

.contact .left .title {
    width: 100%;
    background-color: rgb(0, 112, 212);
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 53px;
    text-decoration: none;
    text-align: center;
}

.contact .left form {
    width: 100%;
    margin-top: 15px;
}

.contact .left form input,
.contact .left form textarea {
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
    border: 1px solid #dcdcdc;
    background-color: #F7F9FB;
}

.contact .left form input,
.contact .left form textarea::-webkit-input-placeholder {
    font-size: 16px;

}

.contact .left form .int1 {
    width: 50%;
}

.contact .left form .int2 {
    padding: 0;
    color: #fff;
    background-color: #333333;
    font-size: 18px;
    margin: 0;
}

.contact .right {
    width: 48%;
    padding: 15px 25px;
    background-color: rgb(0, 112, 212);
}
.contact .right1{width: 48%;
    padding: 10px;}

.contact .right .txt span {
    font-family: 微软雅黑;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 12px;
}

.contact .right .txt .txtp {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(238, 238, 238);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 12px;
}

.contact .wrap .map {
    width: 100%;
    height: 418px;
    margin-top: 30px;
}

.contact {
    padding-bottom: 60px;
}

/* 本例子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: 388px;
    height: 240px;
    display: block;
    margin: 2px; border:1px solid #ededed;

}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #bbb;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/* 结束 */
.case .public-title p::before {
    display: block;
    content: "";
    width: 44%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: 0%;
    top: 58%;
    transform: translate(0, -50%);
}

.case .public-title p::after {
    display: block;
    content: "";
    width: 44%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    right: 0%;
    top: 58%;
    transform: translate(0, -50%);
}

.case {
    padding-bottom: 60px;
}

.product1 {
    padding: 50px 0 20px;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}

.pro-title-100 {
    width: 100%;
}

.pro-title {
    position: relative;
    background-color: rgb(0, 112, 212);
    padding: 16px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    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;
    border: 2px solid rgb(238, 238, 238);

}

.page-pro>ul>li {
    line-height: 40px;
    padding: 2px 4px;
    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 {
    display: block;
    width: 100%;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(238, 238, 238);
    display: inline-block;
    text-align: center;
}

.page-pro>ul>li>a:hover {
    background-color: rgb(0, 112, 212);
    color: #fff;
}
.page-pro>ul>li>a.on {
    background-color: rgb(0, 112, 212);
    color: #fff;
}
.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: rgb(0, 112, 212);
}

.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% - 310px);
}

.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 rgb(0, 112, 212);
    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: 15px;
    line-height: 26px;
    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-title {
    margin: 0 auto;
    width: 98%;
    position: relative;
    background-color: rgb(0, 112, 212);
    padding: 0 12px;
}


.page-right-title1 {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 55px;
    text-decoration: none;
    text-align: left;
}

.page-right-title1>span {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(204, 204, 204);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.page-right-title2 a {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(204, 204, 204);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.new-fenye-ul {
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
}

.new-fenye-ul li a {
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 3px 10px;
}



.page-right .txt1 ul {
    margin-top: 18px;
}

.page-right .txt1 ul li a .frame {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: rgb(0, 112, 212);
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 43px;
    text-decoration: none;
    text-align: center;
}

.page-right .txt1 ul li {
    margin-bottom: 13px;
}

.page-right .txt1 ul li a .txtp {
    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;
    margin-left: 2%;
}

.page-right .txt1 ul li a .txtp span {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}



/* 产品展示结束 */

.case1-ul li a .img-box {
    padding-top: 53.2%;
}

.case1-ul li {
    width: 31.333%;
    margin: 1%;
}

.case1-ul li a {
    background-color: rgb(0, 112, 212);
    display: block;
    padding: 10px;
}

.case1-ul {
    margin-top: 16px;
}

.case1-ul li a .txt {
    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: left;
    margin-top: 6px;
}

.page-right-title-100 {
    width: 100%;
}

.news2-ul {
    margin-top: 16px;
}

.news2-ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 16px 0;
    height: auto;
    margin-top: 2px;
}

.news2-ul li a .s1 {
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #000000;
}

.news2-ul li a .s2 {
    font-size: 12px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(102, 102, 102);
}

.aboutus {
    margin-top: 16px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
    text-align: left;
}

.aboutus .p1 {
    text-indent: 6em;
}


.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{ max-width:100% !important;}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.dispatch1 {
    margin-top: 20px;
}

.dispatch1-img {
    padding-top: 36%;
}

.dispatch1 .txt1 {
font-size:16px; line-height:32px;
}
.dispatch1 .txt1 img{ max-width:100% !important; height:auto !important; margin-bottom:12px !important;}

.dispatch1 .ul-box>span {
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 112, 212);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.dispatch1 .ul-box li {
    width: 31.333%;
    margin: 1%;
}

.dispatch1 .ul-box ul li a .txt1 {
    text-align: center;
    background-color: rgb(204, 204, 204);
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.dispatch1 .ul-box ul li a .txt1 .p1 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.dispatch1 .ul-box ul li {
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
}

.dispatch1 .ul-box ul li a .txt2 {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top: 0;
    padding: 12px;

}

.dispatch1 .ul-box {
    margin-top: 20px;
}

.dispatch1 .ul-box ul {
    margin-top: 16px;
}

.object .public-title p::before {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.object .public-title p::after {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    right: 1%;
    top: 58%;
    transform: translate(0, -50%);
}


.object ul li a {
    display: block;
    text-align: center;
    padding: 20px;
}

.object ul li a img {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.object ul li a .txt {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

.industry .public-title p::before {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.industry .public-title p::after {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    right: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.industry ul li a {
    display: block;
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-width: 1px;
    padding: 12px 0;
    padding-bottom: 16px;
}

.industry ul li a .img1 {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, 0);
}

.industry ul li a .txt {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

.industry {
    padding-bottom: 60px;
}

.industry1 .public-title p::before {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    left: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.industry1 .public-title p::after {
    display: block;
    content: "";
    width: 43%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    position: absolute;
    right: 1%;
    top: 58%;
    transform: translate(0, -50%);
}

.industry1 ul li a {
    display: block;
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-width: 1px;
}

.industry1 ul li a img{ padding-top:18px;}

.industry1 ul li a .txt {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
	margin-bottom:20px;
}
.industry1 ul li a .txt1 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
	height:130px; overflow:hidden;
    text-decoration: none;
    text-align: left;
    padding: 10px;
}

.industry1 {
    padding-bottom: 10px;
}


footer {
    background-color: #333;
}

footer>.wrap {
    border-bottom: 1px solid rgb(238, 238, 238);
}

/* 底部导航 */

.footer-nav ul li a {
    font-size: 16px;
    color: rgb(204, 204, 204);
}

.footer-nav ul li a:hover {
    color: rgb(255, 67, 81);
}

.footer-nav {
    max-width: 930px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 25px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}

/*  */





.footer-buttom {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

.footer-buttom a {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 26px;
}





@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;
    }

    .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: 72%;
        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: 18px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .public-title p::before {
        display: none !important;
    }

    .public-title p::after {
        display: none !important;
    }

    .public-title span {
        display: block;
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: rgb(0, 112, 212);
        text-align: center;
        border-radius: 6px;
    }

    .public-title p {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(102, 102, 102);
        background-color: transparent;
        line-height: 18px;
        text-decoration: none;
        text-align: center;
        visibility: visible;
        position: relative;
    }

    .public-title {
        padding: 20px 0;
    }

    .product ul li {
        width: 100%;
        border: 1px solid #ddd;
    }

    .product ul li a .txt span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 21px;
        text-decoration: none;
        text-align: left;
    }

    .product ul li a .txt .txtp {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(102, 102, 102);
        background-color: transparent;
        line-height: 20px;
        text-decoration: none;
        text-align: left;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .product ul li a .txt .frame {
        width: 83px;
        line-height: 26px;
        display: block;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: rgb(255, 255, 255);
        background-color: rgb(204, 0, 0);
        text-align: center;
        border-radius: 6px;
        position: absolute;
        bottom: 5%;
        right: 2.5%;
    }

    .product {
        padding-bottom: 20px;
    }

    .advantage ul li {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .advantage ul li a {
        font-size: 20px !important;
        line-height: 70px;
    }

    .contact .left {
        width: 100%;
    }

    .contact .right {
        width: 100%;
        margin-top: 16px;
    }

    .contact .left .title {
        width: 100%;
        background-color: rgb(0, 112, 212);
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        line-height: 45px;
        text-decoration: none;
        text-align: center;
    }

    .contact .left form input,
    .contact .left form textarea {
        margin-bottom: 15px;
    }

    .contact .right .txt span {
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: transparent;
        line-height: 23px;
        text-decoration: none;
        text-align: left;
        display: block;
        border-bottom: 1px solid rgb(204, 204, 204);
        padding-bottom: 6px;
    }

    .contact .right .txt .txtp {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(238, 238, 238);
        background-color: transparent;
        line-height: 22px;
        text-decoration: none;
        text-align: left;
        margin-top: 6px;
    }

    .contact .wrap .map {
        height: 250px;
        margin-top: 16px;
    }

    .news ul {
        background-color: rgba(238, 238, 238, 0.62);
        padding: 12px;
    }

    .news {
        padding-bottom: 20px;
    }

    .news ul li a .s1 {
        width: 63%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: #000000;
    }

    .news ul li a .s2 {
        font-size: 12px;
        font-family: 微软雅黑;
        font-style: normal;
        color: #000000;
    }

    .contact {
        padding-bottom: 20px;
    }

    .case {
        padding-bottom: 20px;
    }

    .case .public-title p::before {
        display: none;
    }

    .case .public-title p::after {
        display: none;
    }

    .about-left {
        width: 100%;
        padding: 0;
    }

    .about-right {
        width: 100%;
        margin-top: 16px;
    }

    .about-right a {
        position: relative;
        margin: 0 auto;
        left: 0;
        bottom: 0;
    }

    .about {
        padding-bottom: 20px;
    }

    .license>.wrap {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px 0;
    }














    /* 本例手机 */

    .picMarquee-left .bd ul li .pic img {
        width: 194px;
        height: 120px;

        padding: 2px;
    }

    .picMarquee-left {
        width: 100%;

    }

    .picMarquee-left-two {
        margin-top: 20px;
    }

    /*  */


    /* 产品中心手机*/



    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: rgb(0, 112, 212);
        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 {
        margin-top: 10px;
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
        padding-left: 10px;
    }


    .page-right .txt1 ul li a .txtp span {
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #000000;
        background-color: transparent;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
    }

    .page-right .txt1 ul li a .txtp {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
        margin-left: 4%;
    }

    .page-right .txt1 ul {
        margin-top: 12px;
    }
.dispatch1 .txt1{ font-size:14px; line-height:26px;}
.dispatch1 .txt1 strong{ font-size:15px; line-height:32px;}
.dispatch1 .txt1 img{ display:block; margin:5px auto;}
    /*  */

    .case1-ul li a .txt {
        font-family: 微软雅黑;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: transparent;
        line-height: 20px;
        text-decoration: none;
        text-align: left;
        margin-top: 4px;
    }

    .aboutus {
        margin-top: 16px;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(0, 0, 0);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: left;
    }

    .dispatch1 .ul-box ul li a .txt2 {
        display: none;
    }

    .dispatch1 .ul-box ul li a .txt1 .p1 {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: #000000;
        line-height: 20px;
        text-align: center;
        margin-top: 6px;
    }

    .object ul li a .txt {
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(255, 255, 255);
        background-color: transparent;
        line-height: 21px;
        text-decoration: none;
        text-align: center;
        margin-top: 13px;
    }

    .object ul li a {
        display: block;
        text-align: center;
        padding: 15px;
    }

    .industry {
        padding-bottom: 20px;
    }
	
	.industry1 {
        padding-bottom: 20px;
    }
	.industry1 ul li a .txt{ font-size:15px;}
	.industry1 ul li a .txt1{ font-size:12px; line-height:22px; height:152px; overflow:hidden;}
    .news2-ul li a .s1 {
        width: 63%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        color: #000000;
    }

    .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;
    }

.news2-ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: auto;
    margin-top: 2px;
}

}