* {
    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%;
}

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
    padding: 16px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 65%;
    align-items: center;
}

header .logo {
    width: 32%;
}

.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%/8);
    text-align: center;
    position: relative;
}

.list-unstyled>li form {
    position: relative;
}

.list-unstyled>li form .int1 {
    width: 80px;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    line-height: 31px;
    padding-left: 30px;
}

.list-unstyled>li form .int2 {
    width: 32px;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    line-height: 31px;
    border: none;
    position: absolute;
    top: 3%;
    left: 12%;
}

.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    border: 1px solid #fff;
}

.hover-ul>li>a:hover {
    background-color: #3972bb;
    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: 4px;
}

.phone-text {
    color: #3972bb;
    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: #3972bb;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #3972bb;
}

.banner1 {
    padding-top: 33.2%;
}

.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: #000;
    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: #3972bb;
    color: #fff;
}

.top {
    height: 41px;
    border-bottom: 1px solid #cccccd;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 41px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #7d7d7d;
}

.top ul li {
    color: #7d7d7d;
}

.top ul li span {
    color: #0a57af;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
}

.top ul li img {
    margin: 0 2px 2px 2px;
}

.search .screen {
    padding: 0;
}

.search .screen dl {
    display: flex;
    padding: 8px 0;
}

.search .screen dl dt {
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    line-height: 27px;
    width: 75px;
    font-weight: normal;
}

.search .screen dl dd a {
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    padding: 2px 5px;
    line-height: 26px;
    display: block;
    font-weight: normal;
}

.search .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #0956b2;
    color: #fff;
}

.search .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.search form input:nth-child(1) {
    width: 319px;
    line-height: 37px;
    border: 1px solid #e2e2e4;
    padding-left: 10px;
}

.search form input:nth-child(2) {
    width: 40px;
    line-height: 37px;
    border: none;
}

.search {
    padding: 12px 0;
    box-shadow: 0 0 15px #d9d9d9;
}

/* 产品展示 */



.product1 {
    padding: 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 270px;
}

.page-pro {
    position: relative;
}

.pro-title-100 {
    width: 100%;
}

.pro-title {
    position: relative;
    padding: 13px 0;

}

.pro-title::before {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}



.pro-title .t1 {
    line-height: 45px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
}

.pro-title .t2 {
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    margin-top: 26px;

}

.page-pro>ul>li {
    line-height: 54px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.page-pro>ul>li::before {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #69afcd;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.page-left-a a {
    display: block;
    width: 237px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    margin-top: 43px;
}

.page-pro>ul>li>ul>li {
    line-height: 45px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    font-size: 16px;
    color: #fff;
    padding: 0px 25px;

}

.page-pro>ul>li:hover>a {
    background-color: #0068d3;
    color: #fff;
}

.page-pro>ul>li>a .s1 {
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    font-size: 14px;
    padding-left: 9%;
}

.page-pro>ul>li>ul>li>a:hover {
    background-color: #0068d3;
    color: #fff;
}
.page-pro ul li a.on{
    background-color: #0068d3;
    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% - 300px);
}

.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 a {
    display: block;
    text-align: center;
    transition: 0.5s;
}



.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
    border: 1px solid #bec0bf;
}

.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 {
    color: #333333;
    font-size: 16px;
    line-height: 41px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 110.3%;
}

.page-pro {
    position: relative;
}

.page-pro>img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.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: 97%;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
    line-height: 50px;
}


.page-right-title1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    background-color: #fe9d13;
    width: 25%;
    text-align: center;
    clip-path: polygon(0% 70%, 0% 0%, 84% 0%, 100% 100%, 0% 100%);
}



.page-right-title2 {
    font-size: 12px;
    color: #909090;
}



/* 产品展示结束 */

.about-title span {
    font-size: 36px;
    color: #0a57af;
    font-weight: bold;
    line-height: 40px;
}

.about-title p {
    line-height: 18px;
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
}

.about-title {
    border-left: 3px solid #0858b1;
    padding-left: 16px;
}

.about-left {
    width: 40%;
}

.about-left-img {
    margin-top: 22px;
}

.about-right {
    width: 57%;
}

.about-right .txt {
    margin-top: 20px;
}

.about {
    padding: 30px 0 0 0;
}

