* {
    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 {
    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: #004d9f;
    position: relative;
    z-index: 999;
    padding: 2px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
}

header>.header-flex {
    border-top: 1px solid #5c96f1;
    border-bottom: 1px solid #5c96f1;
}

header .wrap {
    max-width: 100%;
}

.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 {

    padding: 2px 0;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
    border-right: 1px solid #407ab7;
}

.list-unstyled>li:nth-child(1) {
    border-left: 1px solid #407ab7;
}

.hover-ul {
    width: 100%;
    background-color: #1d73cf;
    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;
    border-bottom: 1px solid #eee;

}

.hover-ul>li>a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #7bb626;
    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: 7.3px;
}

.phone-text {
    color: #004d9f;
    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: #004d9f;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #004d9f;
}

.banner1 {
    padding-top: 26.4%;
}

.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: #000;
    border-radius: 50%;
}

.hot {
    width: 100%;
    height: 58px;
    background-color: #004d9f;
    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: 18px;
    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: 50px;
    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: #7bb626;
}

.top {
    height: 32px;
    border-bottom: 1px solid #e2e2e2;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.top ul li {
    font-size: 14px;
    font-family: "宋体";
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 47%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav .dh-box1 .top-nav-right-text>p {
    color: #d81116;
    font-size: 25px;
    line-height: 30px;
    font-family: "Impact";
}

.top-nav .dh-box2 .top-nav-right-text>p {
    color: #666666;
    font-size: 25px;
    line-height: 30px;
    font-family: "Impact";
}

.top-nav .dh-box2 {
    margin-left: 23px;
}

.search .screen {
    padding: 0;
}

.search .screen dl {
    display: flex;
    padding: 8px 0;
}

.search .screen dl dt {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    line-height: 27px;
    width: 121px;
    font-family: "Microsoft YaHei UI";
}

.search .screen dl dd a {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    padding: 2px 0;
    line-height: 26px;
    font-family: "Microsoft YaHei UI";
}

.search .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #004090;
    color: #fff;
}

.search .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.search-right form input:nth-child(1) {
    width: 296px;
    padding-left: 10px;
    border: none;
    line-height: 38px;
    background-color: #fff;
    caret-color: #1d73cf;
    border-radius: 20px;
    -webkit-text-fill-color: #1d73cf;
}

.search-right form input:nth-child(1)::-webkit-input-placeholder {
    color: #6e97c2;
    font-size: 16px;
}



.search-right form input:nth-child(2) {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    display: block;
    margin-left: 15px;
}

.search {
    background-color: #1d73cf;
    padding: 8px 0;
}

/* 产品展示 */

.product1 {
    padding-bottom: 64px;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 284px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #004d9f;
    padding: 38px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 28px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft YaHei UI";
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    font-family: "Microsoft YaHei UI";
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}

.pro-title .txt {
    margin-left: 17px;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    background-color: #095193;
    margin-top: 5px;
    padding: 17px 0;

}

.page-pro>ul>li {
    line-height: 36px;
    padding: 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>ul>li {
    line-height: 35px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 10px;

}

.page-pro>ul>li:hover>a {
    background-color: #7bb626;
}

.page-pro>ul>li:hover>a .txt1 {
    color: #fff;
}

.page-pro>ul>li:hover>a .txt2 {
    color: #fff;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 20px;
    margin-top: -2px;
}

.page-pro>ul>li>a .txt1 {
    color: #333;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a .txt2 {
    color: #333;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-family: "Microsoft YaHei UI";
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}

.page-pro>ul>li>ul>li>a:hover {
    background-color: #7bb626;
    color: #fff;
}

.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.6s;
    background-color: #004d9f;
    padding: 2px;
}

.pro-ul li a:hover {
    background-color: #7bb626;
}

.pro-ul li .pic-box {
    border: 1px solid #ffffff;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .6s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.1);
}

