* {
    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;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

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;}

.phone-block {
    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;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

.banner1-phone {
    display: none;
}

.banner1-phone {
    display: none;
}

.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: 3px;
}

.phone-text {
    color: #004cab;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #004cab;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid#004cab;
}

.banner1 {
    padding-top: 36%;
}

.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: #42b1ff;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.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: 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;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.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%;
}

.header {
    width: 100%;
    z-index: 103;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s;

}

.Logo {
    display: inline-block;
    padding: 30px 0;
}

.header_right {
    float: right;
    width: calc(100% - 500px);
}

.hrt {
    width: 100%;
    overflow: auto;
    padding: 10px 0;
}

.tel {
    float: right;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

.search {
    width: 260px;
    height: 28px;
    overflow: auto;
    float: right;
    margin: 0 0 0 20px;
    position: relative;
}

.search img {
    position: absolute;
    right: 3.2%;
    top: 12%;
}

.search input {
    width: 217px;
    float: left;
    border: 1px #ffffff solid;
    box-sizing: border-box;
    height: 28px;
    line-height: 26px;
    padding: 0 20px 0 10px;
    background-color: transparent;
    background-position: 200px center;
    transition: all 0.3s;
    color: #fff;
}



.search input:focus {
    border-color: #04397c;
}

.search input::-webkit-input-placeholder {
    font-size: 12px;
    color: #bfbfbf;
}

.search input::-moz-input-placeholder {
    font-size: 12px;
    color: #bfbfbf;
}

.search input::-ms-input-placeholder {
    font-size: 12px;
    color: #bfbfbf;
}

.search input::-o-input-placeholder {
    font-size: 12px;
    color: #bfbfbf;
}

.search button {
    width: 42px;
    height: 28px;
    float: right;
    border: 1px #fff solid;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    background-color: transparent;
    transition: all 0.3s;
    font-size: 12px;
    color: #333;
    color: #fff;
}



/*header.logo部分*/

.banner {
    width: 100%;
    overflow: hidden;
}

.picture {
    width: 100%;
}

.picture img {
    width: 100%;
}

.aa .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
}

.aa .swiper-pagination-bullet-active {
    background: #42b1ff;
}

/*pc端轮播大图的显示高度和大图下面的分页按钮的颜色属性*/

.nav {
    width: 100%;
    height: 50px;
    z-index: 99;
    margin: 15px 0 0 0;
}

.nul {
    width: 100%;
    height: 50px;
}

.nli {
    float: left;
    width: calc(100%/7);
    height: 50px;
    position: relative;
}

.nli a {
    color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 3px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 15px;
}

.nli:hover>a {
    color: #42b1ff;
}

.nli ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    width: 180%;
}

.nli li {
    width: 100%;
}

.nli li a {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    height: 36px;
    border: none;
    color: #fff;
	text-align: left;
	padding: 0 20px;
}

.nli li a:hover {
    color: #fff;
    background: #42b1ff;
}

/*PC头部导航*/




.cpfl {
    width: 100%;
    padding: 40px 0;
    position: relative;
    background: #fff;
}

.cpfl b {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    z-index: 1;
    cursor: pointer;
}

.cptab {
    width: 100%;
    overflow: auto;
    padding: 13px 0 0 0;
}

.cptab li {
    width: 16.66%;
    float: left;
    padding: 0 8px;
    text-align: center;
}

.frxz {
    width: 193px;
    max-width: 100%;
}

.fxctn {
    width: 100%;
    position: relative;
    background: url(../images/xfbg.png) no-repeat;
    background-size: 100% 100%;
}

.fxtop {
    padding-top: 100%;
}