.about-right .qr-box .txt span {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.about-right .qr-box .txt p {
    line-height: 39px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.about-right .qr-box .txt {
    margin-left: 22px;
    margin-bottom: 23px;
}

.about-right .qr-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    text-align: center;
    color: #fff;
    background-color: #1175e5;
}

.about-right .qr-box {
    margin-top: 9%;
}







.ys {
    padding: 0.45rem 0;
    overflow: hidden;
}

.ys-bt {
    text-align: center;
    position: relative;
}

.ys-bt .t1 {
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #0858af;
    font-weight: bold;
}

.ys-bt .t2 {
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #454545;
}

.ys-bt .t3 {
    line-height: 0.24rem;
    font-size: 0.3rem;
    color: #e3e3e3;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0.25rem;
}

.ys-bt .kuang {
    width: 565px;
    height: 80px;
    border: 2px solid #cdcdcd;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    border-top: none;
}

.ys-bt .kuang::before,
.ys-bt .kuang::after {
    content: "";
    display: block;
    width: 95px;
    height: 2px;
    background: #cdcdcd;
    position: absolute;
    top: 0;
}

.ys-bt .kuang::before {
    left: 0
}

.ys-bt .kuang:after {
    right: 0;
}

.ys-box {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0 0 0;
}

.ys-box .content {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.ys-box .content .txt-box {
    width: 100%;
}

.ys-box .content .txt-box .bt {
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
    background: url(../images/xian.png) repeat-x left bottom;
    position: relative;
}

.ys-box .content .txt-box .bt .img1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ys-box .content .txt-box .bt .number {
    width: 70px;
    line-height: 67px;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    font-family: "arial";
    margin-right: 0.2rem;
    background: url(../images/d2.png) no-repeat center center;
    padding-left: 5px;
}

.ys-box .content .txt-box .bt .t1 {
    width: calc(100% - 0.8rem);
    line-height: 0.21rem;
    font-size: 14px;
    color: #666;
    text-transform: unset;
    font-family: "arial";
    text-transform: uppercase;
    margin-left: 15px;
}

.ys-box .content .txt-box .bt .t1 b {
    display: block;
    line-height: 0.4rem;
    font-size: 0.3rem;
    color: #0858af;
}

.ys-box .content .txt-box .t2 {
    margin: 0.1rem 0;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.25rem;
}

.ys-box .pic {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ys-box .pic img {
    display: block;
    max-width: 100%;
}

.ys-main .ys-box:nth-child(even) {
    flex-direction: row-reverse;
}

.ys-main .ys-box:nth-child(even) .content .txt-box:nth-child(2) {
    position: relative;
    left: -100px;
    top: 60px;
}

.ys {
    padding-bottom: 110px;
}




.back {
    padding-top: 11%;
}



/* 产品轮播 */


.certificate {
    padding-bottom: 50px;
}

.certificate .banner3 {
    padding-top: 120.8%;
    position: relative;
}

.certificate .banner2 {
    position: relative;
}

.certificate-title {
    text-align: center;
    padding: 35px 0;
}



.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #3972bb;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #3972bb;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #3972bb;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #3972bb;
    outline: none;
}

.certificate .swiper-slide a {
    display: block;
    padding-bottom: 2px;
}

.certificate .swiper-slide a .banner3-box {
    overflow: hidden;
    border: 1px solid #dcdcde;
    padding: 4px;
}

.certificate .swiper-slide a .frame {
    line-height: 38px;
    border: 1px solid #e8e8e8;
    margin-top: 13px;
}

.certificate .swiper-slide a .frame .s1 {
    color: #000;
    font-size: 16px;
    width: 86%;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 16px;

}

.certificate .swiper-slide a .frame .s2 {
    width: 14%;
    text-align: center;
}

.certificate .swiper-slide a .frame .img2 {
    display: none;
}

.certificate .swiper-slide a:hover .frame .img2 {
    display: initial;
}

.certificate .swiper-slide a:hover .frame .img1 {

    display: none;
}

.certificate .swiper-slide a:hover .frame .s2 {
    background-color: #0757b0;
}

.certificate .swiper-slide a .banner3 {
    transition: all .6s;
}

.certificate .swiper-slide a:hover .banner3 {
    transform: scale(1.1);
}

.certificate .hua-left-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all .6s;
}

.certificate .swiper-slide a:hover .hua-left-box {
    left: 0;
}

.certificate .hua-left-box1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.certificate .hua-left {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.certificate .hua-left span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
}

.certificate .hua-left P {
    font-size: 12px;
    color: #acadb1;
    text-transform: uppercase;
    line-height: 16px;
}

.hua-left-a {
    margin-top: 10px;
}

.hua-left-a .a2 {
    width: 88px;
    line-height: 33px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.hua-left-a .a1 {
    width: 88px;
    line-height: 33px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

/*  */


.news-title span {
    font-size: 22px;
    color: #000;
}

.news-title img {
    margin-right: 8px;
    margin-bottom: 10px;
}

.news-title a {
    color: #969696;
    font-size: 12px;
}

.news-title {
    border-bottom: 3px solid #e4e4e4;
}

.news-title p {
    position: relative;
}

.news-title p::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0858b1;
    position: absolute;
    left: 0;
    bottom: -17%;
}

.news-title {
    margin-bottom: 25px;
    padding-bottom: 4px;
}

.news-left {
    width: 64%;
}

.news-left-box {
    width: 100%;
}

.news-left-box .img-box {
    padding-top: 52.6%;
}

.news-left-box1 {
    width: 49%;
}

.news-left-box .txt {
    width: 48%;
}

.news-left-box .txt span {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 30px;
}

.news-left-box .txt p {
    font-size: 12px;
    color: #9f9f9f;
    line-height: 32px;
}

.news-left-box .txt .txtp {
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.news-a {
    width: 143px;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #0757b0;
    border: 1px solid #0757b0;
    border-radius: 8px;
    margin-top: 30px;
    transition: all .6s;
}

.news-a:hover {
    background-color: #0757b0;
    color: #fff;
}

.news-left ul li a .frame {
    width: 92px;
    border: 1px solid #0858b1;
}

.news-left ul li a .frame span {
    display: block;
    line-height: 48px;
    text-align: center;
    color: #545454;
    font-weight: bold;
    font-size: 22px;
}

.news-left ul li a .frame p {
    line-height: 32px;
    color: #fff;
    background-color: #0858b1;
    text-align: center;
}

.news-left ul li a .txt>span {
    font-size: 16px;
    color: #3a3a3a;

}

.news-left ul li a .txt {

    width: calc(100% - 112px);
}

.news-left ul li a .txt .txtp {
    line-height: 22px;
    color: #555555;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-left ul li a:hover .txtp span {
    border-bottom: 1px solid #555555;
}


.news-left ul li a:hover .txt>span {
    border-bottom: 1px solid #3a3a3a;
}

.news-left ul li {
    margin-bottom: 17px;
}

.news-left ul {
    margin-top: 22px;
}


.news-right .txt span {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 25px;
}

.news-right .txt p {
    font-size: 12px;
    color: #9f9f9f;
    line-height: 26px;
}

.news-right .txt {
    margin-top: 12px;
}

.news-right .txt .txtp {
    line-height: 22px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-right {
    width: 32%;
}

.news-right .img-box {
    padding-top: 52%;
}

.news {
    padding-bottom: 30px;
}

.page-right-tit {
    width: 97%;
    margin: 0 auto;
}

.page-right-tit .p1 {
    font-size: 26px;
    color: #1a82fd;
    font-weight: bold;
}

.page-right-tit .p2 {
    font-size: 12px;
}

.page-right-tit {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.pro-ul {
    margin-top: 16px;
}

.page-pro-con .tit {
    line-height: 52px;
    background-color: #0068d3;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-left: 18px;
}

.page-pro-con .txt {
    color: #636363;
    line-height: 28px;
    background-color: #fff;
    margin-top: 15px;
}

.page-pro-con {
    padding-top: 30px;
    background-color: #fff;
}

.page-pro-con img {
    margin-top: 3px;
}





.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;
}

.page-right-tit-100 {
    width: 100%;
}

.news-ul li a .frame {
    width: 92px;
    border: 1px solid #0858b1;
}

.news-ul li a .frame span {
    display: block;
    line-height: 48px;
    text-align: center;
    color: #545454;
    font-weight: bold;
    font-size: 22px;
}

.news-ul li a .frame p {
    line-height: 32px;
    color: #fff;
    background-color: #0079b8;
    text-align: center;
}

.news-ul li a .txt>span {
    font-size: 16px;
    color: #3a3a3a;

}

.news-ul li a .txt {

    width: calc(100% - 112px);
}

.news-ul li a .txt .txtp {
    line-height: 22px;
    color: #555555;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-ul li a:hover .txtp span {
    border-bottom: 1px solid #555555;
}


.news-ul li a:hover .txt>span {
    border-bottom: 1px solid #3a3a3a;
}

.news-ul li {
    margin-bottom: 16px;
}

.news-ul {
    margin-top: 40px;
}

.contact1-txt {
    line-height: 24px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.join1 form input,
.join1 form textarea {
    width: 100%;
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.join1 {
    margin-top: 18px;
}

.join1 form .int1 {
    padding: 0;
    background-color: #0858b1;
    color: #fff;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}



footer {
    background-color: #0858b1;
}


/* 底部导航 */
footer .screen {
    padding: 0;
}

footer .screen dl {
    display: flex;
    padding: 8px 0;
    position: relative;
}

footer .screen dl::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    bottom: 15%;
    z-index: -1;
    left: 0;
}

footer .screen dl dt {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    width: 132px;
    font-weight: normal;
    border-bottom: 3px solid #fff;
    padding-bottom: 8px;
}

footer .screen dl dt .s1 {
    font-size: 25px;
    margin-left: 5px;
}

footer .screen dl dd a {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    padding: 2px 5px;
    line-height: 31px;
    display: block;
}

footer .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #004090;
    color: #fff;
}

footer .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

/*  */

.footer-left-ul1 span {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer-left-ul1 ul {
    margin-top: 6px;
}

.footer-left-ul1 ul li a {
    line-height: 27px;
    color: #fff;
}

.footer-left-ul1 ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-left {
    width: 30%;
}

.footer-middle-txt {
    color: #fff;
    line-height: 26px;
}

.footer-middle-txt .s1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
}

.footer-middle-txt .s2 {
    font-size: 24px;
    font-weight: bold;
}

.footer-right-txt {
    color: #fff;
    line-height: 26px;
}

footer>.wrap1 {
    margin-top: 15px;
    padding-bottom: 35px;
}




.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-top: 1px solid #3979c0;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}





@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: 99%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 60%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }




    /* 产品中心手机*/



    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        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;
        padding: 0 12px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {

        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */

    .page-right-title1 {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        background-color: #fe9d13;
        width: 26%;
        text-align: center;
    }

    .page-right-title {
        width: 100%;
        margin-top: 15px;
        line-height: 40px;
        padding: 0;
    }

    .pro-title::before {
        width: 100%;
    }

    .pro-title .t1 {
        line-height: 30px;

    }


    .page-pro>ul {
        margin-top: 0px;
    }


    .page-pro>ul>li>ul>li>a {
        display: block;
        color: #eee;
        font-size: 12px;
        padding-left: 3.5%;
    }

    .page-pro>ul>li::before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #69afcd;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about-right .qr-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 34px;
        text-align: center;
        color: #fff;
        background-color: #1175e5;
        margin: 0 auto;
    }

    .about-title span {
        font-size: 16px;
        color: #0a57af;
        font-weight: bold;
        line-height: 24px;
    }

    .about-title p {
        line-height: 12px;
        font-size: 12px;
        color: #858585;
        text-transform: uppercase;
    }

    .about-title {
        border-left: 3px solid #0858b1;
        padding-left: 8px;
    }

    .about-right .qr-box {
        margin-top: 16px;
    }

    .about {
        padding: 20px 0;
    }

    .certificate-title {
        text-align: center;
        padding: 20px 0;
    }

    .certificate .swiper-slide a .frame .s1 {
        color: #000;
        font-size: 14px;
        width: 79%;
        border-right: 1px solid #e8e8e8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding-left: 16px;
    }

    .certificate .swiper-slide a .frame .s2 {
        width: 21%;
        text-align: center;
    }


    .certificate .swiper-slide a .frame {
        line-height: 32px;
        border: 1px solid #e8e8e8;
        margin-top: 13px;
    }

    .back {
        padding-top: 24%;
    }

    .news-title span {
        font-size: 16px;
        color: #000;
    }

    .news-title img {
        margin-right: 5px;
        margin-bottom: 4px;
        max-width: 20%;
    }

    .news-title p::before {
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #0858b1;
        position: absolute;
        left: 0;
        bottom: -29%;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
    }

    .news-left-box .txt .txtp {
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }

    .news-left-box .txt span {
        font-size: 14px;
        color: #3a3a3a;
        line-height: 20px;
    }

    .news-left-box .txt p {
        font-size: 12px;
        color: #9f9f9f;
        line-height: 19px;
    }

    .news-a {
        width: 79px;
        line-height: 24px;
        display: block;
        text-align: center;
        color: #0757b0;
        border: 1px solid #0757b0;
        border-radius: 8px;
        margin-top: 5px;
        transition: all .6s;
        font-size: 12px;
    }

    .news {
        padding-bottom: 20px;
    }


    .news-left ul li a .frame {
        width: 86px;
        border: 1px solid #0858b1;
    }

    .news-left ul li a .txt {
        width: calc(100% - 100px);
    }

    .page-right-tit .p1 {
        font-size: 16px;
        color: #1a82fd;
        font-weight: bold;
    }

    .page-right-tit {
        margin-top: 12px;
        width: 100%;
        padding: 10px;
        padding-top: 0;
    }

    .news-ul li a .frame {
        width: 86px;
        border: 1px solid #0858b1;
    }

    .news-ul li a .txt {
        width: calc(100% - 98px);
    }

    .news-ul {
        margin-top: 20px;
    }

    .news-ul li a .frame span {
        display: block;
        line-height: 46px;
        text-align: center;
        color: #545454;
        font-weight: bold;
        font-size: 22px;
    }

    .news-left ul li a .frame span {
        display: block;
        line-height: 46px;
        text-align: center;
        color: #545454;
        font-weight: bold;
        font-size: 22px;
    }

    .contact1 .map {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .ys-box .content {
        width: 100%;
        display: block;
        margin-top: 16px;
    }

    .ys-box .pic {
        width: 100%;
        display: block;
    }

    .ys-box {
        display: block;
    }

    .ys-main .ys-box:nth-child(even) .content .txt-box:nth-child(2) {
        position: relative;
        left: 0;
        top: 0;
    }

    .ys-bt .kuang {
        display: none;
    }

    .ys-bt .t1 {
        line-height: 20px;
        font-size: 20px;
        color: #0858af;
        font-weight: bold;
    }

    .ys-bt .t2 {
        line-height: 23px;
        font-size: 16px;
        color: #454545;
    }

    .ys-bt .t3 {
        line-height: 22px;
        font-size: 16px;
        color: #e3e3e3;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 0;
    }

    .ys-box .content .txt-box .bt .t1 b {
        display: block;
        line-height: 0.4rem;
        font-size: 16px;
        color: #0858af;
    }

    .ys-box .content .txt-box .bt .t1 {
        width: calc(100% - 0.8rem);
        line-height: 0.21rem;
        font-size: 14px;
        color: #666;
        text-transform: unset;
        font-family: "arial";
        text-transform: uppercase;
        margin-left: 15px;
    }

    .ys {
        padding-bottom: 20px;
    }

    .ys {
        padding: 20px 0;

    }

    .ys-box .content .txt-box .bt .imgg {
        max-width: 17%;
    }

    .ys-box {

        padding: 0;
    }

    .ys-box .content .txt-box {
        margin-bottom: 20px;
    }

    .page-right-title1 {
        width: 32%;
        clip-path: polygon(0% 70%, 0% 0%, 81% 0%, 100% 100%, 0% 100%);
    }

    .footer-left {
        width: 70%;
    }

    .footer-left-ul1 span {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }

    .footer-left-ul1 ul {
        margin-top: 3px;
    }

    .footer-middle {
        margin-top: 16px;
    }

    .footer-middle-txt .s1 {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .footer-middle-txt .s2 {
        font-size: 14px;

    }

    footer>.wrap1 {
        margin-top: 0;
        padding: 20px 0;
    }

    .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;
    }



}