.pro-ul li .txt {
    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: 85.2%;
}



.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    background-color: #efefef;
    margin-top: 8px;
    padding: 6px 2px 12px 2px;
}

.page-left-img .lx-img {
    text-align: center;
}

.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;
    background-color: #004d9f;
    color: #fff;
    font-family: "Microsoft YaHei UI";
    transition: all .6s;
}

.page-right .pro-ul li a:hover span {
    background-color: #7bb626;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    background-color: #f2f2f4;
    border: 1px solid #e2e3e7;
    line-height: 28px;
    position: relative;
    padding-right: 13px;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    width: 21.5%;
    padding-left: 13px;
    line-height: 30px;
    background-color: #004d9f;
    clip-path: polygon(0% 67%, 0% 0%, 82% 0%, 100% 100%, 0% 100%);

}

.page-right-title1 img {
    margin-top: -5px;
    margin-right: 5px;
}

.page-right-title1>span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}

.public-title {
    text-align: center;
    padding: 45px 0 38px 0;
}

.public-title .p1 {
    font-size: 30px;
    color: #000000;
    font-family: "Microsoft YaHei UI";
    font-weight: bold;
    line-height: 45px;
}

.public-title .p1 span {
    color: #004d9f;
}

.public-title .p2 {
    font-size: 16px;
    color: #666666;
    font-family: "Microsoft YaHei UI";
    line-height: 29px;
    font-weight: bold;
    position: relative;
}

.public-title .p2::after {
    display: block;
    content: "";
    width: 31px;
    height: 1px;
    background-color: #8e8e8e;
    position: absolute;
    left: 34%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p2::before {
    display: block;
    content: "";
    width: 31px;
    height: 1px;
    background-color: #8e8e8e;
    position: absolute;
    right: 34%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p3 {
    line-height: 21px;
    font-size: 12px;
    color: #999999;
    font-family: "Microsoft YaHei UI";
}

.page-pro>.qr-box {
    background-color: #095193;
}


.page-pro>.qr-box .txt-qr span {
    line-height: 35px;
    font-size: 30px;
    font-family: "Impact";
    font-weight: bold;
    color: #fff;
}

.page-pro>.qr-box .txt-qr p {
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
}

.page-pro>.qr-box .txt-qr {
    margin-left: 12px;
    margin-bottom: 12px;
}

.pro-title-lx {

    padding: 26px 0;
    padding-left: 29px;
    margin-top: 9px;
}

.product1-fy .pro-ul {
    margin-top: 16px;
}

/* 产品展示结束 */
.selling>.wrap {
    position: relative;
}

.selling .img1 {
    text-align: center;
    max-width: 771px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -15%;
    transform: translate(-50%, 0);
    width: 100%;
}

.selling .img1 p {
    font-size: 30px;
    color: #000000;
    font-family: "宋体";
    font-weight: bold;
    line-height: 68px;
}

.selling .txt {
    text-align: center;
    padding: 56px 0 52px 0;
}

.selling .txt span {
    line-height: 46px;
    font-size: 20px;
    font-family: "宋体";
    color: #fff;
    font-weight: bold;
}

.selling .txt p {
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Arial";
}

.selling {
    margin-bottom: 326px;
}

.about-left {
    width: 50%;
}

.about-left .img1 {
    padding-top: 62%;
}

.about-right {
    width: 50%;
}

.about-right .txt {
    background-color: #fff;
    box-shadow: 1px 0 12px #eeeeee;
    padding: 42px 32px 42.5px 32px;
}

.about-right .txt>span {
    line-height: 97px;
    font-size: 65px;
    color: #095193;
    font-family: "Impact";
    text-transform: uppercase;
    font-weight: 122;
}

.about-right .txt .txtp {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    line-height: 30px;
}

.about>a {
    width: 121px;
    line-height: 35px;
    display: block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 45px;
    transition: all .6s;
}

.about>a:hover {
    background-color: #fbd558;
    color: #fff;
}

.about {
    position: relative;
    padding: 234px 0 45px 0;
}

.about>.wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -88%;
    transform: translate(-50%, 0);
}

.about-left {
    position: relative;
}

.about-left::before {
    display: block;
    content: "";
    width: 172px;
    height: 172px;
    background-color: #fbd558;
    position: absolute;
    left: -13px;
    top: -13px;
    z-index: -1;
}

.about {
    background: url(../images/bj2_02.jpg) no-repeat 50% 50%;
    background-size: cover;
}











































































/* 产品轮播 */

.certificate {
    padding-bottom: 60px;
    background-color: #eaeef1;
}

.certificate .banner2 a .img-box {
    padding-top: 141.111%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #004d9f;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #004d9f;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #004d9f;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #004d9f;
    outline: none;
}

/*  */
.ys {
    padding-bottom: 40px;
}

.ys-title {
    text-align: center;
    padding: 70px 0;
}

.ys ul li .txt {
    margin-bottom: 45px;
}

.ys ul li .txt>span {
    font-size: 30px;
    color: #095193;
    font-family: "Microsoft YaHei UI";
    border-bottom: 1px dashed #4771a4;
    padding-bottom: 6px;
    font-weight: bold;

}

.ys ul li {
    width: 48%;
    margin-bottom: 22px;
}

.ys ul li .txt .txtp {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case {
    background-color: #eaeef1;
    padding-bottom: 50px;
}

.case ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    background-color: #004d9f;
    color: #fff;
    font-family: "Microsoft YaHei UI";
    transition: all .6s;
}

.case ul li a:hover span {
    background-color: #7bb626;
}

.case ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 85.2%;
}