.xf {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    background: url(../images/xf1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    z-index: 2;
}

.frxz:hover .xf {
    background: url(../images/xf2.png) no-repeat;
    background-size: 100% 100%;
}

.xftit {
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    transition: all 0.3s;
    z-index: 3;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.frxz:hover .xftit {
    color: #fff;
}

.xftit span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #b2b2b2;
    font-family: "Arial";
}

.frxz:hover .xftit span {
    color: #fff;
}

.xxf {
    background: url(../images/dbx.png) no-repeat;
    background-size: 100% 100%;
    width: 34px;
    line-height: 34px;
    height: 34px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -13px;
    z-index: 1;
}

.cur1 .xf {
    background: url(../images/xf2.png) no-repeat;
    background-size: 100% 100%;
}

.cur1 .xftit {
    color: #fff;
}

.cur1 .xftit span {
    color: #fff;
}

.cpzs {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #f0f0f0;
}

.cpzsctn {
    width: 100%;
    display: none;
    margin-top: 35px;
}

.cpzsshow {
    width: 100%;
    display: block;
}

.cp {
    width: 100%;
}

.cpimg {
    width: 100%;
    padding: 3px;
    background: #fff;
    position: relative;
}

.cpimg1 {
    width: 100%;
    overflow: hidden;
}

.cptop {
    padding-top: 68.75%;
}

.cptop1 {
    padding-top: 137.75%;
}

.cpimg span:nth-child(1) {
    position: absolute;
    width: 0;
    height: 3px;
    background: #0083fe;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
}

.cp:hover .cpimg span:nth-child(1) {
    width: 100%;
    opacity: 1;
}

.cpimg span:nth-child(2) {
    position: absolute;
    width: 3px;
    height: 0;
    background: #0083fe;
    top: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

.cp:hover .cpimg span:nth-child(2) {
    height: 100%;
    opacity: 1;
}

.cpimg span:nth-child(3) {
    position: absolute;
    width: 0;
    height: 3px;
    background: #0083fe;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

.cp:hover .cpimg span:nth-child(3) {
    width: 100%;
    opacity: 1;
}

.cpimg span:nth-child(4) {
    position: absolute;
    width: 3px;
    height: 0;
    background: #0083fe;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
}

.cp:hover .cpimg span:nth-child(4) {
    height: 100%;
    opacity: 1;
}

.cptit {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 5px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
    border-bottom: 1px solid #dcdcdc;
}

.cp:hover .cptit {
    color: #0083fe;
}

.cp:hover .cptit {
    border-bottom: 1px solid#0083fe;
}




.public-title span {
    font-size: 26px;
    color: #004cab;
    font-weight: bold;
    line-height: 32px;
    display: block;
    text-align: center;
    padding: 0 35px;
}

.public-title>.p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 5px;

}

.public-title>.p::before {
    display: block;
    content: "";
    width: 2%;
    height: 3px;
    background-color: #0235aa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.public-title>.p1 {
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    text-align: center;
}


.public-title .diamond {
    width: 10px;
    height: 10px;
    border: 2px solid #959595;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    position: relative;
}



.public-title {
    position: relative;
}

.public-title::before {
    display: block;
    content: "";
    width: 42%;
    height: 1px;
    background-color: #c2c2c2;
    position: absolute;
    right: 0%;
    top: 17%;
    transform: translate(0, -50%);
}

.public-title::after {
    display: block;
    content: "";
    width: 42%;
    height: 1px;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    top: 17%;
    transform: translate(0, -50%);
}

.cpzs-nav-ul li a {
    color: #454545;
    display: block;
    width: 100%;
    background-color: #dedede;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.cpzs-nav-ul li a:hover {
    background-color: #0083fe;
    color: #fff;
}

.cpzs-nav-ul li {
    width: 22%;
    margin: 1.5%;
}

.cpzs-nav-ul {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 20px;
}

.about-title>p {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    border-left: 4px solid #fff;
    padding-left: 13px;
}

.about1 .about-title>p {
    color: #333;
}

.about-title>p>span {
    font-weight: normal;
    font-size: 14px;

    margin-left: 2%;
}

.about-left {
    width: 45%;
}

.about-right {
    width: 49%;
}

.about-left .img-box {
    padding-top: 69.7%;
}

.about-right-text {
    line-height: 32px;
}

.about .flex {
    background-color: #eeeeee;
    padding: 25px;
    margin-top: 50px;
    box-shadow: 0 0 5px #666;
}

.about-right-a {
    display: block;
    width: 152px;
    height: 40px;
    line-height: 40px;
    background-color: #0070e9;
    box-shadow: 0 0 5px #eee;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-left: 75%;
    margin-top: 28px;
}

.about {
    padding-top: 50px;
	margin-bottom:25px;
}


/* 产品轮播 */


.certificate {
    padding-bottom: 50px;
}

.certificate .banner3 {
    padding-top: 89.8%;
}

.certificate .banner2 {
    position: relative;
}

.certificate-img .banner2 .swiper-slide {
    width: 19%;
}




.certificate-img .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #004cab;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #004cab;
    outline: none;
}

.certificate-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #004cab;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #004cab;
    outline: none;
}

