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

header {
    width: 100%;
    transition: top .3s;
    background-color: #20478f;
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

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



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}



header ul>.li-red>a {
    background-color: #ef0600;
}

header>.header-flex>.wrap>ul>li>a:hover {
    background-color: #ef0600;

}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #20478f;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li>a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    width: 100%;
    display: block;
}

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

.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: #20478f;
    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: #20478f;
    color: ivory;
}

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

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

.banner1 {
    padding-top: 24%;
}

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

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #20478f;
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: #20478f;
    color: #fff;
}

.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

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

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

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

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(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 {

    border: 1px solid #d7d7d9;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 45px;
}

.top ul li {
    font-size: 14px;
    height: 45px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 32%;
    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;
    width: 67%;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text span {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.top-nav-right-text p {
    color: #e70c00;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.top-nav-right>div:nth-child(1) {
    width: 67%;

}

.top-nav-right>div:nth-child(2) {
    width: 33%;
}

.top-nav-right>div:nth-child(1) form input {
    height: 37px;
    border: 1px solid #eee;

}

.top-nav-right>div:nth-child(1) form input:nth-child(1) {
    width: 62.5%;
    padding-left: 10px;

}

.top-nav-right>div:nth-child(1) p {
    font-size: 12px;
    line-height: 30px;
    color: #8b8b8b;
    margin-left: 26.5%;
}

.top-nav-right>div:nth-child(1) form input:nth-child(2) {
    width: 12%;
    background-color: #fca50d;
}

.top-nav-right>div:nth-child(1) form {
    position: relative;
    margin-left: 16%;
}

.top-nav-right>div:nth-child(1) form img {
    position: absolute;
    right: 16%;
    top: 14%;
    max-width: 6%;
}


.reason .reason-title {
    padding: 60px 0 50px 0;
}

.reason .reason-title>span {
    font-size: 30px;
    color: #282828;
    display: block;
    text-align: center;
}

.reason .reason-title>p {
    font-size: 14px;
    color: #919191;
    text-align: center;
    position: relative;
    line-height: 30px;
    padding-bottom: 10px;
}

.reason .reason-title>p::before {
    display: block;
    content: "";
    width: 15%;
    height: 1px;
    background-color: #20478f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.reason ul li span {
    color: #20478f;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
}

.reason ul li img {
    display: block;
    margin: 0 auto;
}

.reason ul li {
    width: 22;
}

.reason ul li p {
    font-size: 16px;
    color: #747474;
    display: block;
    text-align: center;
    line-height: 30px;
}

.reason ul li {
    width: 22%;
    margin: 1.5%;
}







































/* 产品展示 */

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.product {
    background-color: #ededed;
    padding: 20px 0 1px 0;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #20478f;
    padding: 20px 0;
    padding-left: 30px;
}

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

.pro-title .t1 {
    line-height: 26px;
    padding-top: 15px;
    font-size: 24px;
    color: #fff;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 30px;

    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;

}

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


.page-pro>ul>li {
    line-height: 53px;
}

.page-pro>ul>li>a {
    display: block;
    font-size: 16px;
    color: #404040;
    border: 1px solid #eee;
    padding-left: 30px;
    background-color: #fff;

}
.page-pro>ul>li>a:hover {
background:#20478f;
color:#FFFFFF !important;
}
.page-pro>ul>li>a.on {
background:#20478f;
color:#FFFFFF;
}

.page-pro>ul>li>a:hover {
    color: #20478f;
}



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

.page-pro>ul>li>ul {
    padding: 25px 0;
    background-color: #fff;
}

.page-pro>ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 30px;
    color: #909090;
    background-color: #fff;
    line-height: 28px;
}
.page-pro>ul>li>ul>li>a.on {
    color: #ef0600;
}

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

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

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

.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;
    margin-top: 40px;
}

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-top: none;
    overflow: hidden;
}

.pro-ul li:hover .txt {
    background-color: #20478f;
    color: #fff;
    transition: all .5s;
}

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

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

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    padding: 16px 0;
    background-color: #fff;

}

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

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

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