.case ul li a {
    display: block;
    text-align: center;
    transition: 0.6s;
    background-color: #004d9f;
    padding: 2px;
    overflow: hidden;
}

.case ul li a:hover {
    background-color: #7bb626;
}

.case ul li a .pic {
    overflow: hidden;
}

.case ul li a .pro-img {
    transition: all .6s;
}

.case ul li a:hover .pro-img {
    transform: scale(1.1);
}

.case ul li .txt {
    color: #333333;
    font-size: 16px;
    line-height: 50px;
}

.news-left {
    width: 40.6%;
}

.news-left-box {
    padding: 43px;
    text-align: center;
}

.news-left-box p {
    color: #333333;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    margin-top: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left-box .img1 {
    padding-top: 84.25%;
    border: 3px solid #fff;
}

.news-right .an {
    margin-bottom: 30px;
}

.news-right .an li a {
    width: 131px;
    line-height: 38px;
    background-color: #dcdcdc;
    font-size: 20px;
    display: block;
    border-radius: 20px;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    color: #333333;
    transition: all .6s;
}

.news-right .an li a:hover {
    background-color: #004d9f;
    color: #fff;
}

.news-right .an li {
    margin-right: 14px;

}

.news-right {
    width: 56%;
}

.news-ul li {
    width: 100%;
    margin-bottom: 45px;
    background-color: #fff;
    transition: all .8s;
    padding: 3px;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 215px);
    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: 16px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-ul li a .txt .t2 {
    font-size: 14px;
    color: #999999;
    font-family: "Microsoft YaHei UI";
}

.news-ul li a .txt .txt-nr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}


.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: #004d9f;
}


.news-ul .img_cover {
    padding-top: 66.9%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 215px;
    position: relative;
    overflow: hidden;
}

.news {
    padding-bottom: 55px;
}

.product1-fy .news-ul li a .txt {
    background-color: #f2f2f4;
}

.product1-fy .news-ul {
    margin-top: 35px;
}

.product1-fy {
    padding: 50px 0;
}

.product1-fy .zs-ul li a .img-box {
    padding-top: 135.1%;
}

.product1-fy .zs-ul {
    margin-top: 10px;
}