.certificate-frame {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    background-color: #dcdcdc;
}

.certificate .swiper-slide:hover .certificate-frame {
    transition: all .5s;
}

.certificate .swiper-slide:hover .certificate-frame {
    color: #fff;
    background-color: #0083fe;
}

.certificate {
    padding: 42px 0;
}

.certificate-img {
    margin-top: 30px;
}

/*  */



.news .news-title p {
    color: #0235aa;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;

}

.news .news-title p a {
    font-size: 24px;
    color: #0235aa;
}

.news .news-title p span:nth-child(1) {
    color: #131313;


}

.news .news-title p span:nth-child(2) {
    margin-left: 39px;
}

.news .news-title p .a1 {
    color: #131313;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.news .news-title p::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0235aa;
    position: absolute;
    bottom: 0;
}

.news .news-title p::before {
    display: block;
    content: "";
    width: 10%;
    height: 3px;
    background-color: #0235aa;
    position: absolute;
    bottom: 0;
}

.news-title {
    padding: 20px 30px 50px 30px;
}

.news-left-box2-text {
    color: #242424;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
	
}






.news-left-box2-text a {
    display: block;
}

.news-left-box2>span {
    display: block;
    line-height: 26px;
    color: #0235aa;
    font-size: 18px;
}

.news-left-box1 {
    width: 49%;
}

.news-left-box2 {
    width: 49%;
	margin-left:10px;
}

.news-left {
    width: 58%;
}

.news-left ul li {
    margin-bottom: 20px;
}

.news-left ul li a>span:nth-child(1) {
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #282828;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left ul li a>span:nth-child(2) {
    font-size: 12px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #282828;
    width: 15%;
    text-align: center;
}

.news-left ul {
    margin-top: 20px;
}

.news-left ul li {
    border-bottom: 1px dashed #282828;
    padding: 11px 0;
    height: auto;
    margin-top: 3px;
}

.news-left ul li:hover a>span {
    color: #0994fd;
}

.news-right {
    width: 39%;
}

.news-right .swiper-slide .banner5 {
    padding-top: 80%;
}

.news-right {
    position: relative;
}

.news-right .swiper-pagination {
    position: absolute;
    bottom: 7px;
}

.news-right .banner4 .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #0994fd;
    border-radius: 50%;
}

.news-right .swiper-slide>span {
    font-size: 18px;
    color: #242424;
    display: block;
    margin-top: 20px;
}

.news-right {
    padding: 23px;
    border: 1px solid #d2d2d2;
}

.news-right-text {
    color: #242424;
    line-height: 26px;
    margin-top: 15px;
}

.news {
    padding-bottom: 50px;
}

/* 产品展示 */

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 285px;
}

.page-pro {
    position: relative;
}

/* .pro-title {
    position: relative;
    background-color: #33a7fe;
    padding: 22px 0;
} */

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 26px;
    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;
}



.page-pro>ul {
    border: 1px solid #e5e5e5;

}

.page-pro>ul>li {
    line-height: 45px;
    padding: 6px 10px;

}

.page-pro>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-left: 26px;
    background-color: #33a7fe;
    position: relative;
    border-radius: 60px;
}



.page-pro>ul>li>a>span {
    position: absolute;
    right: 26px;
}





.page-pro>ul>li>ul>li {
    padding: 1px 0;
    padding-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul {
    /*display: none;*/
	display: block;
}

.page-pro>ul>li>ul li a {
    color: #4e4e4e;
    font-size: 16px;
}
.page-pro>ul>li>ul li a.on {
    color: #33a7fe;
    font-size: 16px;
}


.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 295px);
}

.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-img img {
    width: 100%;
}

.pro-ul li a {
    display: block;
    transition: 0.5s;
}