.page-left-text {
    padding: 35px 0;
    background-color: #fff;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #eee;
}

.page-left-text .frame {
    width: 55px;
    height: 55px;
    position: relative;
    background-color: #20478f;
    border-radius: 10px;
}

.page-left-text-span {
    margin-left: 15px;
}

.page-left-text-span>span {
    color: #686868;
    font-size: 16px;
}

.page-left-text-span>p {
    color: #ef0600;
    font-size: 20px;
}

.page-left-text .frame img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-left-img {
    border: 1px solid #eee;
}

.page-right .swiper-wrapper .swiper-slide {
    width: 210px !important;
    height: 145px;
    margin-bottom: 26px;
    margin-left: 2%;
}

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

.page-right .swiper-wrapper img {
    max-width: 100%;
}

.page-right .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-right-title>div:nth-child(1)>span {
    font-size: 24px;
    color: #ef0600;
    line-height: 30px;
    font-weight: bold;
}

.page-right-title>div:nth-child(2) {
    color: #7d7d7d;
    font-size: 12px;
}

.page-right-title>div:nth-child(2) span {
    color: #20478f;
    font-size: 12px;
}

.page-right-title>div>p {
    font-size: 20px;
    color: #7d7d7d;
    line-height: 30px;
}

.page-right-title {
    padding: 13px 1%;
    position: relative;
}

.page-right-title1 {
    padding: 15px 0;
}

.page-right-title>div>a {
    display: block;
    width: 155px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    color: #969696;
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #fff;
}

.page-right-title>div>a:hover {
    background-color: #20478f;
    color: #fff;
}

/* 产品展示结束 */





/* 产品轮播 */


.certificate {
    padding-bottom: 60px;
}

.certificate .banner3 {
    padding-top: 64.2%;
}

.certificate .banner2 {
    position: relative;
}

.certificate-img .banner2 .swiper-slide {
    width: 19%;
}




.certificate-img .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/01-anniu_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
}

.certificate-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    background: url(../images/01-anniu_03.png) no-repeat center center;
    outline: none;
}

.certificate .swiper-slide P {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate .swiper-slide P::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.certificate .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}



.certificate-frame-box {
    background-color: rgb(241, 43, 38, .8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transition: all .6s;
    border: 1px solid #fff;
}

.certificate .swiper-slide a:hover .certificate-frame-box {
    left: 0;
}

.certificate-frame {
    position: relative;
    height: 100%;
    width: 100%;

}

.certificate-frame img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




/*  */
.public-title {
    text-transform: uppercase;
    padding: 60px 0 45px 0;
}

.public-title>span {
    font-size: 36px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}

.public-title>p {
    font-size: 18px;
    color: #fff;
    text-align: center;

    line-height: 40px;

}

.news .nav-ul {
    max-width: 450px;
    margin: 0 auto;
}

.news .nav-ul li {
    width: 22%;
    margin: 1.5%;
}

.news .nav-ul li a {
    display: block;
    width: 100%;
    background-color: #c6c6c6;
    color: #fff;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.public-title1>span {
    color: #404040;
}

.news .nav-ul li a:hover {
    background-color: #20478f;
}

.public-title1>span>span {
    color: #20478f;
    margin-left: 1%;
}

.public-title1>p {
    color: #1e1e1e;
}

.news .public-title {
    padding: 60px 0 0 0;
}

.news-left {
    width: 49%;
}

.news-left .img-box {
    padding-top: 76%;
    position: relative;
}

.news-left .img-box .news-left-frame {
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(32, 71, 143, .8);
}



.news-left-frame>div>span:nth-child(1) {
    width: 69%;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news-left-frame>div>span:nth-child(2) {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

.news-left-frame-text {
    margin-top: 10px;
}

.news-left-frame-text>p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news-right .news-ul1 li a span:nth-child(1) {
    width: 69%;
    font-size: 18px;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-weight: bold;
}

.news-right .news-ul1 li a span:nth-child(2) {
    color: #3a3a3a;
    font-size: 12px;
    line-height: 26px;
}

.news-right-frame-text {
    margin-top: 10px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 8px;
}

.news-right .news-ul1 li a p {
    font-size: 14px;
    color: #3a3a3a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news-right .news-ul1 li {
    padding: 7px;
    margin-bottom: 2px;
}

.news-right .news-ul1 li:hover a span:nth-child(1) {
    color: #20478f;
}

.news>.wrap>.flex {
    margin-top: 30px;
}

.news-right {
    width: 49%;
}

.news {
    padding-bottom: 60px;
}


.video .swiper-container {
    width: 100%;
    height: 100%;
}

.video .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.86);
    border: 2px solid #fff;

}

.video .swiper-slide-active,
.video .swiper-slide-duplicate-active {
    transform: scale(1);
}


.video .public-title {

    padding: 60px 0 40px 0;
}

.video {
    padding-bottom: 60px;
}

.video .swiper-slide video {
    height: 260px;
    outline: none;
}

.video .swiper-slide-active,
.video .swiper-slide-duplicate-active {
    transform: scale(1.3);
    z-index: 99;
}

.video .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/01-anniu_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    z-index: 999;
}

