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

.block {
    display: block;
}

.none {
    display: none !important;
}

.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% !important;
}

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

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

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

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

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.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 {
    display: block;
    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;
    transition: all .6s;
}

img {
    max-width: 100%;
}

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

header {
    width: 100%;
    transition: top .3s;
    background-color: #1d5fab;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
}

header.active {
    top: 0;
}

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

header>.header-flex>.wrap>form>input:nth-child(1) {
    caret-color: #fff;
    -webkit-text-fill-color: #fff;
    width: 220px;
    border-right: none;
    padding-left: 10px;
    border-bottom: 1px solid #4072b2;
    border-top: 2px solid #143d72;
}

header>.header-flex>.wrap>form>input:nth-child(2) {
    width: 40px;
    border-left: none;
    border-right: 1px solid #4072b2;
    border-bottom: 1px solid #4072b2;
    border-top: 2px solid #143d72;
}



header>.header-flex>.wrap>form>input {
    line-height: 26px;
    background-color: #1c57a3;
}

.hover-ul {
    display: none;
}

.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 {
    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: #1d5fab;
    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: #fff;
    font-size: 14px;
    line-height: 32px;
    height: 31px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #0e4c94;
}

.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: #1d5fab;
    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: rgba(255, 255, 255, .8);
    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: #1d5fab;
    color: ivory;
}

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

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

.banner1 {
    padding-top: 22%;
}

.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: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

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

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

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

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.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: 45px;
    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: #0e4c94;
}

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

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

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

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

.top-nav-right ul li a {
    font-size: 16px;
    color: #333333;
}

.top-nav-right ul li a img {
    margin-top: -1px;
    margin-right: 3px;
}

.top-nav-right ul li:nth-child(1) {
    margin-right: 14px;
}

.top-nav-right ul li:nth-child(3) {
    margin-left: 30px;
}

.top-nav-right ul li:nth-child(3) a p .s2 {
    font-size: 24px;
    color: #257bd2;
    font-family: "Impact";
    margin-left: 8px;

}

.public-title .p1 {
    font-size: 30px;
    color: #333333;
}

.public-title .p1 span {
    font-size: 18px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
}

.public-title a {
    font-size: 12px;
    color: #999999;
}

.public-title .p2 {
    font-size: 12px;
    color: #999999;
}

.public-title .p2 span {
    color: #1c62aa;
    font-size: 12px;
}

.public-title {
    border-bottom: 1px solid #cccccc;
    line-height: 62px;
    position: relative;
    padding-left: 10px;
    margin: 0 0 38px 0;
    padding-top: 23px;

}

.public-title::before {
    display: block;
    content: "";
    width: 3px;
    height: 36%;
    background-color: #1c62aa;
    position: absolute;
    top: 42.5%;
    left: 0;
}

.about-left .img-box {
    padding-top: 61.9%;
}

.about-left {
    width: 41.5%;
}

.about-right {
    width: 56%;
}

.about-right .txt {
    color: #333;
    line-height: 27px;
}

.about>.wrap>.about-box {
    margin-top: 36px;
}

.about-right .hb {
    margin-top: 23px;
}

.about-right .hb .title {
    background-color: #1c62aa;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    padding-left: 7px;
}

.about-right .hb .title span {
    font-size: 18px;
    font-family: "Arial";
    color: #fff;
}

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

.about>.wrap {
    background-color: #fff;
    padding: 0 29px 34px 29px;
    box-shadow: 0 8px 5px #dedede;
}

.about {
    padding: 35px 0;
}

.about-right .banner3 {
    margin-top: 16px;
}

/* 产品展示 */

.product1 .cp1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;

}

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

.page-left {
    width: 300px;
}

.page-pro {
    position: relative;
}

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

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

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

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

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

.page-pro>ul {
    display: block;


}

.page-pro>ul>li {
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid #cccccc;
    margin-bottom: 2px;

}

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

.page-pro>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    transition: all .6s;
    padding: 0 5px;
}