.aboutus .txt-nr {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    line-height: 30px;
}

.aboutus .txt-nr span {
    color: #095193;
}

.aboutus {
    margin-top: 13px;
}


.contact1-txt {
    line-height: 24px;
    font-size: 16px;
    font-family: "宋体";
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}


.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0 0 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

footer {
    background-color: #333;
}

.footer-left {
    width: 34%;
}

.footer-left span {
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px dotted #fff;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left .footer-left-ul-noe {
    margin-top: 15px;
}

.footer-left .footer-left-ul-noe li a {
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left .footer-left-ul-noe li a:hover {
    color: #d81116;
}



.footer-right {
    width: 30%;
}

.footer-right-box .p1 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;

}

.footer-right-box p span {
    margin-left: 2%;
}

.footer-right-box-text {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;

}

.footer-right-box-text span {
    font-size: 24px;
    color: #ffffff;
    font-family: "Arial";
}

.footer-right-box-text img {
    margin-top: -7px;
}

.footer-right-box-text .txtp {
    margin-top: 12px;
}

.footer-right {
    width: 10%;
    margin-top: 2.6%;
}

.footer-right-img>div>p {
    color: #999;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.footer-right-img>div {
    text-align: center;
}

.footer-right-img>div:nth-child(2) {
    margin-left: 6%;
}

footer>.wrap {
    padding: 30px 0;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #666;
}

.footer-buttom a {
    color: #FFFFFF
}


.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;
}