.video .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -5%;
    background: url(../images/01-anniu_03.png) no-repeat center center;
    outline: none;
    z-index: 999;
}

.video .video-box {
    position: relative;
}

.public-title>span>span {
    margin-left: 1%;
}

.about-left {
    width: 59%;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 5px #666;
}

.about-right {
    width: 41%;
}

.about-left-title>span {
    line-height: 35px;
    font-size: 24px;
    color: #20478f;
}

.about-left-title>p {
    font-size: 18px;
    color: #a3a3a3;
    line-height: 26px;
}

.about-left-text {
    line-height: 26px;
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 28px;
}

.about-left>a {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #a3a3a3;
    border: 1px solid #c0c0c0;
    margin-top: 36px;
}

.about-left>a:hover {
    background-color: #20478f;
    color: #fff;
}


.about-right .img-box {
    padding-top: 69%;
}

.about {
    padding-bottom: 60px;
}

.about-left {
    position: relative;
}

.about-left .triangle {
    width: 0;
    height: 0;
    border-color: transparent#20478f;
    border-width: 0 0 50px 50px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-left-text {
    margin-top: 25px;
}

.contact-left-text>span {
    color: #20478f;
    line-height: 26px;
    font-weight: bold;
}

.contact-left-text>p {
    color: #404040;
    line-height: 26px;
}

.contact-middle ul li>span {
    color: #20478f;
    line-height: 30px;
    font-weight: bold;
}

.contact-middle ul li>p {
    color: #404040;
    line-height: 26px;
}

.contact-middle ul li {
    margin-bottom: 2px;
}

.contact-left {
    width: 30%;
    border-right: 1px solid #c4c4c4;
}

.contact-middle {
    width: 30%;
    border-right: 1px solid #c4c4c4;
	line-height: 2.0em;
}

.contact-middle1 {
    width: 34%;
    border: none;
}

.contact-middle1 ul li:nth-child(3) {
    margin-top: 40px;
}

.contact {
    padding-bottom: 60px;
}

.page-right .map {
    height: 330px;
    border: 1px solid #333;
    margin-top: 45px;
}

.product {
    position: relative;
}

.product-frame {

    display: block;
    width: 100%;
    height: 167px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;

}

.aboutus-text {
    font-size: 14px;
    color: #151515;
    line-height: 26px;
    margin-top: 35px;
}

.news-ul {
    margin-top: 40px;
}

.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% - 290px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
    transition: 0.5s;
}

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

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

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


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

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #20478f;
    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 .txt-bt .t1 {
    color: #20478f;
} */

.news-ul li:hover a .txt {
    background-color: #20478f;
    color: #fff;
}

