.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}



.padding {
    padding: 3% 0 3% 0;
}

.padding-top {
    padding-top: 3%;
}

.padding-bottom {
    padding-bottom: 3%;
}


.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ali{
    font-family: ali;
}
.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.textcent{
    text-align:center;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.fixHead{
    width: 100%;
    background: #fff;
    position: fixed;
    left:0;
    top:0;
    z-index: 100;
}
.fixHead-inner .logo img{
    width: 140px;
}
.fixHead-inner.sou{
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}
.menuBar{
    width: 56%;
}
.menuBar ul{
    width: 100%;
}
.menuBar ul li a{
    display: block;
    line-height: 100px;
    position: relative;
    font-size:18px;
    color:#383838;
}
.menuBar ul li a:after{
    position: absolute;
    content:"";
    width: 0;
    height: 4px;
    background: #06528e;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.menuBar ul li a:hover:after
,.menuBar ul li a.active:after{
    width: 100%;
}
.searBar{
    cursor: pointer;
}
.searBar .icon{
    width: 33px;
    height: 33px;
    background: #06528e;
    border-radius: 100%;
    position: relative;
    margin-right: 12px;
}
.searBar span{
    font-size:18px;
    color:#363636;
}
.xiabtn{
    width: 33px;
    height: 33px;
    background: #06528e;
    border-radius: 100%;
    position: relative;
    display: none;
}
.sm-button-xian{
    width: 19px;
    height: 15px;
    position: relative;
    cursor: pointer;

}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    font-size:14px;
    color:#333;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}



.bannerSwiper{
    padding-top: 100px;
}
.bannerSwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.bannerSwiper .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bannerSwiper .swiper-slide .text{
    position: absolute;
    left:0;
    width: 100%;
}
.bannerSwiper .swiper-slide .text1{
    top:13%;
}
.bannerSwiper .swiper-slide .text2{
    padding-left: 37%;
    top: 16%;
}
.bannerSwiper .swiper-slide .text3{
    top:13%;
}
.bannerSwiper .swiper-slide .text .t1{
    font-size:58px;
    color:#fff;
    white-space: nowrap;
}
.bannerSwiper .swiper-slide .text .t2{
    font-size:22px;
    color:#fff;
    letter-spacing: 1px;
    margin-top: 1%;
}
.bannerSwiper .bannerimg{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: transform 4s;
    transition: transform 4s;
}
.bannerSwiper .swiper-slide-active .bannerimg{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.bannerSwiper .banner_btn{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.4);
    border-radius: 100%;
}
.bannerSwiper .banner_btn:after{
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.bannerSwiper .banner_btn:hover{
    background: #06528e;
}
.bannerSwiper .swiper-button-next{
    right: 4%;
}
.bannerSwiper .swiper-button-prev{
    left: 4%;
}
.bannerSwiper .swiper-pagination{
    bottom: 7%;
    font-size: 24px;
    font-family: ali;
    color:#fff;
}
.bannerSwiper .swiper-scrollbar{
    width: 100px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:5%;
    background: #fff;
}
.bannerSwiper .swiper-scrollbar-drag{
    background: #06528e;
}
.in_pro{
    padding:3% 0;
    background: #fff;
}
.in_pro .list{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3%;
}
.in_pro .list:last-child{
    margin-bottom: 0;
}
.in_pro .list .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in_pro .list .text{
    width: 100%;
    position: absolute;
    color:#fff;
    left:0;
    top:10%;
}
.in_pro .list .text .t1{
    font-size:40px;
}
.in_pro .list .text .en{
    font-size:14px;
    margin:1% 0 1.5% 0;
}
.in_pro .list .text .more{
    display: block;
    width: 100px;
    line-height: 35px;
    border:1px solid #fff;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin:0 auto;
}
.in_pro .list .text .more:hover{
    border-radius: 4px;
    background: #06528e;
    border:1px solid #06528e;
}
.footbox{
    background: #06528e;
    border-bottom:1px solid #6a97bb;
}
.footbox-inner{
    height: 100px;
}
.footbox-inner .f-logo img{
    width: 140px;
}
.footbox-inner .f-menu{
    width: 50%;
}
.footbox-inner .f-menu a{
    color:#fff;
    font-size:16px;
}
.footbox-inner .f-menu a:hover{
    text-decoration: underline;
}

.copy{
    background: #06528e;
    line-height: 100px;
    font-size:16px;
    color: #ffffff;
}
.copy .l{
    float: left;
}
.copy .r{
    float: right;
}
.copy a{
    color:#ffffff;
}

.sbanner{
    width: 100%;
    height: 550px;
    position: relative;
    margin-top: 100px;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    color:#fff;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbanner .text .t1{
    font-size:48px;
}
.sbanner .text .en{
    font-size:14px;
    margin-top: 1%;
}

.crumbs{
    background: #fff;

}
.crumbs .inner{
    line-height: 80px;
    font-size:16px;
    color:#505050;
    padding-left: 45px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.crumbs .inner a{
    color:#505050;
}
.innerbg{
    background: #f5f5f5;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
}
.inner-pro-list:nth-child(n+5){
    margin-top: 2%;
}
.allpro .inner{
    background: #fff;
    padding-bottom: 9%;
}
.allpro .imgbox{
    position: relative;
    overflow: hidden;
    height: 320px;
}
.allpro .imgbox img{
    max-width: 86%;
    max-height: 60%;
}
.allpro .title{
    font-size:20px;
    color:#3b3b3b;
    padding:0 5%;
}
.allpro .more{
    display: block;
    width: 120px;
    line-height: 40px;
    background: #f4f4f4;
    border-radius: 20px;
    font-size:16px;
    color:#646464;
    margin: 6% auto 0 auto;
}
.allpro .more:hover{
    background: #06528e;
    color:#fff;
}
.allpro:hover{
    box-shadow: 0 0 18px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.inner-des-top{
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding: 3% 0 5% 0;
}
.inner-des-top .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    overflow: hidden;
}
.prodescrumbs{
    padding-left:45px;
    color:#fff;
    font-size:16px;
    background: url("../img/des-home-icon.png") no-repeat left center;
    margin-bottom: 3%;
    position: relative;
    line-height: 35px;
}
.prodescrumbs a{
    color:#fff;
}

.inner-des-top-inner{
    padding:3%;
    background: #fff;
    position: relative;
}


.goods-des-box{
    margin-bottom: 4%;
    flex-wrap: wrap;
    background: #fff;
}
.inner-goods-des .protype{
    padding:0;
}

.goods-des-box .pidLunbo{
    float: right;
    width: 53%;
    height: 500px;
}
.goods-des-box .pidLunbo .left{
    float: right;
    width: 76%;
    height: 100%;
    border:1px solid #d8d8d8;
}
.goods-des-box .pidLunbo .left .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .left .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.goods-des-box .pidLunbo .right{
    float: left;
    width: 22%;
    height: 100%;
    position: relative;
}
.goods-des-box .pidLunbo .right .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .right .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border:1px solid #d8d8d8;
}
.goods-des-box .pidLunbo .right .swiper .swiper-slide-thumb-active{
    border:2px solid #06528e;
}
.goods-des-box .pidLunbo .right .btn{
    width: 100%;
    height: 35px;
    margin:0;
    background: rgba(0,0,0,0.7);
}
.goods-des-box .pidLunbo .right .swiper-button-prev{
    left:0;
    top:0;
}
.goods-des-box .pidLunbo .right .swiper-button-prev:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .swiper-button-next{
    right:0;
    bottom:0;
    top: inherit;
}
.goods-des-box .pidLunbo .right .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .btn:after{
    color:#fff;
    font-size:15px;
    font-weight: bold;
}
.goods-des-box .pidLunbo .right .btn:hover{
    background: rgba(6,82,142,0.7);
}
.goods-des-box .pidDes{
    float: left;
    width: 43%;
}
.goods-des-box .pidDes .title{
    font-weight: bold;
    font-size:36px;
    color:#222222;
    margin-bottom: 1%;
}
.goods-des-box .pidDes .line{
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    position: relative;
    margin: 4% 0;
}
.goods-des-box .pidDes .line:after{
    position: absolute;
    width: 70px;
    height: 4px;
    background: #04408c;
    left:0;
    bottom:0;
    content:"";
}
.goods-des-box .pidDes .t1{
    font-size:16px;
    color:#797979;
}
.goods-des-box .pidDes .desCont{
    background: #f6f6f6;
    padding:6% 4%;
    font-size:16px;
    line-height: 38px;
    color:#656565;
    margin-top: 5%;
}

.inner-des-bottom{
    background: #fff;
}
.desprotitle{
    position: relative;
    padding-left:20px;
    font-size:30px;
    color:#404040;
    margin-bottom: 35px;
}
.desprotitle:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 102%;
    background: #04408c;
}
.prodes-item{
    margin-bottom: 4%;
}
.prodes-item .descont{
    padding: 3% 2%;
    background: #f1f1f1;
    font-size: 18px;
    color: #404040;
    line-height: 40px;
}
.prodes-item .descont img{
    max-width: 100%;
}
.prodes-item .jscont{
    font-size: 18px;
    color: #404040;
    line-height: 40px;
}
.prodes-item .jscont img{
    max-width: 100%;
}
.prodes-item .jscont table{
    width: 100% !important;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.prodes-item .jscont table tr td{
    line-height: 30px;
    font-size: 15px;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #666;
}
.prodes-item .desadv .list{
    width: 19%;
    height: 175px;
    background: #f1f1f1;
}
.prodes-item .desadv .list .icon{
    width: 55px;
    height: 55px;
    position: relative;
    margin-right: 16px;
}
.prodes-item .desadv .list .text .t1{
    font-size:26px;
    color:#282828;
}
.prodes-item .desadv .list .text .en{
    font-size:14px;
    color:#606060;
}
.prodes-item .desadv .list:hover{
    background: #06528e;
}
.prodes-item .desadv .list:hover .t1{
    color:#fff;
}
.prodes-item .desadv .list:hover .en{
    color:#fff;
}
.prodes-item .desadv .list:hover .icon img{
    filter:brightness(1000%);
}
.prodes-other{
    background: #f5f5f5;

}
.seartoggle .warpper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.seartoggle{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
}
.seartoggle.show{
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: 1!important;
}
.seartoggle form{
    width: 512px;
}
.seartoggle input[type=text]{
    color: #333;
    width: 80%;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 36px;
    background: #f2f2f2;
}
.seartoggle input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 45px;
    background: #f2f2f2 url(../img/sear2.png) no-repeat center;
    background-size: 19px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background: url(../img/close1.png) no-repeat center;
    background-size: 20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 30px;
}
.seartoggle .close:hover{
    transform: rotate(90deg);
}


.kji{
    margin-bottom: 4%;
    text-align: center;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.pagetop{
    position: fixed;
    z-index: 99;
    bottom: 20%;
    right: 1%;
    width: 74px;
    height: 74px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.pagetop.show{
    opacity: 1;
    visibility: visible;
}