@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 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: #004d9f;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
        margin-bottom: 6px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 8px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 36px;
    }

    .page-pro>ul {
        display: none;
    }



    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        margin-top: 12px;
    }

    .pro-title>div {
        display: block;
    }


    .public-title .p3 {
        line-height: 16px;
        font-size: 12px;
        color: #999999;
        font-family: "Microsoft YaHei UI";
    }

    .page-pro>ul {

        margin: 0;
        padding: 6px;
    }

    .page-pro>ul>li>a .txt1 {
        color: #333;
        font-family: "Microsoft YaHei UI";
        font-size: 15px;

    }

    .product1 {
        padding-bottom: 46px;
    }

    /*  */
    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .search .screen dl dt {
        font-size: 15px;
        width: 111px;

    }

    .search .screen dl dd a {
        font-size: 14px;

    }

    .search-right form input:nth-child(2) {
        width: 32px;
        height: 32px;

    }

    .public-title .p1 {
        font-size: 18px;
        line-height: 29px;
    }

    .public-title {
        text-align: center;
        padding: 20px 0;
    }

    .public-title .p2 {
        font-size: 12px;
        color: #666666;

    }

    .public-title .p2::after {
        display: none;
    }

    .public-title .p2::before {
        display: none;
    }

    .selling .img1 p {
        font-size: 16px;
        line-height: 43px;
    }

    .selling .txt {
        text-align: center;
        padding: 25px 0 10px 0;
    }

    .selling .txt p {
        line-height: 23px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Arial";
        padding-bottom: 18px;
    }

    .selling .txt span {
        line-height: 31px;
        font-size: 16px;
        font-family: "宋体";
        color: #fff;
        font-weight: bold;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about-right .txt>span {
        line-height: 31px;
        font-size: 23px;

    }

    .about-right .txt {

        padding: 16px;
    }

    .about {
        position: relative;
        padding: 0 0 20px 0;
    }

    .about>.wrap {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }

    .about>a {
        width: 104px;
        line-height: 31px;
        background-color: #0f5193;
        color: #fff;
        margin: 0 auto;
        margin-top: 20px;
    }

    .selling {
        margin-bottom: 0;
    }


    .about {
        background: #fff;
        background-size: cover;
    }

    .about .about-right {
        background-color: #0f5193;

    }


    .ys ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .ys-title {
        text-align: center;
        padding: 20px 0;
    }

    .ys ul li .txt>span {
        font-size: 16px;
        color: #095193;
        font-family: "Microsoft YaHei UI";
        border-bottom: 1px dashed #4771a4;
        padding-bottom: 4px;
        font-weight: bold;
    }

    .ys ul li .txt .txtp {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .ys ul li .txt {
        margin-bottom: 4px;
    }

    .ys ul li .txt .txtp {


        -webkit-line-clamp: 3;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 20px;
    }

    .news-right .an li a {
        width: 76px;
        line-height: 27px;
        background-color: #dcdcdc;
        font-size: 14px;
        display: block;
        border-radius: 10px;

    }

    .news-right .an {
        margin-bottom: 16px;
    }

    .news-ul li {
        width: 100%;
        margin-bottom: 15px;
        background-color: #fff;
        transition: all .8s;
        padding: 3px;
    }

    .news {
        padding-bottom: 20px;
    }

    .news-left-box {
        padding: 20px;
        text-align: center;
    }

    .news-left-box p {
        color: #333333;
        font-size: 14px;
        font-family: "Microsoft YaHei UI";
        margin-top: 14px;

    }

    .page-right-title1>span {
        font-size: 15px;

    }

    .page-right-title1 {
        width: 40.5%;

    }


    .product1-fy {
        padding: 20px 0;
    }

    .product1-fy .news-ul {
        margin-top: 16px;
    }

    .aboutus {
        margin-top: 16px;
    }


    .ys {
        padding-bottom: 8px;
    }

    .ys .ys-title .xs-txt p {
        font-size: 28px;
        color: #095193;
        font-family: "Microsoft YaHei UI";
        font-weight: bold;
    }

    .ys .ys-title .xs-txt span {
        display: block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background-color: #095193;
        margin-right: 8px;
        border-radius: 50%;
        color: #fff;
        font-family: "Microsoft YaHei UI";
        font-weight: bold;
        font-size: 25px;

    }

    .ys .ys-title {
        text-align: center;
    }

    .ys .ys-title .xs-txt {
        margin-top: 10px;
    }

    .ys .ys-title .p1 {
        font-size: 20px;
        color: #333333;
    }

    .contact1 .map {
        height: 250px;

    }

    .contact1-txt {
        line-height: 20px;
        font-size: 14px;
        font-family: "宋体";
    }

    .pro-title .txt {
        margin-left: 0;
    }

    .aboutus {
        margin-top: 6px;
    }

    .case {
        background-color: #eaeef1;
        padding-bottom: 20px;
    }

    .case ul li .txt {
        font-size: 14px;
        line-height: 36px;
    }

   /* .footer-left-ul-noe li:nth-child(5) {
        display: none;
    }

    .footer-left-ul-noe li:nth-child(6) {
        display: none;
    }

    .footer-left-ul-noe li:nth-child(7) {
        display: none;
    }*/

    .footer-left {
        width: 100%;
    }


    .footer-left span {
        color: #fff;
        font-size: 16px;
        display: block;
        border-bottom: 1px dotted #fff;
        line-height: 45px;
        width: 54%;

    }

    footer>.wrap {
        padding: 20px 0;
    }

    .footer-right {
        display: none;
    }

    .footer-right-box-text {
        color: #999999;
        font-size: 14px;
        line-height: 25px;
        margin-top: 16px;
    }

    .footer-right-box-text .txtp {
        margin-top: 8px;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {

        padding: 10px 16px;
        width: 100%;
        line-height: 23px
    }

    .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;
    }

}

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 200;
    font-size: 14px;
    font-family: '微软雅黑';
}

.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 20px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 160px;
    height: 200px;
    line-height: 30px
}

.dock ul.icons li.im p {
    width: 140px;
    height: 200px;
    line-height: 30px
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 190px;
    height: 350px;
    line-height: 30px
}

.dock ul.icons li.wechat p img {

    border: 2px solid #000;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 252px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(../images/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}