.news-ul li:hover a h5 span {
    background-color: #ef0600;
}

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

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

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 40px 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-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.news-show .txt-nr1 {
    font-size: 18px;
    color: #151515;
    font-weight: bold;
    line-height: 30px;
}

.news-show .txt-nr1>a {
    color: #ef0600;
}

.news-show .txt-nr2 {
    margin-top: 20px;
}

.contact-left {
    width: 32%;
}

.contact-left input {
    display: block;
    width: 100%;

    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    line-height: 40px;
}

.contact-left textarea {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    line-height: 40px;
}

.contact-left form .int {
    background-color: #ef0600;
    color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

.contact-right {
    border: 1px solid #333;
    width: 65%;
}

.contact-left1 {
    border: none;
}

.page-right .contact-box1 {
    margin-top: 40px;
}

.page-right ul li video {
    height: 250px;
}

.page-right ul li .video-span {
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}









/* 产品详情页 */

.cpzs-nav-ul {

    margin: 0 auto;
    margin-top: 20px;
}

.cpzs-nav-ul li {
    width: calc(100%/5);
    border: 1px solid #fff;
    box-shadow: 0 0 5px #666;
}

.cpzs-nav-ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-size: 16px;
    background-color: #134da4;
}

.cpzs-nav-ul .a1 a {
    background-color: #cecece;
    color: #000;
}

.cpzs-nav-ul .a1 a {
    background-color: #cecece;
    color: #000;
}


.txt-nr-box .txt-nr {
    display: none;
}

.txt-nr-box .block {
    display: block;
}













/*  */























footer {
    background-color: #20478f;
}

.footer-middle-span {
    font-size: 16px;
    color: #fff;
}