.page-pro>ul>li:hover>a {
    background-color: #1c62aa;
    color: #fff;
}
.page-pro>ul>li.act>a {
    background-color: #1c62aa;
    color: #fff;
}
.page-pro>ul>li>ul>li>a {
    display: block;
    color: #999999;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px dashed #cccccc;
    padding: 0 5px;
}

.page-pro>ul>li>ul>li>a:hover {
    color: #1c62aa;
}

.page-pro>ul>li>ul>li>a.act {
    color: #1c62aa;
}

.page-pro>ul>li>ul>li:last-child>a {
    border: none;
}

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

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

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

.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 #1d5fab;
    border-top: none;
    overflow: hidden;
}

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

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

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

}

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

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

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

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

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



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

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

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

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

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

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

.product1 .cp1 .page-right .img-box {
    padding-top: 54.13333%;
}

.product1 .cp1 .page-right .img1 {
    padding: 27px 25px;
    border: 1px solid #cccccc;
}

.product1 .cp1 .page-right .txt {
    margin-top: 18px;
}

.product1 .cp1 .page-right .txt span {
    line-height: 34px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.product1 .cp1 .page-right .txt .txtp {
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

.product1 .cp1 .page-right .txt .txtp a {
    color: #1c62aa;
}

.product1 .cp2 .txt {
    width: 48%;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product1 .cp2 .img1 {
    width: 47%;
}

.product1 .cp2 .img1 .img-box {
    padding-top: 62.6%;
}

.product1 .cp2 {
    padding: 30px 0;
    border-bottom: 1px solid #999999;
}

.product1 .cp3 ul li a .img-box {
    padding-top: 75%;
}

.product1 .cp3 ul li {

    border: 1px solid #cccccc;
}

.product1 .cp3 ul li a .frame span {
    line-height: 27px;
    height: 27px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product1 .cp3 ul li a {
    background-color: #fff;
    display: block;
}

.product1 .cp3 ul li a:hover .frame span {
    color: #1c62aa;
}

.product1 .cp3 ul li a .frame p {
    line-height: 26px;
    color: #1c62aa;
    font-size: 12px;
}

.product1 .cp3 ul li a .frame {
    width: 90%;
    margin: 0 auto;
    padding: 20px 16px;
    border-top: 1px solid #cccccc;
}

.product1 .cp3 {
    padding: 25px 0 32px 0;
}

.product1>.wrap {
    background-color: #fff;
    padding: 0 27px;
    box-shadow: 0 8px 5px #dedede;
}

.product1 {
    padding-top: 32px;
}

/* 产品展示结束 */





/* 产品轮播 */



.certificate .banner2 a .img-box {
    padding-top: 125%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #1d5fab;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #1d5fab;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #1d5fab;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #1d5fab;
    outline: none;
}

.banner2 ul li a p {
    font-size: 14px;
    color: #1d5fab;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  /*  -webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
}



.banner2 ul li a .flex .txt {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-left: 35px;
}


.banner2 ul li a .flex .img1 {
    width: 49%;
}

.banner2 ul li .flex {
    margin-top: 30px;
}

.banner2 ul li a:hover .img {
    transform: scale(1.1);
}

.banner2 ul li a:hover .flex .txt {
    color: #1d5fab;
}

.certificate>.wrap {
    background-color: #fff;
    padding: 0 29px 34px 29px;
    box-shadow: 0 8px 5px #dedede;
}

.banner2 ul li {
    position: relative;
}

.banner2 ul li img {
    position: absolute;
    right: -19%;
    top: 50%;
    transform: translate(0, -50%);
}


/*  */

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul li:last-child {
    margin: 0;
}

.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;
    display: flex;
    justify-content: space-between;
    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;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #1d5fab;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

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



.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.product2>.wrap {
    padding-bottom: 38px;
}

.contact1-txt {
    line-height: 28px;
    font-size: 14px;
}


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

.public-title p {
    font-size: 30px;
    color: #333333;
}

.public-title span {
    font-size: 18px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
}

.news-show {
    width: 100%;
}

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

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

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

.news-show .txt-nr img{max-width: 100%;height: auto;}


.message form input,
.message form textarea {
    width: 100%;
    padding-left: 10px;
    line-height: 32px;
    margin-bottom: 12px;
    border: 1px solid #eee;
}



.message form .int1 {
    padding: 0;
    background-color: #1d5fab;
    color: #fff;
    border: none;
    margin: 0;
}































footer>.wrap {
    padding: 35px 0;
}


footer .ul-box span {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 32px;
}

footer .ul-box ul li a {
    line-height: 22px;
    font-size: 14px;
    color: #757575;
   overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap; 
}

.ul-box ul li a:hover {
    border-bottom: 1px solid #757575;
}

.footer-middle1 .ul-box ul li {
    width: 50%;
}

.footer-middle1 {
    width: 33%;
}

.footer-right .ul-box .txt {
    line-height: 22px;
    font-size: 14px;
    color: #757575;
}

.footer-right {
    width: 38%;
}

.footer-left {
    width: 5%;
}


.footer-middle12 {
    width: 6%;
}





.footer-buttom {
    background-color: #1d5fab;
    margin: 0 auto;
    text-align: center;
    color: #cccccc;
    font-size: 12px;
    padding: 6px 0;
}

.footer-buttom a {
    color: #cccccc;
}

.footer-buttom-img {
    text-align: center;
    padding: 7px 0;
    background-color: #fff;
}

@media (max-width:1200px) {

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






}


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

    .xs-block {
        display: block;
    }

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

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

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 77%;
        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 img {
        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: #1d5fab;
        padding: 2px 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 {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */

    .public-title p {
        font-size: 18px;
        color: #333333;
    }

    .public-title span {
        font-size: 12px;

    }

    .public-title::before {
        height: 32%;
        top: 49%;
    }

    .public-title {
        line-height: 35px;
        padding-left: 10px;
        margin: 0 0 20px 0;
        padding-top: 16px;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        margin-top: 16px;
    }

    .about>.wrap {
        padding: 0 20px 20px 20px;
    }

    .about>.wrap>.about-box {
        margin-top: 0;
    }

    .about-right .hb {
        margin-top: 18px;
    }

    .certificate>.wrap {
        background-color: #fff;
        padding: 0 20px 20px 20px;
        box-shadow: 0 0 30px #dadada;
    }

    .about {
        padding: 20px 0;
    }

    .banner2 ul li .flex {
        margin-top: 16px;
    }

    .about-right .hb .title span {
        font-size: 14px;
        font-family: "Arial";
        color: #fff;
    }

    .about-right .hb .title {
        background-color: #1c62aa;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        padding-left: 7px;
    }

    .banner2 ul li a .flex .img1 {
        width: 40%;
    }

    .banner2 ul li a .flex .txt {
        margin-left: 30px;
    }

    .product1 .cp3 ul li a .frame {
        width: 90%;
        margin: 0 auto;
        padding: 8px 6px;
        border-top: 1px solid #cccccc;
    }


    .product1 .cp2 .txt {
        width: 48%;
        font-size: 14px;
        color: #333333;
        line-height: 22px;

    }

    .product1 .cp1 .page-right .img1 {
        padding: 16px;
        border: 1px solid #cccccc;
    }

    .page-right {
        margin-top: 16px;
    }

    .product1>.wrap {
        background-color: #fff;
        padding: 20px 13px;
        box-shadow: 0 8px 5px #dedede;
    }

    .product1 .cp1 .page-right .txt {
        margin-top: 20px;
    }

    .product1 .cp1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #999999;
    }


    .product1 .cp2 {
        padding: 16px 0;
        border-bottom: 1px solid #999999;
    }


    .product1 .cp3 {
        padding: 0;
        padding-top: 20px;
    }

    .news-ul li {
        margin-bottom: 15px;
    }

    .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;
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
    }

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

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .public-title .p1 {
        font-size: 18px;
        color: #333333;
    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .footer-buttom-img {
        padding: 7px 0 12px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 14px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 14px;
    }

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

}

.page-show img{max-width: 100%;display: block;height: auto;margin:0 auto;}

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}