.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.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'hkjgh';
    src: url("../font/HuaKangJinGangHei.ttf");
}




.padding {
    padding:4% 0;
}
.padding-inner {
    padding: 4% 0 4% 0;
}
.padding-top {
    padding-top: 4%;
}

.padding-bottom {
    padding-bottom: 4%;
}
.inner-padding{
    padding:4% 0;
}
.inner-padding-top{
    padding-top: 4%;
}
.inner-padding-bottom{
    padding-bottom: 4%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.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;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fixnav{
    position: fixed;
    width: 100%;
    background: #fff;
    left:0;
    top:0;
    z-index: 1000;
}
.fixnav-inner{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixnav-inner .logo{
    display: flex;
    align-items: flex-end;
    justify-content: left;
    margin-left: 4%;
}
.fixnav-inner .logo img{
    width: 110px;
}
.fixnav-inner .logo span{
    display: inline-block;
    font-size:28px;
    font-weight: bold;
    color:#2b2827;
    margin-left:10px;
}
.navmenu{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navmenu li {
    width: 100px;
    height: 21px;
    overflow: hidden;
}
.navmenu li a{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    height: 42px;
}
.navmenu li a .text{
    font-size:16px;
    color:#333333;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    display: block;
    width: 100%;
    left:0;
}
.navmenu li a .text1{
    color:#333333;
    top:0;
}
.navmenu li a .text2{
    color: #0269b6;
    top: 22px;
}
.navmenu li:hover a
,.navmenu li.active a{
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    transform: translateY(-21px);
}
.navmenu .dian{
    display: block;
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 100%;
}
.navbtn{
    width: 290px;
}
.navbtn .btn{
    display: block;
    float: left;
    width: 33.33%;
    height: 80px;
    position: relative;
    border-left:1px solid #e8e8e8;
    cursor: pointer;
}
.navbtn .btn.searbtn{
    background:#fff url("../img/sear.png") no-repeat center;
}
.navbtn .btn.searbtn:hover{
    background: #0167b9 url("../img/sear1.png") no-repeat center;
}
.navbtn .btn.langbtn{
    background:#fff url("../img/lang.png") no-repeat center;
}
.navbtn .btn.langbtn:hover{
    background: #0167b9 url("../img/lang1.png") no-repeat center;
}
.navbtn .btn.menubth{
    background: #0167b9;
}
.sm-button-xian {
    width: 35px;
    height: 29px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sm-button-xian span {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.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: 13px;
    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;
}

.menubth.active .sm-button-xian span.lin-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubth.active .sm-button-xian span.lin-cent {
    opacity: 0;
}

.menubth.active .sm-button-xian span.lin-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbtn .btn.menubth:hover .sm-button-xian span{
    width: 100%;
}

.bannerbox{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    margin-top: 80px;
}
.bannerbox .swiper-slide img {
    width: 100%;
}
.swiper-pagination-banner{
    bottom: 10% !important;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin:0 9px!important;
    position: relative;

}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    width: 23px;
    height: 23px;
    opacity: 1;
    background: #fff;
}
.swiper-pagination-banner .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 125%;
    height: 125%;
    border-radius: 100%;
    border:1px dashed #fff;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.swiper-pagination-banner .swiper-pagination-bullet-active:after{
    opacity: 1;
}

.indexAdv .list{
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
}
.indexAdv .list .icon{
    width: 65px;
    height: 65px;
    position: relative;
}
.indexAdv .list .icon img{
    max-width: 100%;
}
.indexAdv .list .text{
    width: calc(100% - 97px);
}
.indexAdv .list .text .title{
    font-weight: bold;
    font-size:20px;
    color:#333333;
    margin-bottom: 3%;
}
.indexAdv .list .text .des{
    font-size:14px;
    color:#666666;
}
.indexAdv .list:hover{
    background: #0167b9;
}
.indexAdv .list:hover .icon img{
    filter: brightness(100000%);
}
.indexAdv .list:hover .text .title{
    color:#fff;
}
.indexAdv .list:hover .text .des{
    color:#fff;
}
.in_about{
    background: #f5f5f5;
}

.alltitle{
    text-align:center;
    margin-bottom:3%;
}
.alltitle .fir{
    font-size:33px;
    font-weight: bold;
    color:#0167b9;
    margin-bottom: 1%;
}
.alltitle .sec{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:17px;
    color:#666666;
}
.alltitle .sec span{
    font-size:17px;
    color:#666666;
}
.alltitle .sec img{
    margin:0 2px;
}
.alltitle .thr{
    font-size:17px;
    color:#666666;
}
.alltitle .thr i{
    color:#0167bc;
    display: inline-block;
}
.in_about .vrbox{
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
}
.in_about .vrbox .pic{
    animation: bannerimgAnimate 6s ease-in-out infinite alternate;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.in_about .vrbox .text{
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    top:42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_about .vrbox .text .bo{
    margin:0 auto;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #fafafa;
    position: relative;
    cursor: pointer;
}
.in_about .vrbox .text .title{
    font-size:24px;
    color:#fff;
    margin-top: 2%;
}
.in_about .vrbox .text .bo:hover img{
    animation: jello 1s;
}
@-webkit-keyframes jello {

    from, 11.1%, to { -webkit-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}



@-moz-keyframes jello {

    from, 11.1%, to { -moz-transform: none; transform: none }

    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}



@keyframes jello {

    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}
.in_about .introbox{
    position: relative;
    z-index: 2;
}
.in_about .intro{
    width: 88%;
    margin:-6% auto 0  auto;
    height: 155px;
}
.in_about .intro .left{
    float: left;
    width: 86%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
.in_about .intro .left .inner{
    width: 100%;
    padding:0 5%;
}
.in_about .intro .left .fir{
    font-size:22px;
    color:#3e3e3e;
    margin-bottom: 1%;
}
.in_about .intro .left .sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:18px;
    color:#999999;
}
.in_about .intro .left .sec span.s1{
    color:#0167b9;
}
.in_about .intro .left .sec span.s2{
    display: inline-block;
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.in_about .intro .left .sec .zuo{
    display:flex;
    width: 55px;
    align-items: center;
    justify-content: left;
}
.in_about .intro .right{
    float: left;
    width: 14%;
    height: 100%;
    background: #0167b9;
    display: flex;
    align-items: center;
}
.in_about .intro .right .inner{
    width: 100%;
    text-align:center;
}
.in_about .intro .right img{
    display: block;
    margin:0 auto;
}
.in_about .intro .right p{
    font-size:18px;
    color:#fff;
    margin-top: 7%;
}
.in_about .intro .right:hover img{
    animation: jello 1s;
}
.in_product{
    background: #f5f5f5;
}

.protype{
    width: 80%;
    margin:0 auto 3% auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.protype a{
    display: flex;
    width:25%;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}
.protype a .icon{
    width: 28px;
    height: 28px;
    position: relative;
}
.protype a .icon .img1{
    z-index: 2;
}
.protype a .icon .img2{
    z-index: 1;
    opacity: 0;
}
.protype a  span{
    display: block;
    font-size:18px;
    color:#1f1f1f;
}
.protype a:not(.lasta)  span{
    margin-left: 17px;
}
.protype a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #d3d3d3;
}
.protype a:last-child:after{
    display: none;
}
.protype a:before{
    content:"";
    position: absolute;
    width: 0;
    height: 4px;
    background: #0171bf;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.protype a:hover:before
,.protype a.active:before{
    width: 38%;
}
.protype a:hover .icon .img1
,.protype a.active .icon .img1{
    opacity: 0;
}
.protype a:hover .icon .img2
,.protype a.active .icon .img2{
    opacity: 1;
}
.protype a:hover span
,.protype a.active span{
    color:#0167b9;
    font-weight: bold;
}

.in_product .pro-list .gallery-top .con{
    width: 100%;
    height: 475px;
}
.in_product .pro-list .gallery-top  .con .imgbox{
    float: left;
    width: 75%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient( 124deg, #d5e6ef 0%, #a9bedd 100%);
    position: relative;
}
.in_product .pro-list .gallery-top  .con .imgbox .pic{
    max-width: 79%;
    max-height: 84%;
}
.in_product .pro-list .gallery-top  .con .imgbox .piclogo{
    position: absolute;
    width: 129px;
    left:4%;
    top:4%;
}
.in_product .pro-list .gallery-top  .con .text{
    float: left;
    width: 25%;
    height: 100%;
    background: url("../img/indexprobg.jpg") no-repeat center / cover;
    padding:4% 2.5% 0 2.5%;
    position: relative;
}
.in_product .pro-list .gallery-top  .con .text .cat{
    font-size:18px;
    color:#fff;
}
.in_product .pro-list .gallery-top  .con .text .title{
    font-size:22px;
    color:#fff;
    font-weight: bold;
    margin: 9% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.in_product .pro-list .gallery-top  .con .text .des{
    font-size:16px;
    color:rgba(255,255,255,0.6);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.in_product .pro-list .gallery-top  .con .text .more{
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    margin-top: 10%;
}
.in_product .pro-list .gallery-top  .con .text .shuzi{
    font-size:12px;
    color:rgba(255,255,255,0.3);
    margin: 28% 0 3% 0;
}
.in_product .pro-list .gallery-top  .con .text .shuzi em{
    color:rgba(255,255,255,1);
    font-size:22px;
}
.in_product .pro-list .gallery-top  .con .text .swiper-pagination-progressbar{
    background: rgb(255 255 255 / 18%);
    width: 100%;
    height: 2px;
    position: relative;
}
.in_product .pro-list .gallery-top  .con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: rgb(255 255 255 / 100%);
}
.in_product .pro-list .gallery-top  .con .text .more:hover{
    background: #f48406;
}
.allpro .imgbox{
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
            124deg, #d5e6ef 0%, #a9bedd 100%);
}
.in_product .pro-list .gallery-thumbs{
    margin-top: 25px;
}
.allpro .title .icon{
    position: relative;
    background: #393939;
    height: 50px;
    width: 37px;
    float: left;
}
.allpro .title .icon img{
    filter: brightness(100000%);
}
.allpro .title .text{
    float: left;
    width: calc(100% - 37px);
    line-height: 50px;
    background: #fff;
    text-align:center;
    font-size:16px;
    color:#393939;
}
.allpro:hover .title .text{
    background: #0167bc;
    color:#fff;
}
.in_product .pro-list{
    display: none;
}
.in_service .item{
    display: flex;
    justify-content: space-between;
    height: 475px;
}
.in_service .item .list{
    width: 10%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.in_service .item .list.active{
    width: 44%;
}
.in_service .item .list .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left:0;
    top:0;
    z-index: 1;
}
.in_service .item .list .text1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    left:0;
    top:0;
    z-index: 2;
}
.in_service .item .list .text1 .inner{
    width: 100%;
}
.in_service .item .list .text1 .dian{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin:0 auto;
}
.in_service .item .list .text1 .title{
    margin: 37% auto 0 auto;
    color:#fff;
    font-size:26px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    letter-spacing: 6px;
}
.in_service .item .list.active .bg{
    opacity: 0.3;
}
.in_service .item .list.active .text1{
    opacity: 0;
    visibility: hidden;
}
.in_service .item .list .text2{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 3;
    display: flex;
    align-items: center;
    opacity: 0;
}
.in_service .item .list .text2 .inner{
    width: 100%;
    padding:0 10%;
}
.in_service .item .list .text2 .icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fafafa;
    position: relative;
}
.in_service .item .list .text2 .title{
    font-weight: bold;
    font-size:26px;
    color:#fff;
    margin:3.5% 0;
}
.in_service .item .list .text2 .des{
    line-height: 30px;
    font-size:16px;
    color:#fff;
    padding-right:13%;
}
.in_service .item .list.active .text2{
    opacity: 1;
}

.in_case{
    background: #f5f5f5;
}
.in_case .alltitle .thr{
    padding:0 21%;
}
.in_case .item{
    width: 100%;
    height: 485px;
}
.in_case .item .left{
    float: left;
    width: calc(100% - 440px);
    height: 100%;
}
.in_case .item .right{
    float: left;
    width: 440px;
    height: 100%;
    position: relative;
}
.in_case .item .left .swiper-container
,.in_case .item .right .swiper-container{
    width: 100%;
    height: 100%;
}
.in_case .item .left .con{
    height: 100%;
}
.in_case .item .left .con .jw-skin-bce .jw-controlbar{
    width: 100%;
}
.in_case .item .right .title{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_case .item .right .title .icon{
    height: 100%;
    position: relative;
    width: 70px;
}
.in_case .item .right .title .icon img{
    max-height: 100%;
}
.in_case .item .right .title .text{
    width: calc(100% - 175px);
    padding:0 15px;
    font-size:16px;
    color:#181a26;
    font-weight: bold;
}
.in_case .item .right .swiper-slide{
    opacity: 0.4;
}
.in_case .item .right .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}
.in_case .item .right .swiper-pagination-progressbar{
    left:initial;
    right:0;
}

.in_news .item .left{
    float: left;
    width: 48%;
    height: 450px;
}
.in_news .item .left .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in_news .item .left .text{
    position: absolute;
    width: 100%;
    padding:5%;
    left:0;
    bottom:0;
    color:#fff;
    padding-right: 22%;
}
.in_news .item .left .text .title{
    font-size:24px;
    margin-bottom: 3%;
}
.in_news .item .left .text .des{
    font-size:14px;
}
.in_news .item .left .text .newsjian{
    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%);
}
.in_news .item .left:hover .text{
    background: rgba(1,103,185,0.7);
}
.in_news .item .left:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news .item .right{
    float: right;
    width: 48%;
    height: 450px;
}
.in_news .item .right .list{
    width: 100%;
    height: 25%;
    border-bottom:1px solid #eee;
    position: relative;
}
.in_news .item .right .list a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.in_news .item .right .list a .inner{
    width: 100%;
}
.in_news .item .right .list .text{
    float: left;
    width: calc(100% - 100px);
    padding-right:4%;
    position: relative;
}
.in_news .item .right .list .time{
    float: left;
    width: 100px;
    text-align:right;
    display: flex;
    align-items: center;
    margin-top: 1%;
}
.in_news .item .right .list .time .inner{
    width: 100%;
    text-align:right;
    font-size:13px;
    color:#bbbbbb;
    background: url("../img/time.png") no-repeat left center;
}
.in_news .item .right .list .text .title{
    font-size:24px;
    color:#1c222c;
}
.in_news .item .right .list .text .des{
    font-size:16px;
    color:#999999;
    margin-top: 2%;
}
.in_news .item .right .list:after{
    display: block;
    content:"";
    width: 0;
    height: 2px;
    background: #0167bc;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news .item .right .list:hover:after{
    width: 100%;
}
.in_news .item .right .list:hover .text .title{
    font-weight: bold;
    color:#0167bc;
}
.in_news .item .right .list:hover .text .des{
    color:#333333;
}
.in_news .item .right .list:hover .time .inner{
    color:#0167bc;
    background: url("../img/time1.png") no-repeat left center;
}
.lxbox{
    background: #0167bc;
}
.lxbox .inner{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lxbox .inner .text{
    color:#fff;
}
.lxbox .inner .text .fir{
    font-size:30px;
    font-weight: bold;
}
.lxbox .inner .text .sec{
    font-size:18px;
    color:rgba(255,255,255,0.6);
    margin-top: 1%;
}
.lxbox .inner  a{
    display: block;
    width: 240px;
    line-height: 60px;
    text-align:center;
    border:2px solid #fff;
    font-size:18px;
    color:#fff;
}
.lxbox .inner  a:hover{
    background: #f48406;
    border:2px solid #f48406;
}

.footerbox{
    background: #131313;
    padding-bottom: 3%;
}
.footerbox .f-top .inner{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.footerbox .f-top .f-logo img{
    width: 173px;
}
.footerbox .f-top .top{
    width: 87px;
    height: 50px;
    background: #2c2f33 url("../img/top.png") no-repeat center;
    border-radius: 40px;
    cursor: pointer;
}
.footerbox .f-top .top:hover{
    background: #f48406 url("../img/top.png") no-repeat center;
}
.footerbox .f-bottom{
    margin-top: 3%;
}
.footerbox .f-bottom .left{
    float: left;
    width: calc(100% - 670px);
    display: flex;
    justify-content: space-between;
}
.footerbox .f-bottom .right{
    width: 330px;
    float: right;
}
.footerbox .f-bottom .left  .list .fira{
    display: block;
    margin-bottom: 37%;
    font-size:18px;
    color:#fff;
}
.footerbox .f-bottom .left  .list .abox a{
    display: block;
    font-size:16px;
    color:rgba(255,255,255,0.4);
    margin-bottom: 20%;
}
.footerbox .f-bottom .left  .list .abox a:hover{
    color:#fff;
}
.footerbox .f-bottom .right .list .title{
    font-size:16px;
    color:rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.footerbox .f-bottom .right .list .tel{
    font-size:40px;
    color:#fff;
}
.footerbox .f-bottom .right .list .sec{
    font-size:18px;
    color:#fff;
    line-height: 35px;
}
.footerbox .f-bottom .right .list:nth-child(1){
    margin-bottom: 12%;
}
.copy{
    background: #191919;
    line-height: 80px;
    font-size:14px;
    color:#707175;
}
.copy .l{
    float: left;
}
.copy .r{
    float: right;
}
.copy a{
    color:#707175;
}

.sbanner{
    width: 100%;
    position: relative;
}
.sbanner .pic{
    width: 100%;
}

.inner-pro-list{
    float: left;
    width: 33.33%;
    padding:1%;
}

.bg{
    background: #f5f5f5;
}
/*.protype.inner a{
    width: 33.33%;
}*/
.inner-pro-list .inner{
    width: 100%;
    background: #fff;
    padding: 5%;
}
.inner-pro-list .imgbox{
    width: 100%;
    height:310px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}
.inner-pro-list .imgbox img{
    max-width: 89%;
}
.inner-pro-list .title{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    color: #454545;
    line-height: 60px;
}
.inner-pro-list .des{
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 4% 5px;
}
.inner-pro-list .but{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 40px;
    position: relative;
    margin-top: 5%;
}
.inner-pro-list .but strong{
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.inner-pro-list .but i{
    display: block;
    height: 14px;
    overflow: hidden;
    position: relative;
    margin-left: 14px;
    z-index: 2;
}
.inner-pro-list .but i img{
    float: left;
    height: 100%;
}
.inner-pro-list .but i img:nth-child(2n){
    display: none;
}
.inner-pro-list .but:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    background-color: #eaeff8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.inner-pro-list:hover .but:before{
    width: 100%;
    background-color: #0167bc;
}
.inner-pro-list:hover .but i img:nth-child(1){
    display: none;
}
.inner-pro-list:hover .but i img:nth-child(2){
    display: block;
}
.inner-pro-list:hover .but strong{
    color:#fff;
}
.inner-pro-list:hover .title{
    border-bottom: 2px solid #0167bc;
}
.inner-pro .itemtitle{
    font-weight: bold;
    font-size:28px;
    color:#0167b9;
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom:1px solid #e1e1e1;
}
.inner-pro .item{
    margin-bottom: 5%;
}
.inner-pro .item:last-child{
    margin-bottom:0;
}
.allcrumbs{
    line-height: 50px;
    background: rgba(0,0,0,0.3);
    font-size:16px;
    color:#fff;
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
}
.allcrumbs .warpper .con{
    padding-left:25px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs a{
    font-size:16px;
    color:#fff;
}

.innertitle .fir{
    font-size:40px;
    color:#000000;
}
.innertitle .fir.baise{
    color:#fff;
}
.innertitle .sec{
    font-size:16px;
    color:#9fa19f;
    margin-top: 9px;
}
.innertitle.center{
    text-align:center;
}
/*.inner-company-fir{
    position: relative;
    z-index: 2;
}
.inner-company-fir .left{
    float: left;
    width: 48%;
}
.inner-company-fir .left .t1{
    font-size:16px;
    color:#999999;
    line-height: 30px;
    margin: 8% 0 10% 0;
}
.inner-company-fir .left .t2{
    font-size:36px;
    color:#000000;
    padding-left: 75px;
    background: url("../img/dou.png") no-repeat left top 10px;
    margin-bottom: 14%;
}
.inner-company-fir .left .t3{
    font-size:16px;
    color:#999999;
    line-height: 30px;
}
.inner-company-fir .right{
    float: right;
    width: 45%;
}
.inner-company-fir .right .imgbox{
    width: 100%;
    text-align:right;
}
.inner-company-fir .right .imgbox .pic{
    max-width: 100%;
    display: inline-block;
}
.inner-company-fir .right .itembox{
    text-align:right;
    margin-top: 7%;
}
.inner-company-fir .right .item{
    height: 750px;
    width: 80%;
    padding: 10% 0;
    background: #008fd8 url(../img/logobg.png) no-repeat top -88px right -39px;
    display: inline-block;
}
.inner-company-fir .right .item .list{
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 0 0 14%;
}
.inner-company-fir .right .item .list .shuzi{
    display: flex;
    align-items: end;
    color: #fff;
    width: 125px;
    margin-right: 15%;
}
.inner-company-fir .right .item .list .shuzi .s1{
    font-size:60px;
    font-weight: bold;
    line-height: 50px;
}
.inner-company-fir .right .item .list .shuzi .s2{
    font-size:30px;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
}
.inner-company-fir .right .item .list  .text{
    font-size:14px;
    color:#fff;
    text-align:left;
    line-height: 30px;
}*/
.inner-company-fir{
    background:#fafafa;
}
.inner-company-fir-top .left{
    float: left;
    width: 540px;
}
.inner-company-fir-top .left .tbox{
    margin-bottom: 4%;
}
.inner-company-fir-top .left .tbox .t1{
    font-size:26px;
    color:#222;
    margin-bottom: 1%;
}
.inner-company-fir-top .left .tbox .t2{
    font-size:30px;
    color:#222;
}
.inner-company-fir-top .left .vr{
    display: block;
    width: 100%;
    height: 193px;
    border-radius: 5px;
    overflow: hidden;
    position:relative;
}
.inner-company-fir-top .left .vr .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43);
    left:0;
    top:0;
    display: flex;
    align-items: center;
}
.inner-company-fir-top .left .vr .meng .inner{
    width: 100%;
    text-align:center;
}
.inner-company-fir-top .left .vr .meng .bo{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: relative;
    background: #fafafa;
    margin:0 auto;
}
.inner-company-fir-top .left .vr .meng .bo img{
    max-width: 29%;
    max-height: 56%;
}
.inner-company-fir-top .left .vr .meng .bo:hover img{
    animation: jello 1s;
}
.inner-company-fir-top .left .vr .meng .title{
    font-size:16px;
    color:#fff;
    margin-top: 10px;
}
.inner-company-fir-top .left .vr:hover .pic{
    transform: scale(1.05);
}
.inner-company-fir-top .right{
    float: right;
    width: calc(100% - 690px);
}
.inner-company-fir-top .right .title{
    font-size:24px;
    color:#222;
    margin-bottom: 4.5%;
}
.inner-company-fir-top .right .des{
    font-size:16px;
    color:#999;
    line-height: 30px;
    text-align:justify;
}
.inner-company-fir-bottom{
    margin-top: 4%;
}
.inner-company-fir-bottom .list{
    float: left;
    width: 25%;
    height: 170px;
    display: flex;
    align-items: center;
    border:1px solid #cccdcf;
    border-right:none;
}
.inner-company-fir-bottom .list:last-child{
    border-right:1px solid #cccdcf;
}
.inner-company-fir-bottom .list .inner{
    width: 100%;
    text-align:center;
}
.inner-company-fir-bottom .list .fir{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inner-company-fir-bottom .list .fir>span:nth-child(1){
    font-size:50px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(221deg,#0280c5,#57b6e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 38px;
    display: inline-block;
    margin-right: 7px;
}
.inner-company-fir-bottom .list .fir>span:nth-child(1) i{
    font-size:50px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(221deg,#0280c5,#57b6e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-company-fir-bottom .list .fir .s2{
    font-size:15px;
    color:#222;
}
.inner-company-fir-bottom .list .sec{
    font-size:14px;
    color:#222;
    margin-top: 3%;
}




.inner-company .in_about{
    position: relative;
    z-index: 1;

}
.inner-company-sec{
    height: 700px;
    position: relative;
    z-index: 1;
    margin-top: -215px;
}
.inner-company-sec .in_about{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;


}
.inner-company-sec .in_about .vrbox{
    height: 100%;
}
.inner-company-thr{
    background: #fff;
}


.inner-company-thr .tt{
    display: flex;
    justify-content: space-between;


}
.inner-company-thr .tt .des{
    width: calc(100% - 638px);
    font-size:16px;
    color:#999999;
    line-height: 30px;
}
.inner-company-thr .btn{
    width: 140px;
    position: relative;
}
.inner-company-thr .honorbox{
    position: relative;
    overflow-x: hidden;
    height: 711px;
}
.inner-company-thr .honorbox .developbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding:0 4%;
}
.inner-company-thr .honorbox .swiper-slide .item .list{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-company-thr .honorbox .licheng_line{
    max-width: 100%;
}
.inner-company-thr .mask_lc{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eff2f7;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(10%,#eff2f7));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,#eff2f7 10%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='#eff2f7',GradientType=0 );
}
.inner-company-thr .mask_lc{
    opacity:1;
    -webkit-transition-property:all;
    transition-property:all;
    left: 0;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}
.inner-company-thr .mask_lc.animated{
    opacity:1;
    left:100%;
}
.inner-company-thr .honorbox .swiper-container{

    width: 100%;
    height: 100%;
}
.inner-company-thr .honorbox .item{
    height: 100%;
}
.inner-company-thr .honorbox .item .list .txt{
    position: absolute;
    padding-left:24px;
}
.inner-company-thr .honorbox .item .list .txt .title{
    font-size:26px;
    color:#008fd8;
    font-family: Impact;
}
.inner-company-thr .honorbox .item .list .txt .des{
    font-size:16px;
    color:#626262;
    line-height: 30px;
    margin-top: 4%;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(1) .item .list .txt{
    bottom: 48%;
    padding-bottom: 4rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(2) .item .list .txt{
    top: 56%;
    padding-top: 5rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(3) .item .list .txt{
    bottom: 50%;
    padding-bottom: 6rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(4) .item .list .txt{
    top: 60%;
    padding-top: 5rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(5) .item .list .txt{
    bottom: 42%;
    padding-bottom: 13rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(6) .item .list .txt{
    top: 57%;
    padding-top: 5rem;
}
.inner-company-thr .honorbox .item .list .txt:before{
    content: "";
    background: #fff;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0.5rem;
    border: 2px solid #fe853e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-company-thr .honorbox .item .list .txt:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1rem;
    background: #e2e2e2;
    left: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(even) .item .list .txt:after{
    height: 6rem;
}
.inner-company-thr .honorbox .swiper-slide:nth-child(even) .item .list .txt:before{
    top: 5.5rem;
}
.swiperbtn{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border:1px solid #d9d9d9;
    top:0;
    margin-top: 0;
}
.swiperbtn:after{
    display: none;
}
.swiperbtn.swiper-button-next{
    right:0;
}
.swiperbtn.swiper-button-left{
    left:0;
}
.swiperbtn:hover{
    background-color: #008fd8;
    border:1px solid #008fd8;
}
.swiperbtn:hover img{
    filter: brightness(1000%);
}

.inner-company-four{
    background: url("../img/innerpointerbg.jpg") no-repeat center bottom / cover;
}
.inner-company-four .swiper-container{
    height: 295px;
    margin-top: 4%;
    padding:10px 10px;
}
.inner-company-four .swiper-container .swiper-slide{
    height:calc((100% - 10px) / 2);
}
.inner-company-four .swiper-container .item{
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding:10px;
    box-shadow: 0 0 10px #0000001f;
}
.inner-company-four .swiper-container .item img{
    filter:grayscale(100%);
}
.inner-company-four .swiper-container .item:hover img{
    filter:grayscale(0);
}
.inner-company-four .swiper-container .item:hover{
    box-shadow: 0 0 10px #0167bc30;
}

.s_nav{
    width: 100%;
    height: 100%;
    transition: ease .6s;
    transform: scale(.9,.9);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background: #fff;
    box-sizing: border-box;
}
.s_nav.on{
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
}
.s_nav .left{
    width: 500px;
    height: 100%;
    background: #0167b9;
    float: left;
}
.s_nav .right{
    float: left;
    width: calc(100% - 500px);
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.s_nav .left .inner{
    width: 100%;
    height: 100%;
    position: relative;
    padding:0 10%;
}
.s_nav .left .shang{
    position: absolute;
    left:0;
    top:5%;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding:0 10%;
}
.s_nav .left .shang .btnbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70px;
}
.s_nav .left .shang .btnbox a{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.s_nav .left .zhong{
    position: absolute;
    left: 0;
    top: 32%;
    width: 100%;
    padding: 0 10%;
    color: #fff;
    font-size: 40px;
    line-height: 56px;
}
.s_nav .left .xia{
    position: absolute;
    left:0;
    bottom:5%;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding:0 10%;
}
.s_nav .left .xia .tel .fir{
    font-size:14px;
    color:#cbd9eb;
}
.s_nav .left .xia .tel .sec{
    font-size:20px;
    color:#fff;
    font-weight: bold;
    margin-top: 7px;
}
.s_nav .left .xia .tel .sec a{
    color:#fff;
}
.s_nav .left  .xia .btnbox{
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.s_nav .left .xia .btnbox a{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 100%;
}
.s_nav .right .inner{
    width: 100%;
    padding-left: 12%;
}
.s_nav .right .list .title{
    float: left;
    width: 27%;
}
.s_nav .right .list .title a{
    display: block;
    line-height: 50px;
    font-size:36px;
    color:#0167b9;
}
.s_nav .right .list .abox{
    float: left;
    width: 73%;
}
.s_nav .right .list .abox a{
    display: inline-block;
    line-height: 50px;
    font-size:16px;
    color:#222222;
    margin-right: 20px;
    text-transform: uppercase;
}
.s_nav .right .list .abox a:last-child{
    margin-right: 0;
}
.s_nav .right .list{
    margin-bottom: 5%;
}
.s_nav .right .list:last-child{
    margin-bottom: 0;
}
.s_nav .right .list .abox a:hover{
    color:#f58627;
}
.s_nav .right .close{
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 45px;
    right:5%;
    top:5%;
}
.s_nav .right .close:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.searbg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    background: rgba(0,0,0,0.85);
    left:0;
    top:0;
    display: flex;
    align-items: center;
    transition: ease .6s;
    opacity: 0;
    visibility: hidden;
}
.seartoggle .seartoggleinner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.seartoggle{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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: #ebebeb;
}
.seartoggle input[type=text]::placeholder{
    color: #666;
    font-size: 14px;
}
.seartoggle input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 45px;
    background: #ebebeb url(../img/sear.png) no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background:url(../img/colse-white.png) no-repeat center;
    background-size: 27px !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);
}
.searbg.on{
    opacity: 1;
    visibility: visible;
}
.white::after, .whites::after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(
            0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    transform: skewx(
            -25deg);
    transition: unset;
}
.white:hover::after {
    left: 120%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.prodes-box1{
    background: #fff;
    padding:8%;
}
.prodes-box1 .box1_l{
    float: left;
    width: 50%;
    height: 460px;
}
.prodes-box1 .box1_l .swiper-container{
    width: 100%;
    height: 100%;
}
.prodes-box1 .box1_l .pronav{
    float: left;
    width: 16.5%;
    height: 90%;
    position: relative;
}
.prodes-box1 .box1_l .gallery-thumbs{
    width: 100%;
    height: 100%;
}
.prodes-box1 .box1_l .gallery-top{
    float: right;
    width: 80%;
}
.prodes-box1 .box1_l .imgbox{
    width: 100%;
    height: 100%;
    padding:10px;
    border:1px solid #dbdbdb;
}
.prodes-box1 .box1_l .inner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.prodes-box1 .box1_l .pronav .btn{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.prodes-box1 .box1_l .pronav .btn>div{
    width: 45%;
    height: 20px;
    top:0;
    margin-top:0;
    background: #d4d4d4;
}
.prodes-box1 .box1_l .pronav .btn>div:hover{
    background: #0269b6;
}
.prodes-box1 .box1_l .pronav .btn>div:after{
    font-size:12px;
}
.prodes-box1 .box1_l .pronav .btn .swiper-button-next{
    right:0;
}
.prodes-box1 .box1_l .pronav .btn .swiper-button-prev{
    left:0;
}
.prodes-box1 .box1_r{
    float: right;
    width: 46%;
}
.prodes-box1 .box1_l .swiper-slide-thumb-active .imgbox{
    border:1px solid #0269b6;
}
.prodes-box1 .box1_r .title{
    font-weight: bold;
    font-size: 30px;
    color: #262626;
    margin-top: 11%;
}
.prodes-box1 .box1_r .tags{
    font-size: 16px;
    color: #666666;
    margin:4% 0;
}
.prodes-box1 .box1_r .labelbox .list{
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #454545;
}
.prodes-box1 .box1_r .labelbox .list:last-child{
    margin-right: 0;
}
.prodes-box1 .box1_r .btn .tel{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 50px;
    background-color: #262626;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 3px;
}
.prodes-box1 .box1_r .btn .tel img{
    height: 20px;
    margin-right: 8px;
}
.prodes-box1 .box1_r .btn .tel a{
    color: #fff;
}
.prodes-box1 .box1_r .btn .contact{
    display: block;
    float: left;
    border-radius: 3px;
    width: 130px;
    line-height: 50px;
    background-color: #0167b9;
    color: #fff;
    text-align:center;
}
.prodes-box1 .box1_r .btn .tel:hover{
    background-color: #0167b9;
}
.prodes-box1 .box1_r .btn .contact:hover{
    background-color: #262626;
}
.prodes-box1 .box1_r .btn{
    margin-top: 9%;
}
.prodes-box2{
    margin-top: 4%;
}
.prodes-box2 .box2_l{
    width: 69%;
    float: left;
    background: #fff;
}
.prodes-box2 .box2_r{
    width: 28%;
    position: sticky;
    float: right;
}
.allprotbox{
    border-bottom: 2px solid #e9e9e9;
}
.allprotbox span{
    display: inline-block;
    line-height: 75px;
    padding:0 4%;
    background: #0167b9;
    color: #fff;
    font-size: 22px;
}
.prodes-box2 .box2_l .descon{
    padding:3%;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
.prodes-box2 .box2_l .descon strong{
    color:#0167b9;
    font-size: 21px;
}
.prodes-box2 .box2_l .descon img{
    max-width: 100%;
    display: block;
}

.allPage{
    padding:20px 0 10px 0;
    border-top: 1px dotted #ccc;
    margin-top: 5%;
}
.allPage>div{
    display: inline-block;
    width: 50%;
    float: left;
}
.allPage .page-a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
    display: inline-block;
    font-size:14px;
    color:#666;
}
.allPage .page-a a{
    color:#666;
}
.allPage>div:nth-child(1){
    padding-right:10px;
}
.allPage>div:nth-child(2){
    text-align:right;
    padding-left:10px;
}
.allPage .page-a:hover{
    border-color: #e4eaec;
    background-color: #f3f7f9;
    color:#0167b9;
}
.allPage .page-a:hover a{
    color:#0167b9;
}
.prodes-box2 .box2_l .descon table{
    width: 100% !important;
    border-collapse: collapse;
}

.prodes-box2 .box2_l .descon table tr td{
    font-size:14px;
    color:#666;
    text-align:center;
    border:1px solid #d5d5d5;
    background: #fff;
}
.prodes-box2 .box2_r .box2_r_t{
    font-size: 22px;
    color: #fff;
    line-height: 77px;
    text-align:center;
    background: #0167b9;
}
.prodes-box2 .box2_r .box2_r_other{
    background: #fff;
    padding:8%;
}
.prodes-box2 .box2_r .box2_r_other .list .imgbox{
    width: 100%;
    height: 250px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.prodes-box2 .box2_r .box2_r_other .list .imgbox img{
    max-width: 85%;
}
.prodes-box2 .box2_r .box2_r_other .list .title{
    display: block;
    font-size: 18px;
    color: #262626;
    text-align: center;
    padding: 0 20px;
    line-height: 60px;
}
.prodes-box2 .box2_r .box2_r_other .list:hover .imgbox{
    border: 1px solid #0167b9;
}
.prodes-box2 .box2_r .box2_r_other .list:hover .title{
    color: #0167b9;
}
.prodes-box3{
    padding:3%;
    background: #fff;
    margin-top: 4%;
}
.prodes-box3 .hotbox{
    text-align:center;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px solid #e9e9e9;
}
.prodes-box3 .hotbox .fir{
    font-weight: bold;
    font-size: 36px;
    color: #0167b9;
}
.prodes-box3 .hotbox .sec{
    font-size: 16px;
    color: #262626;
    opacity: 0.5;
}

.prodes-box3  .imgbox{
    width: 100%;
    border: 1px solid #eee;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.prodes-box3  .imgbox a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.prodes-box3  .imgbox img{
    max-width: 85%;
}
.prodes-box3 .text{
    display: block;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 2px solid #ddd;
    text-align: center;
}
.prodes-box3 .text .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.prodes-box3 .text .more{
    display: flex;
    width: 100px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin:12px auto 0 auto;
}
.prodes-box3 .text .more span{
    color: #262626;
    font-size: 14px;
    opacity: 0.5;
}
.prodes-box3 .text .more img{
    height: 12px;
    margin-left: 6px;
}
.prodes-box3 .swiper-slide:hover .text .title{
    color:#0167b9;
}


.inner-news-item .list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3%;
}
.allzhanhui .imgbox{
    width: 100%;
    height: 336px;
    position: relative;
    overflow: hidden;
}
.allzhanhui:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allzhanhui .text{
    background-color: #FFF;
    padding:0 5% 7% 5%;
}
.allzhanhui .text .title{

    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 66px;
    border-bottom:1px solid #e6e6e6;
}
.allzhanhui .text .title span{
    width: 80%;
    display: block;
    font-size: 24px;
    color: #4d4c51;
    font-weight: bold;
}
.allzhanhui .text .des{
    font-size:14px;
    color:#4d4c51;
    padding: 5% 0 0 0;
}
.allzhanhui .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(1,103,185,0.85);
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: all 0.45s;
    opacity: 0;
}
.allzhanhui:hover .imgbox .meng{
    opacity: 1;
}
.inner-news .des_box1_l{
    float: left;
    width: 75%;
    border: 1px solid #eee;
    background: #fff;
    padding:3%;
}
.inner-news .des_box1_l .tbox{
    text-align:center;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 15px;
}
.inner-news .des_box1_l .tbox h1{
    color: #333;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 500;
}
.inner-news .des_box1_l .tbox .news-time{
    text-align:center;
}
.inner-news .des_box1_l .tbox .news-time span{
    font-size: 14px;
    color: #a3afb7;
    margin-right: 10px;
}
.inner-news .des_box1_l .tbox .news-time span:last-child{
    margin-right: 0;
}
.inner-news .des_box1_l .news-con{
    font-size: 16px;
    line-height: 30px;
    color:#000;
}
.inner-news .des_box1_l .news-con img{
    max-width: 100%;
    margin:0 auto;
}
.inner-news .des_box1_r{
    float: left;
    width: 25%;
    padding-left:2%;
    background: #f5f5f5;
}
.inner-news .des_box1_r .tbox{
    border-bottom: 1px #ccc solid;
}
.inner-news .des_box1_r .tbox span{
    display: block;
    line-height: 40px;
    width: 150px;
    text-indent: 30px;
    height: 40px;
    border-bottom: 2px #0167b9 solid;
    color: #0167b9;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/fang.png) no-repeat left;
}
.inner-news .des_box1_r .tags{
    margin: 10px 0;
}
.inner-news .des_box1_r .tags a{
    font-size: 14px;
    color: #797979;
    line-height: 25px;
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 0 14px;
    margin-top: 14px;
    box-shadow: 1px 4px 16px 0px rgb(1 103 185 / 22%);
    margin-right: 10px;
    transition: all ease 0.3s;
}
.inner-news .des_box1_r .tags a:hover{
    background: #0167b9;
    color:#fff;
}
.inner-news .des_box1_r .othernews .list{
    padding-top: 4%;
    height: 90px;
}
.inner-news .des_box1_r .othernews .list .imgbox{
    float: left;
    width: 130px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-news .des_box1_r .othernews .list .text{
    float: left;
    width: calc(100% - 130px);
    padding-left:4%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-news .des_box1_r .othernews .list .text .title{
    font-size: 16px;
    color: #454545;
    margin:3% 0;
}
.inner-news .des_box1_r .othernews .list .text .con{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner-news .des_box1_r .bottom{
    margin-top: 11%;
}
.inner-news .des_box1_r .othernews .list:hover .text .title{
    color:#0167b9;
}

.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 308px;
    position: relative;
    overflow: hidden;
}
.inner-case-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-case-list .text{
    background: #f7f7f7;
    padding:6%;
}
.inner-case-list .text .title{
    font-size: 22px;
    color: #262626;
    margin-bottom: 5%;
    font-weight: bold;
}
.inner-case-list .text span{
    display: inline-block;
    width: 120px;
    line-height: 35px;
    border: 1px solid #999;
    color: #999;
    text-align:center;
}
.inner-case-list:hover .text .title{
    color:#0167b9;
}
.inner-case-list:hover .text .span{
    color:#fff;
    background: #0167b9;
    border:1px solid #0167b9;
}
.inner-news .news-con .case_moive{
    width: 100%;
    height: 35vw;
}
.proparem .tablebox{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.proparem .list{
    width: 49.5%;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    background: #f6f6f6;
    text-align:center;
}
.proparem .list .title{
    float: left;
    width: 30%;
    height: 65px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.proparem .list .val{
    float: left;
    width: 70%;
    height: 65px;
    background: #fbfbfb;
    display: flex;
    align-items: center;
}
.proparem .list .title .inner
,.proparem .list .val .inner{
    width: 100%;
    padding:0 5%;
}
.mapbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.mapbox #ditu{
    width: 100%;
    height: 100%;
}
.mapbox .allcrumbs{
    background: rgb(0 0 0 / 52%);
}
.inner-contact-top{
    width: 100%;
    height: 530px;
    position: relative;
    box-sizing: content-box;
}
.inner-contact-top .warpper{
    height: 100%;
}
.inner-contact-top .left {
    float: left;
    width: 55%;
    height: 100%;
    padding: 5%;
    background: #fff;
}
.inner-contact-top .left .lxitem .tbox{
    margin-bottom: 9%;
}
.inner-contact-top .left .lxitem .tbox .fir{
    font-size:28px;
    color:#0167b9
}
.inner-contact-top .left .lxitem .tbox .en{
    font-size:14px;
    color:#888888
}
.inner-contact-top .left .lxitem .tbox .line{
    width: 12px;
    height: 1px;
    background: #888888;
    margin-top: 9%;
}
.inner-contact-top .left .lxitem .lxcon p{
    font-size:18px;
    color:#888888;
    margin-bottom: 4%;
}
.inner-contact-top .left .lxitem .lxcon p span ,
.inner-contact-top .left .lxitem .lxcon p a{
    color:#343434;
}
.inner-contact-top .left .erbox{
    float: left;
    width: 250px;

}
.inner-contact-top .left .erbox .tbox{
    margin-bottom: 9%;
}
.inner-contact-top .left .erbox .tbox .fir{
    font-size:18px;
    color:#222222;
}
.inner-contact-top .left .erbox .tbox .line{
    width: 12px;
    height: 1px;
    background: #888888;
    margin-top: 14%;
}
.inner-contact-top .left .erbox .imgbox{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 27%;
}
.inner-contact-top .left .erbox .imgbox .pic{
    width: 115px;
    height: 115px;
}
.inner-contact-top .left .erbox .imgbox .pic img{
    width: 100%;
}
.inner-contact-top .left .erbox .imgbox p{
    font-size:18px;
    color:#343434;
    margin-left: 10px;
}
.inner-contact-top .right{
    float: left;
    width: 45%;
    height: 100%;
    background: #0167b9;
    display: flex;
    align-items: center;
}
.inner-contact-top .right .inner{
    width: 100%;
    padding:0 13%;
    color:#fff;
}
.inner-contact-top .right .list .fir{
    font-size:18px;
    margin-bottom: 2%;
}
.inner-contact-top .right .list .sec{
    font-size:18px;
}
.inner-contact-top .right .list .sec a{
    font-family: Impact;
    font-size:30px;
    color:#fff;
}
.inner-contact-top .right .line{
    width: 12px;
    height: 1px;
    background: #fff;
    margin: 10% 0;
}
.inner-contact-bottom{
    background: #fff;
}
.inner-contact-bottom .left{
    float: left;
    width: 41%;
}
.inner-contact-bottom .left .tbox{
    margin-bottom: 7%;
}
.inner-contact-bottom .left .tbox .fir{
    font-size:40px;
    color:#232323;
}
.inner-contact-bottom .left .tbox .sec{
    font-size:25px;
    color:#a2a2a2;
    text-transform: uppercase;
}
.inner-contact-bottom .left .tbox .thr{
    font-size:18px;
    color:#888888;
    margin-top: 7%;
}
.inner-contact-bottom .left .item{
    padding:4% 0;
    border-top:1px solid #e6e6e7;
    border-bottom:1px solid #e6e6e7;
}
.inner-contact-bottom .left .item .list{
    float: left;
    width: 50%;
}
.inner-contact-bottom .left .item .list .fir{
    font-size:16px;
    color:#8c9199;
}
.inner-contact-bottom .left .item .list .sec{
    font-size:18px;
    color:#222222;
    margin-top: 3%;
}
.inner-contact-bottom .left .item .list .sec a{
    color:#222222;
}
.inner-contact-bottom .right{
    float: right;
    width: 48%;
}
.inner-contact-bottom .right .inputbox{
    display: flex;
    justify-content: space-between;
}
.inner-contact-bottom .right .inputbox input{
    width: 49%;
}
.inner-contact-bottom .right input{
    line-height: 60px;
    background: #f5f6f7;
    text-indent: 30px;
    font-size:14px;
    color:#333;
    outline: none;
}
.inner-contact-bottom .right input::placeholder{
    font-size:14px;
    color:#888;
}
.inner-contact-bottom .right textarea{
    width: 100%;
    height: 195px;
    background: #f5f6f7;
    padding:30px;
    font-size:14px;
    color:#333;
    margin:13px 0;
}
.inner-contact-bottom .right textarea::placeholder{
    font-size:14px;
    color:#888;
}
.inner-contact-bottom .right .code{
    width: 100%;
    position: relative;
}
.inner-contact-bottom .right .code input{
    width: 100%;
}
.inner-contact-bottom .right .code .verify{
    position: absolute;
    width: 145px;
    height: 45px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:15px;
}
.inner-contact-bottom .right .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-bottom .right .submit{
    display: block;
    width: 160px;
    line-height: 60px;
    background: #0167b9;
    text-align:center;
    font-size:16px;
    color:#fff;
    border-radius: 3px;
    margin-top: 13px;
}
.inner-contact-bottom .right .submit:hover{
    background: #fe853e;
}


.inner-company-five{
    background:url("../img/innercomsecbg.jpg") no-repeat center / cover;
}

.inner-company-five .con{
    font-size:16px;
    color:#999;
    line-height: 30px;
    width: 45%;
    margin:4% 0 5% 0;
}
.inner-company-five .item{
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.inner-company-five .item .list{
    width: 21%;
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.inner-company-five .item .list.active{
    width: 56%;
}
.inner-company-five .item .list .text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-company-five .item .list .text .inner{
    width: 100%;
    padding: 0 15%;
}
.inner-company-five .item .list .text .icon{
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}
.inner-company-five .item .list .text .title{
    font-size:20px;
    font-weight: bold;
    color:#222;
    margin: 11% 0 25% 0;
}
.inner-company-five .item .list .text .yuan{
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 100%;
    background: #e4e4e4;
}
.inner-company-five .item .list .text .des{
    font-size:18px;
    color:#fff;
    opacity: 0;
    transform: translateY(-20px);
    height: 0;
    overflow: hidden;
}
.inner-company-five .item .list.active{
    background: linear-gradient( to right, #0079be 0%, #75c4ef 100%);
}
.inner-company-five .item .list.active .text .title{
    margin:0 0 3% 0;
    color:#fff;
}
.inner-company-five .item .list.active .text .icon{
    height: 0;
}
.inner-company-five .item .list.active .text .des{
    opacity: 1;
    transform: translateY(0);
    height: auto;
}
.inner-company-five .item .list.active .text .inner{
    padding:0 6%;
}
.inner-company-five .item .list.active .text .yuan{
    margin-top: 9%;

}
.inner-company-five .item .list.active .text .yuan img{
    filter: brightness(0);
}
.inner-company-five .item .list .youimg{
    position: absolute;
    width: 110px;
    filter: brightness(1000%) grayscale(100%);
    bottom: 12%;
    right: 6%;
    opacity: 0;
    visibility: hidden;
}
.inner-company-five .item .list.active .youimg{
    opacity: 0.5;
    visibility: visible;
}
.inner_honor{
    margin-top: 5%;
    background: url("../img/xianbg.png") no-repeat center bottom 30px;
}
.inner_honor .list{
    width: 100%;
    height: 480px;
    border:1px solid #d8d8da;
    text-align:center;
    padding:20% 10% 0 10%;
}
.inner_honor .list .title{
    font-size:40px;
    font-weight: bold;
    color:#222;
}
.inner_honor .list .tags{
    font-size:24px;
    color:#222;
    margin-bottom: 4%;
}
.inner_honor .list .des{
    font-size:16px;
    color:#999;
}
.inner_honor .list .line{
    width: 50px;
    height: 1px;
    background: #cccdcf;
    margin:13% auto;
}
.inner_honor .list:hover{
    background: #008fd8;
}
.inner_honor .list:hover .title{
    color:#fff;
}
.inner_honor .list:hover .line{
    background: #fff;
}
.inner_honor .list:hover .tags{
    color:#fff;
}
.inner_honor .list:hover .des{
    color:#fff;
}
.inner_honor .swiper-slide .xian{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 17%;
    position: relative;
}
.inner_honor .swiper-slide-active .xian{
    background: #9ec9df;
}
.inner_honor .swiper-slide .xian .juan{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border:1px solid #e2e2e2;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);

}
.inner_honor .swiper-slide .xian .juan .inner{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #e2e2e2;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.inner_honor .swiper-container{
    padding-bottom: 30px;
}
.inner_honor .swiper-slide-active .xian .juan{
    border:1px solid #66bce8;
}
.inner_honor .swiper-slide-active .xian .juan .inner{
    background: #008fd8;
}
.inner_honor .swiper-slide-active .list{
    background:#008fd8;
}
.inner_honor .swiper-slide-active .list .title{
    color:#fff;
}
.inner_honor .swiper-slide-active .list .tags{
    color:#fff;
}
.inner_honor .swiper-slide-active .list .des{
    color:#fff;
}
.inner_honor .swiper-slide-active .list .line{
    background:#fff;
}

.newslunbo{
    position: relative;
}
.newslunbo .allzhanhui{
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
}
.newslunbo .swiper-container{
    padding:8px 8px 5% 8px;
}
.zhanhuibtn{
    top: 34%;
}
.zhanhuibtn:after{
    color:#333;
    font-size: 54px;
}
.zhanhuibtn.swiper-button-next{
    right:-4%;
}
.zhanhuibtn.swiper-button-prev{
    left:-4%;
}
.zhanhuibtn:hover:after{
    color:#0167b9;
}
.newslunbo .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#aeaeae;
    opacity: 1;
}
.newslunbo .swiper-pagination-bullet-active{
    background:#0167bc;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #21262b;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}
.tablebox {
    width: 100%;
    overflow-x: auto;
}