footer .footer-middle ul li a {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

footer .footer-middle ul {
    margin-top: 10px;
}

footer .footer-middle ul li {
    width: 47%;
    margin: 1.5%;
}

footer .footer-middle2 ul li {
    width: 30%;
    margin: 0.7% 1.5%;
}

footer .footer-middle2 ul li a {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

footer .footer-middle2 ul {
    margin-top: 10px;
}

.footer-left {
    width: 31%;
}

footer .wrap {
    padding: 30px 0;
}

.footer-middle {
    width: 18%;
}

.footer-left img {
    display: block;
    margin-top: 12.5%;
}

.footer-right {
    width: 13%;
}

.footer-middle2 {
    width: 37%;
}



















.footer-buttom {
    background-color: #ef0600;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}




@media (max-width:1202px) {
    .top-nav-right>div:nth-child(1) {
        display: none;
    }

    .top-nav-right {
        width: 23%;
    }

    .top-nav-right>div:nth-child(2) {
        width: 100%;
    }

    .about-left,
    .about-right {
        width: 100%;
    }
}

@media (max-width:1200px) {

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






}








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

    .phone-block {
        display: block !important;
    }

    .phone-none {
        display: none !important;
    }

    .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: 62%;
        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: #20478f;
        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;
    }

    /*  */
    .reason ul li img {
        height: 40px;
        max-width: 60%;
    }

    .reason ul li img {
        display: block;
        margin: 0 auto;
    }

    .reason ul li span {
        font-size: 14px;
        margin-top: 10px;
    }


    .reason .reason-title>span {
        font-size: 16px;

    }

    .reason .reason-title>p {
        font-size: 12px;

        line-height: 22px;
        padding-bottom: 5px;
    }

    .reason .reason-title {
        padding: 20px 0 15px 0;
    }

    .reason {
        padding-bottom: 20px;
    }

    .pro-ul li .txt {
        border: 1px solid #dfdfdf;
        color: #333333;
        font-size: 14px;
        padding: 10px 0;
        background-color: #fff;
    }

    .product {
        background-color: #ededed;
        padding: 3px 0 1px 0;
    }


    .public-title>span {
        font-size: 16px;

        line-height: 24px;
    }

    .public-title>p {
        font-size: 14px;

        line-height: 22px;
    }

    .public-title {
        text-transform: uppercase;
        padding: 20px 0;
    }

    .certificate .swiper-slide P {
        font-size: 14px;
        margin-top: 5px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .news .public-title {
        padding: 20px 0 0 0;
    }

    .news>.wrap>.flex {
        margin-top: 20px;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 20px;
    }

    .news-right .news-ul1 li a span:nth-child(1) {

        font-size: 14px;

        line-height: 24px;

    }

    .news-right .news-ul1 li a span:nth-child(2) {

        line-height: 22px;
    }

    .news-right .news-ul1 li a p {
        font-size: 12px;

        line-height: 22px;
    }

    .news-right-frame-text {
        margin-top: 5px;
        padding-bottom: 4px;
    }

    .news {
        padding-bottom: 20px;
    }

    .about-left {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 5px #666;

    }

    .about-right {
        width: 100%;

    }

    .about-left-title>span {
        line-height: 26px;
        font-size: 16px;
    }

    .about-left-title>p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-left-text {
        line-height: 24px;
        font-size: 14px;
        margin-top: 5px;
    }

    .about-left>a {
        display: block;
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }












    .contact-left {
        width: 100%;
        border: none;

    }

    .contact-middle {
        width: 100%;
        /* border-right: 1px solid #c4c4c4; */
        border: none;
    }

    .contact-middle1 {
        width: 100%;
        border: none;
    }

    .contact-left img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .contact-left-text {
        margin-top: 20px;
        padding-left: 7%;
    }

    .contact-middle1 ul li:nth-child(3) {
        margin-top: 20px;
    }

    .contact-middle {
        padding-left: 7%;
        margin-top: 20px;
    }

    .contact,
    .about {
        padding-bottom: 20px;
    }

    .about-left .triangle {
        width: 0;
        height: 0;
        border-color: transparent#20478f;
        border-width: 0 0 30px 30px;
        border-style: solid;
        position: absolute;
        left: 0;
        top: 0;
    }

    .page-right .map {
        height: 330px;
        border: 1px solid #333;
        margin-top: 20px;
        height: 250px;
    }

    .aboutus-text {
        font-size: 12px;
        color: #151515;
        line-height: 22px;
        margin-top: 20px;
    }

    .page-right-title {
        padding: 20px 1%;
        position: relative;
        padding-bottom: 0;
    }



    .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 {
        margin-top: 18px;
    }

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

    .page-pro>ul>li>ul {
        padding: 10px 0;
        background-color: #fff;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
        line-height: 23px;
    }

    .contact-left input {

        margin-bottom: 10px;

    }

    .contact-left textarea {

        margin-bottom: 10px;

    }

    .page-right .contact-box1 {
        margin-top: 20px;
    }

    .contact-right {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .page-right ul li video {
        height: 150px;
    }

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


    /*  */


    .cpzs-nav-ul li {
        width: calc(100%/3);
        border: 1px solid #fff;
        box-shadow: 0 0 5px #666;
    }

    .cpzs-nav-ul li a {
        line-height: 38px;
        font-size: 14px;
    }




    /*  */




    .footer-middle {
        width: 100%;
        margin-top: 20px;
    }

    .footer-middle2 {
        width: 100%;
        margin-top: 20px;
    }

    .footer-middle-span {
        font-size: 14px;
    }

    footer .footer-middle2 ul li a {
        font-size: 12px;
        line-height: 22px;
    }

    footer .footer-middle2 ul li {
        width: 47%;
        margin: 1.5%;
    }

    .footer-left {
        width: 100%;
    }

    footer .footer-middle ul li {
        width: 30%;
        margin: 1.5%;
    }

    footer .footer-middle ul li a {
        font-size: 12px;

        line-height: 22px;
    }

    .footer-left img {
        display: block;
        margin: 0 auto;
        margin-top: 0;
        max-width: 60%;
        margin: 0 auto;
    }

    footer .wrap {
        padding: 20px 0;
    }











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



}