.pro-ul .shadow1 {
    padding: 10px;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #689c2a;
    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 {
    background-color: #0994fd;
    color: #333333;
    font-size: 16px;

    padding: 13px 15px;

}

.pro-ul li .txt>span:nth-child(1) {
    color: #fff;
    font-size: 16px;
}

.pro-ul li .txt>span:nth-child(2) {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.pro-ul li .txt>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 76.9%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    padding: 17px;
    line-height: 34px;
    font-size: 16px;
    color: #4e4e4e;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
}

.page-right-title1 {
    width: 100%;
}

.page-right-title>span:nth-child(1) {
    display: block;
    padding: 0 12px;
    font-size: 18px;
    color: #035ee7;
    border-left: 4px solid #035ee7;
}

.page-right-title>span:nth-child(2) {
    display: block;
    font-size: 18px;
    color: #131313;
}

.page-right1 ul li a {
    overflow: hidden;
    position: relative;
    display: block;
}

.product-rectangle {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .9;
    transition: all .6s;

}

.page-pro .t1 {
    padding: 22px 0;
}

.product-rectangle-text {
    margin-top: 26%;
}

.product-rectangle-text>span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    text-align: left;
    padding-left: 10%;
}

.product-rectangle-text>p {
    text-align: left;
    color: #333;
    line-height: 26px;
    padding-left: 10%;
}

.page-right ul li>a:hover .product-rectangle {
    left: 0;
}

/* 产品展示结束 */
.page-right ul li {
    width: 30%;
    margin: 1.5%;
}

.page-right ul {
    display: flex;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
}

.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;
}

.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: #035ee7;
    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: #035ee7;
}

.news-ul li:hover h5 span {
    background-color: #33a7fe;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.news1 ul li {
    width: 100%;

}

.news1 .news-ul {
    display: block;
}

.contact-left {
    width: 32%;
}

.contact-left input {
    display: block;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.contact-left textarea {
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.contact form .int {
    background-color: #035ee7;
    ;
    color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

.contact-right {
    border: 1px solid #333;
    width: 65%;
}

.public1-title {
    font-family: 微软雅黑;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #035ee7;
    background-color: transparent;
    line-height: 30px;
    text-align: center;
    visibility: visible;
    text-decoration: none;
    padding: 50px 0px 30px;
}

.contact {
    padding-bottom: 50px;
}

.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: 14px;
    color: #333;
    padding: 10px 0;
}
.news-show .txt-nr img{
max-width:100% !important;
height:auto !important;
}
.news-show .txt-nr table td{
border:1px #666666 solid !important;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.backbtn{
	width: 140px;
	height: 45px;
	background: #0994fd;
	line-height: 45px;
	color: #fff;
	padding: 15px 20px;
	margin:20px 0 20px 0;
	
}

.backbtn:hover{
	background: #0B437B;
	color: #fff;
}






.footer-content-left>span {
    font-size: 18px;
    color: #0994fd;
    border-bottom: 1px solid #0994fd;
}

.footer-content-left {
    width: 35%;
}

.footer-content-left ul li {
    width: 38%;
    margin: 1.5% 12% 1.3% 0;
}

.footer-content-left ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-content-left ul li a:hover {
    color: #0994fd;
}

.footer-content-left ul {
    margin-top: 10px;
}

.footer-content-left ul li {
    border-bottom: 1px solid #8c8a88;
}

.footer-content-middle {
    width: 30%;
}

.footer-content-middle>span {
    font-size: 18px;
    color: #0994fd;
    border-bottom: 1px solid #0994fd;
}

.footer-content-middle-text {
    line-height: 38px;
    color: #fff;
    margin-top: 10px;
}

.footer-content-right {
    width: 26%;
}

.footer-content-right>span {
    font-size: 18px;
    color: #0994fd;
    border-bottom: 1px solid #0994fd;
}

.footer-content-right-box {
    margin-top: 22px;
}

.footer-content-right-box1 p {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.footer-content-right-box1 {
    text-align: center;
    width: 48%;
}

.footer-content-right-box2 p {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.footer-content-right-box2 {
    text-align: center;
    width: 40%;
}

footer .wrap {
    padding: 45px 0;
}

.footer-buttom {
    background-color: #0235aa;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF;
}




@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
.news-show .txt-nr img{
width:100% !important;
height:auto !important;
}
.news-show .txt-nr table {
width:100% !important;
height:auto !important;
}
.news-show .txt-nr table td{
border:1px #666666 solid !important;
}
    header {
        display: none;
    }
     
    .phone-block {
        display: block;
    }

    .phone-none {
        display: none;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 40%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }



    /* 产品中心手机*/



    .page-right .swiper-wrapper .swiper-slide {
        width: 47%;
        margin: 1.5%;
    }


    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        background-color: #004cab;
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }


    .page-pro ul {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .page {
        margin: 20px 0;
    }

    .page-pro ul li a {
        font-size: 14px;
    }

    /*  */
    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about-right-a {
        margin: 0 auto;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 20px;
    }

    .about-right-text {
        line-height: 24px;
        margin-top: 20px;
    }

    .about .flex {
        padding: 20px;
    }

    .news-left {
        width: 100%;
    }


    .news-left ul li a>span:nth-child(1) {
        font-size: 14px;

        width: 70%;

    }

    .news-left ul li a>span:nth-child(2) {


        width: 29%;

    }

    .news-left-box1 {
        width: 100%;
        text-align: center;
    }

    .news-left-box2 {
        width: 100%;

    }

    .news-left-box2>span {
        display: block;
        line-height: 26px;
        color: #0994fd;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .news-left-box2-text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }

    .news .news-title p {
        color: #0994fd;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px;
    }

    .news-title {
        padding: 0 20px 20px 20px;
    }

    .news .news-title p::before {
        width: 28%;
    }



    .news {
        padding-bottom: 5px;
    }

    .about-title>p>span {
        font-weight: normal;
        font-size: 14px;
        margin: 0 auto;
        display: block;
    }

    .about-title>p {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        border-left: none;
        padding-left: 0;
        text-align: center;
    }

    .about {
        padding-top: 20px;
    }

    .about .flex {
        margin-top: 20px;
    }

    .public-title::after,
    .public-title::before {
        display: none;
    }

    .public-title span {
        font-size: 16px;

        line-height: 26px;

        padding: 0 8px;
    }

    .public-title>.p {
        display: none;
    }

    .public-title>.p1 {
        font-size: 12px;
        line-height: 26px;

    }

    .cpzs {
        padding: 20px 0;
    }

    .cpzs-nav-ul {
        margin-top: 15px;
    }

    .cptit {
        font-size: 14px;
        line-height: 26px;
        height: 30px;
    }

    .cpzsctn {
        margin-top: 20px;
    }

    .certificate {
        padding: 20px 0;
    }

    .certificate-img {
        margin-top: 20px;
    }

    .certificate-frame {
        line-height: 30px;
        font-size: 13px;
    }

    .news-left-box2-text a {
        display: inline;

    }

    .news {
        padding-bottom: 10px;
    }

    .news-left ul li {
        margin-bottom: 12px;
        margin-top: 0px;
    }

    .news .news-title p a {
        font-size: 16px;
        color: #0235aa;
    }

    .public-title .diamond {
        width: 6px;
        height: 6px;
    }

    .pro-title .phone-block {
        font-size: 18px;
        padding: 2px 5%;
        justify-content: space-between;
        display: flex !important;

    }

    .page-right ul li {
        width: 47%;
        margin: 1.5%;
    }

    .news-ul li {
        padding: 1.5%;
    }

    .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: block !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .news1 ul {
        margin-top: 20px;
    }

    .news1 ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-right {
        height: 250px;
        margin-top: 20px;
    }

    .contact-left input {
        margin-bottom: 15px;
    }

    .contact {
        padding-bottom: 20px;
    }

    .public1-title {
        font-size: 16px;
        padding: 20px 0;
    }

    .footer-content-left ul li {
        width: 45%;
        margin: 0;
    }


    .footer-content-left {
        width: 55%;
    }

    .footer-content-left ul li a {
        font-size: 10px;
        line-height: 33px;
    }

    .footer-content-middle-text {
        line-height: 20px;
        color: #fff;
        margin-top: 14px;
        font-size: 10px;
    }



    .footer-content-left>span,
    .footer-content-middle>span {
        font-size: 14px;
    }





    .footer-content-middle {
        width: 45%;
    }

    footer .justify-content-between {
        justify-content: left;
    }



    .footer-content-right-box2 {
        margin-left: 8%;
    }

    footer .wrap {
        padding: 20px 0;
    }

    footer .wrap {
        padding-left: 0;
    }

    .wrap .page-left .phone-none {
        display: none;
    }




    footer {
        background-color: #fff;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(153, 153, 153);
        font-size: 10px;
        padding: 10px;
        width: 100%;
        line-height: 32px
    }

    .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;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(153, 153, 153);
        font-size: 10px;
        padding: 10px 20px;
        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;
    }



}