.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;
}
.max-width{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
* {
    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;
}

@font-face {
    font-family: 'youshe';
    src: url("../img/youshe.TTF");
}

.padding {
    padding: 5% 0;
}

.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.padding-inner{
    padding:3.5% 0;
}
.padding-inner-top{
    padding-top:3.5%;
}
.padding-inner-bottom{
    padding-bottom:3.5%;
}
.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;
}


.topper{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.topbar{
    background: #fff url("../img/topbarbg.png") no-repeat right center;
    background-size: auto 100%;
}
.topbar .warpper{
    display: flex;
    justify-content: flex-end;
    height: 46px;
    align-items: center;
}
.topbar .lang{
    align-items: center;
    justify-content: center;
    margin-left: 20px;

}
.topbar .lang a{
    display: inline-block;
    line-height: 24px;
    width: 27px;
    text-align:center;
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
    border:1px solid #fff;
    border-radius: 100%;
}
.topbar .lang a:hover{
    background: #0a857e;
    border:1px solid #0a857e;
}
.topbar .login{
    width: 150px;
    height: 46px;
    border-left:1px solid #8894aa;
    border-right:1px solid #8894aa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar .login .icon{
    margin-right: 10px;
}
.topbar .login .text{
    display: flex;
    color:#fff;
    font-size:14px;
}
.topbar .login .text a{
    color:#fff;
}
.topbar .login .text span{
    display: inline-block;
    margin:0 4px;
}
.topbar .login .text a:hover{
    color:#3adbd2;
}
.topbar .tel{
   /* border-right:1px solid #8894aa;
    width: 178px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar .tel a{
    display: inline-block;
    color:#fff;
    font-weight: 700;
    font-size:18px;
    margin-left: 10px;
}
.topbar .tel .imgbox img{
    animation: jello 2s infinite;
}
@-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) }

}
.header{
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header.suo{
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}
.header h1{
    float: left;
   /* margin-top: -7px;*/
    width: 153px;
}
.header h1 img{
    max-width: 100%;
}
.header .header_menu{
    float: right;
    width: 80%;
}
.searbox{
    width: 21px;
    height: 75px;
    background: url("../img/search.png") no-repeat center;
    cursor: pointer;
}
.searbox:hover{
    background: url("../img/search1.png") no-repeat center;
}
.header_menu{
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_menu a{
    display: block;
    line-height: 75px;
    position: relative;
    font-size:16px;
    color:#666666;
    overflow: hidden;
}
.header_menu a:hover ,.header_menu a.active{
    color:#0a857e;
}
.header_menu a.active{
    font-weight: 700;
}
.header_menu a i{
    display: block;
    content:"";
    width: 0;
    height: 2px;
    background: #0a857e;
    bottom:0;
    left:0;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(10,133,126, 0.24) 50%, #59857e 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {from{-webkit-mask-position: 150%;}to{-webkit-mask-position: -50%;}}
.header_menu a:hover i ,.header_menu a.active i{
    width: 100%;
}

.header_xiala{
    position: absolute;
    width: 100%;
    left:0;
    top:100%;
}
.header_xiala .itme{
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    left:0;
    top:10%;
    display: none;

}
.header_xiala .itme.active{
    display: block;
}
.header_xiala .itme.cp .list{
    float: left;
    width: 14.2%;
    text-align:center;
    position: relative;
    padding: 3% 0 0 0;
}
.header_xiala .itme.cp .list .imgbox{
    width: 100%;
    height: 185px;
    position: relative;
}
.header_xiala .itme.cp .list .imgbox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header_xiala .itme.cp .list .title a{
    display: block;
    font-size:18px;
    color:#666666;
    padding-bottom: 9%;
}
.header_xiala .itme.cp .list:hover .title a{
    color:#0a857e;
    font-weight: 700;
}
.header_xiala .itme.cp .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);
}
.header_xiala .itme.cp .list:after{
    display: block;
    content:"";
    left:0;
    bottom:0;
    width: 0;
    height: 4px;
    background: #0a857e;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.header_xiala .itme.cp .list:hover:after{
    width: 100%;
}
.header_xiala .itme.cp .list:hover{
    background: #fff;
}
.header_xiala .itme.aoi .listbox{
    text-align:center;
}
.header_xiala .itme.aoi .list{
    display: inline-block;
    float: none;
}
.header_xiala .itme.tz .list{
    float: left;
    width: 20%;
    text-align: center;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header_xiala .itme.tz .list a{
    display: block;
    padding:45% 0;
}
.header_xiala .itme.tz .list .fir{
    font-weight: 700;
    font-size:18px;
    color:#666666;
}
.header_xiala .itme.tz .list .sec{
    text-transform: uppercase;
    font-size:14px;
    color:#666666;
}
.header_xiala .itme.tz .list:hover .fir{
    color:#0a857e;
}
.header_xiala .itme.tz .list:hover .sec{
    color:#0a857e;
}
.header_xiala .itme.tz .list .icon{
    position: relative;
    width: 44px;
    height: 48px;
    margin:0 auto 20px auto;
}
.header_xiala .itme.tz .list .icon .img2{
    opacity: 0;
}
.header_xiala .itme.tz .list:hover .icon .img1{
    opacity: 0;
}
.header_xiala .itme.tz .list:hover .icon .img2{
    opacity: 1;
    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) }

}
.header_xiala .itme.tz .list .text{
    position: relative;
    z-index: 2;
}
.header_xiala .itme.tz .list .icon_bottom{
    z-index: 1;
    opacity: 0;
}
.header_xiala .itme.tz .list:hover .icon_bottom{
    opacity: 1;
}
.seartoggle .warpper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.seartoggle{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    -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;
}
.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/search1.png) no-repeat center;
    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);
}
.header_xiala .itme.cc .list{
    margin-bottom: 1.5%;
    padding-bottom: 1%;
    border-bottom:1px solid #e7e7e7;
}
.header_xiala .itme.cc .list:last-child{
    margin-bottom: 0;
}
.header_xiala .itme.cc .list .top a{
    display: block;
    font-size:16px;
    color:#0a857e;
    margin-bottom: 15px;
}
.header_xiala .itme.cc .list .bottom a{
    display: inline-block;
    font-size:14px;
    color:#666;
    padding-left:12px;
    position: relative;
    margin-right: 30px;
}
.header_xiala .itme.cc .list .bottom a:before{
    display: block;
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0a857e;
    border-radius: 100%;
}
.header_xiala .itme.cc .list .bottom a:hover{
    color: #0a857e;
}
.header_xiala .itme.ergrn .list{
    width: 25%;
}
.header_xiala .itme.gg .list{
    width: 33.33%;
}
.header_xiala .itme.kk .listbox{
    padding:0 6%;
}
.header_xiala .itme.cc .listbox{
    padding: 3% 21%;
}
.header_xiala .itme.kk .list{
    width: 25%;
}

.bannerbox{
    margin-top: 123px;
    position: relative;
}
.bannerbox .swiper-container{
    width: 100%;
    height: 100%;
}
.bannerbox .bannerBg{
    width: 100%;
}
.bannerbox .bannerBg img{
    width: 100%;
}

.bannerbut{
    width: 288px;
    position: absolute;
    height: 45px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:5%;
    z-index: 1;
}
.bannerbut .jiaodian{
    position: absolute;
    width: 60%;
    height: 45px;
    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%);
    z-index: 1;
}
.bannerbut .swiper-pagination{
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.bannerbut .swiper-pagination-bullet{
    margin: 0 10px;
}
.bannerbut .swiper-pagination-bullet{
    background: #7b88a0;
    opacity: 1;
    position: relative;
}
.bannerbut .swiper-pagination-bullet:after{
    position: absolute;
    display: block;
    content:"";
    width: 8px;
    height: 8px;
    background: none;
    border:3px solid #7b88a0;
    opacity: 0;
    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%);
    border-radius: 100%;
}
.bannerbut .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.bannerbut .swiper-pagination-bullet-active{
    background: none;
}
.bannerbut .anniu{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.bannerbut .anniu .banner-but{
    width: 45px;
    height: 45px;
    border:1px solid  #c2c8d4b0;
    border-radius: 100%;
}
.bannerbut .anniu .banner-but:after{
    display: none;
}
.bannerbut .anniu .banner-but .circle{
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
}
.bannerbut .anniu .banner-but .circle-half{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
.bannerbut .anniu .banner-but .circle_right{
    right: 0;
}
.banner-bar-right .anniu .banner-but .circle_left{
    left: 0;
}
.circleProgress{
    width: 46px;
    height: 45px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
}
.rightcircle {
    border-top: 2px solid #7b88a0;
    border-right: 2px solid #7b88a0;
    right: 0;
    -webkit-animation: circleProgressLoad_right 6000ms linear;
    animation: circleProgressLoad_right 6000ms linear;
}
.leftcircle {
    border-bottom: 2px solid #7b88a0;
    border-left: 2px solid #7b88a0;
    left: 0;
    -webkit-animation: circleProgressLoad_left 6000ms linear;
    animation: circleProgressLoad_left 6000ms linear;
}
.leftcircle, .rightcircle {
    transform: rotate(45deg);
}
@-webkit-keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-140deg)
    }

    50% {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    to {
        transform: rotate(45deg)
    }
}
.banner-bar-left{
    position: absolute;
    height: 100%;
    left:10%;
    top:0;
    display: flex;
    align-items: center;
}
.banner-bar-left span{
    color:#fff;
    font-size:36px;
    font-family: youshe;
    display: none;
}


@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;
}
.bannerbox_pc .swiper-slide-active img{
    animation: bannerimgAnimate 6s linear 0s;
}


.alltitle{
    text-align:center;
}
.alltitle .pbox{
    height: 55px;
    position: relative;
}
.alltitle .fir{
    font-size:36px;
    color:#fff;
    font-weight: 700;
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    text-align:center;
    z-index: 2;
}
.alltitle .sec{
    font-size:60px;
    color:rgba(255,255,255,0.06);
    font-family: Impact;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    text-align:center;
    z-index: 1;
}
.alltitle .line{
    width: 140px;
    height: 2px;
    background: rgba(255,255,255,0.1);
    margin:25px auto 0 auto;
    position: relative;
}
.alltitle .line:after{
    position: absolute;
    content:"";
    display: block;
    width: 60px;
    height: 100%;
    left:50%;
    top:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #008a83;
}
.alltitle .thr{
    font-size:18px;
    color:#282828;
    margin-top: 1.5%;
}
.in_hangye{
    width: 100%;
    height: 800px;
    position: relative;
}
.in_hangye .swiper-container{
    width: 100%;
    height: 100%;
}
.in_hangye .imgBg{
    width: 100%;
    height: 100%;
}
.in_hangye .alltitle{
    width: 100%;
    position: absolute;
    top:12%;
    left:0;
    z-index: 2;
}
.in_hangye .text{
    position: absolute;
    width: 100%;
    top: 38%;
    left:0;
}
.in_hangye .hangye-left{
    width: 45%;
    color:#fff;
    padding-left: 3%;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.in_hangye .swiper-slide-active .hangye-left{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.in_hangye .hangye-left .fir{
    font-size:30px;
    position: relative;
}
.in_hangye .hangye-left .sec{
    font-size:14px;
    margin:3% 0 5% 0;
}
.in_hangye .hangye-left .thr{
    font-size:16px;
    line-height: 30px;
    margin-top: 5%;
}
.in_hangye .hangye-left .fir:before{
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../img/hangye-title-icon.png") no-repeat center;
    background-size: contain;
    left: -14px;
    top: -7px;
}
.in_hangye .hangye-but{
    position: absolute;
    width: 600px;
    right:13%;
    top:41%;
    z-index: 2;
}
.in_hangye .hangye-but ul{
    width: 100%;
}
.in_hangye .hangye-but ul li{
    width: 20%;
    height: 146px;
    float: left;
    position: relative;
    left:0;
}
.in_hangye .hangye-but ul li:nth-child(1){
    top:70px;
}
.in_hangye .hangye-but ul li:nth-child(2){
    top:-160px;
}
.in_hangye .hangye-but ul li:nth-child(3){
    top:80px;
}
.in_hangye .hangye-but ul li:nth-child(4){
    top:-30px;
}
.in_hangye .hangye-but ul li .img{
    width: 156px;
    height: 100%;
    background: url("../img/hangye-img.png") no-repeat center;
    background-size: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
}
.in_hangye .hangye-but ul li .img img{
    opacity: 0.5;
}
.in_hangye .hangye-but ul li .img-inner{
    width: 100%;
    text-align:center;
}
.in_hangye .hangye-but ul li .img .icon{
    width: 100%;
    height: 45px;
    position: relative;
    margin-bottom: 8px;
}
.in_hangye .hangye-but ul li .img .title{
    text-align:center;
    color:#fff;
    font-size:14px;
    color:rgba(255,255,255,0.5);
}
.in_hangye .hangye-but ul li .img:hover{
    background: url("../img/hangye-img1.png") no-repeat center;
}
.in_hangye .hangye-but ul li .img:hover img{
    opacity: 1;
}
.in_hangye .hangye-but ul li .img:hover .title{
    color:rgba(255,255,255,1);
}
.in_hangye .hangye-but ul li .img.active{
    background: url("../img/hangye-img1.png") no-repeat center;
}
.in_hangye .hangye-but ul li .img.active img{
    opacity: 1;
}
.in_hangye .hangye-but ul li .img.active .title{
    color:rgba(255,255,255,1);
}
.in_hangye .hangye-jiaodian{
    position: absolute;
    left:10.5%;
    bottom:10%;
    z-index: 3;
}
.in_hangye .hangye-jiaodian span{
    display: block;
    float: left;
    width: 16px;
    margin-right: 10px;
    text-align:center;
    cursor: pointer;
}
.in_hangye .hangye-jiaodian span s{
    display: block;
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 100%;
    margin:0 auto;
}
.in_hangye .hangye-jiaodian span.active s{
    background: #fff;
}
.in_hangye .hangye-jiaodian span div{
    display: block;
    width: 1px;
    height:0;
    margin:10px auto;
    background: #fff;
    position: relative;
}
.in_hangye .hangye-jiaodian span.active div{
    height: 20px;
}
.in_hangye .hangye-jiaodian span p{
    font-size:12px;
    color:#fff;
    opacity: 0;
}
.in_hangye .hangye-jiaodian span.active p{
    opacity: 1;
}
.in_hangye .hangye-jiaodian *{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.in_solve{
    background: url("../img/in_solve_bg.jpg") no-repeat center / cover;
}
.in_solve .alltitle .fir{
    color:#282828;
}
.in_solve .alltitle .sec{
    color:rgba(28,48,85,0.08);
}
.in_solve .alltitle .line{
    background: #e5e5e5;
}
.in_solve_lunbo{
    margin:3% auto 0 auto;
    width: 88%;
}
.in_solve_lunbo .imgbox{
    width: 55%;
    height: 506px;
    position: relative;
    margin-top: 2%;
}
.in_solve_lunbo .imgbox img{
    display: block;
}
.in_solve_lunbo .text{
    position: absolute;
    right: 1%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;

}
.in_solve_lunbo .swiper-slide-active .text{
    opacity: 1;
   /* -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);*/
}
.in_solve_lunbo .text .yuan{
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    background: rgba(0,138,131,0.05);
    margin-top: 31px;
    animation-name: callIcon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transition-delay: 0.8s;
    opacity: 0;
}
.in_solve_lunbo .swiper-slide-active .text .yuan{
    opacity: 1;
}
.in_solve_lunbo .text .yuan i{
    display: block;
    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%);
    border-radius: 100%;

}
.in_solve_lunbo .text .yuan i.i1{
    width: 30px;
    height: 30px;
    z-index: 2;
    background: rgba(0,138,131,0.1);
}
.in_solve_lunbo .text .yuan i.i2{
    width: 20px;
    height: 20px;
    z-index: 3;
    background: rgba(0,138,131,0.2);
}
.in_solve_lunbo .text .yuan i.i3{
    width: 12px;
    height: 12px;
    z-index: 4;
    background: rgba(0,138,131,1);
}
@keyframes callIcon {
    0% {
        transform: scale(0.7);
    }
    90% {
        transform: scale(1);
    }
}
.in_solve_lunbo .text .line{
    float: left;
    width: 230px;
    height: 2px;
    margin:49px 0 0 18px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    transition-delay: 1.5s;

}
.in_solve_lunbo .text .line:after{
    position: absolute;
    width: 0;
    height: 100%;
    background: #008a83;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transition-delay: 0.8s;
    content:"";
    left:0;
    top:0;
}
.in_solve_lunbo .swiper-slide-active .text .line:after{
    width: 100%;
}
.in_solve_lunbo .text .des{
    width: 675px;
    float: left;
    padding:3% 4% 5% 4%;
    background: #fff url("../img/solve-des-bg.png") no-repeat right -95px bottom -123px;
    border-bottom:4px solid #008a83;
    box-shadow: 0 0 14px #bbb;
    position: relative;
    z-index: 1;
    margin-left: -30px;
}
.in_solve_lunbo .text .des .fir{
    font-size:24px;
    color:#282828;
    letter-spacing: 1px;
}
.in_solve_lunbo .text .des .thr{
    font-size: 16px;
    color: #a7a7a7;
    line-height: 30px;
    margin: 2% 0 9% 0;
}
.allmore{
    position: relative;
    text-align:center;
    overflow: hidden;
    display: inline-block;
}
.allmore a{
    display: block;
    background: #008a83;
    padding:0 35px;
    min-width: 150px;
}
.allmore a span{
    position: relative;
    display: block;
    width: 100%;
    line-height: 45px;
    font-size:14px;
    color:#fff;
    z-index: 3;
}
.allmore a i{
    display: block;
    position: absolute;
    z-index: 2;
    left:-88%;
    top:0;
    background: #007c76;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.allmore:hover a i{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    left: -15%;
}

.in_company{
    width: 100%;
    height: 880px;
    position: relative;
}
.in_company .imgBg{
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    right:0;
    top:0;
}
.in_company .imgBg .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    animation: moivescale 10s ease-in-out infinite alternate;
}
@keyframes moivescale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
}
.in_company .text-left{
    width: 50%;
    height: 100%;
    position: relative;
    background: url("../img/in-company_bg.jpg") no-repeat center / cover;
    padding:0 4% 0 8%;
    display: flex;
    align-items: center;
}
.in_company .text-left-inner{
    width: 100%;
}
.in_company .text-left .tbox .fir{
    font-size:36px;
    color:#282828;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.in_company .text-left .tbox .fir span{
    color:#008a83;
}
.in_company .text-left .tbox .sec{
    font-size:36px;
    color:#282828;
    font-weight: 700;
}
.in_company .text-left .tbox .line{
    width: 140px;
    height: 2px;
    background: #e5e5e5;
    position: relative;
    margin-top: 2%;
}
.in_company .text-left .tbox .line:after{
    position: absolute;
    content:"";
    width: 50%;
    height: 100%;
    background: #0a857e;
    left:0;
    top:0;
}
.in_company .text-left .des{
    line-height: 30px;
    font-size:16px;
    color:#595959;
    margin:5% 0 7% 0;
    text-align: justify;
}
.in_company .text-left .item{
    width: 134%;
    background: #fff;
    margin-bottom: 7%;
}
.in_company .text-left .item .list{
    float: left;
    width: 25%;
    height: 160px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.in_company .text-left .item .list .zifu{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_company .text-left .item .list .zifu .s1{
    font-size:48px;
    color:#727171;
    font-family: Impact;
    display: block;
}
.in_company .text-left .item .list:hover .zifu .s1{
    color:#fff;
}
.in_company .text-left .item .list .zifu .s1 span{
    font-family: Impact;
}
.in_company .text-left .item .list .zifu .s1 span i{
    font-family: Impact;
}
.in_company .text-left .item .list .zifu .s1 sub{
    font-size:20px;
    font-weight: 700;
}
.in_company .text-left .item .list .zifu .s1 sup{
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    margin-left: 7px;
}
.in_company .text-left .item .list .zifu .s2{
    font-size:16px;
    color:#282828;
}

.in_company .text-left .item .list .zifu .imgbox{
    width: 0;
    height: 70px;
    position: relative;
    margin-left: 12px;
    overflow: hidden;
}
.in_company .text-left .item .list:hover .zifu .imgbox{
    width: 75px;
}
.in_company .text-left .item .list:hover .zifu .s2{
    color:#fff;
}
.in_company .text-left .item .list .line{
    position: absolute;
    height: 78px;
    width: 2px;
    background: #e5e5e5;
    right:0;
    top:54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_company .text-left .item .list .line:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 50%;
    background: #ff6600;
}
.in_company .text-left .item .list .bg{
    position: absolute;
    width: 102%;
    height: 113%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0 0 13px #0a857eab;
    background-image:linear-gradient(45deg,#0a857e,#0549af);
    opacity: 0;
}
.in_company .text-left .item .list:hover .bg{
    opacity: 1;
}

.footerbox{
    background: #262729;
    padding-top: 5%;
    position: relative;
}
.footerbox .f-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbox .f-item .logo{
    width: 170px;
    text-align:center;
}
.footerbox .f-item .logo .f-logo{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.footerbox .f-item .logo .erbox .imgbox{
    width:95px;
    height: 95px;
    margin:14% auto 3% auto;
}
.footerbox .f-item .logo .erbox .imgbox img{
    width: 100%;
}
.footerbox .f-item .logo .erbox p{
    color:#fff;
    font-size:14px;
}
.footerbox .f-item .list .t{
    color:#fff;
    font-size:16px;
}
.footerbox .f-item .list .abox a{
    display: block;
    color:rgba(255,255,255,0.6);
    font-size:14px;
    margin-top: 10px;
}
.footerbox .f-item .list .abox a:hover{
    color:rgba(255,255,255,1);
}
.footerbox .wenzi{
    position: relative;
    z-index: 3;
}
.copy{
    font-size:14px;
    color:rgba(255,255,255,0.6);
    line-height: 60px;
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top: 4%;
}
.copy a{
    color:rgba(255,255,255,0.6);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.lizi{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    bottom:0;
    overflow: hidden;

}
dongtai{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.sbanner{
    width: 100%;
    margin-top: 123px;
    position: relative;
}
.sbanner .s-img{
    width: 100%;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.sbanner .text-enery{
    bottom:10%;
    left:0;
}
.sbanner .text-inner .fir{
    text-align:center;
    display: inline-block;
}
.sbanner .text-inner .firtext{
    position: relative;
    font-size:48px;
    font-weight: bold;
    color:#7f7f7f;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
/*.sbanner .text-inner .firtext:before ,.sbanner .text-inner .firtext:after{
    position: absolute;
    content:"";
    width: 40px;
    height: 3px;
    background: #0a857e;
    top:52%;
}
.sbanner .text-inner .firtext:before{
    left:-74px;
}*/
.sbanner .text-inner .firtext .line{
    width: 40px;
    height: 3px;
    background: #0a857e;
}
.sbanner .text-inner .firtext span{
    display: inline-block;
    margin:0 20px;
}
.sbanner .text-inner-energy .firtext span{

}
/*.sbanner .text-inner .firtext:after{
    right:-74px;
}*/
.sbanner .text-inner{
    display: inline-block;
    text-align: center;
}
.sbanner .text-inner .sec{
    text-align:center;
    margin-top: 20px;
}
.sbanner .text-inner .sectext{
    display: inline-block;
    font-size:24px;
    color:#fff;
    line-height: 50px;
    padding:0 25px;
    background: rgba(10,133,126,0.8);
    letter-spacing: 1px;
}
.sbanner .text-inner .thr{
    text-align:center;
    font-weight: bold;
    font-size:48px;
    color:#fff;
}
.sbanner .text-xuanzehan{
    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%);
    text-align:center;
}
.sbanner .text-inner-xuanzehan .firtext{
    color:#fff;
    font-weight: 500;
}
.sbanner .text-xuanzehan .text-inner{
    padding: 2%;
    background: rgba(0,0,0,0.36);
}
.sbanner .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left:0;
    top:0;
    z-index: 1;
}
.allcrumbs{
    line-height: 100px;
    font-size:16px;
    color:#818181;
    padding-left: 30px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs .warpper_mid{

}
.allcrumbs a{
    font-size:16px;
    color:#818181;
    cursor: default;
}

.inner-title{
    text-align:center;
    margin-bottom: 25px;
}
.inner-title .fir{
    font-size:36px;
    color:#282828;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 36px;
}
.inner-title .sec{
    font-size:14px;
    margin-top: 8px;
    color:#7b88a0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-company-fir .des{
    text-align:center;
    font-size:18px;
    line-height: 40px;
    color:#626262;
    margin-bottom: 3.5%;
}
.inner-company-fir .item{
    width: 100%;
}
.inner-company-fir .item .list{
    float: left;
    width: 33.33%;
    position: relative;
    height: 220px;
    overflow: hidden;
    border-left:1px solid #eee;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.inner-company-fir .item .list:nth-child(3n){
    border-right:1px solid #eee;
}
.inner-company-fir .item .list:nth-child(-n+3){
    border-bottom:none;
}
.inner-company-fir .item .box{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inner-company-fir .item .box .sta-inner{
    width: 100%;
    text-align:center;
}
.inner-company-fir .item .box .sta1 ,.inner-company-fir .item .box .sta2{
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transform-origin: 50% 50% -110px;
    -webkit-transform-origin: 50% 50% -110px;
    -moz-transform-origin: 50% 50% -110px;
    -ms-transform-origin: 50% 50% -110px;
    text-align: center;
    display: flex;
    align-items: center;
}
.inner-company-fir .item .box .sta-inner .pic{
    display: block;
    margin:0 auto;
}
.inner-company-fir .item .box .sta-inner .fir{
    margin:17px 0 8px 0;
}
.inner-company-fir .item .box .sta1 .fir{
    color:#fff;
}
.inner-company-fir .item .box .sta2 .fir{
    color:#0a857e;
}
.inner-company-fir .item .box .sta-inner .fir .s1{
    font-size:36px;
    font-weight: bold;
}
.inner-company-fir .item .box .sta-inner .fir .s2{
    font-size:36px;
    font-weight: bold;
}
.inner-company-fir .item .box .sta-inner .sec{
    font-size:16px;
    color:#686868;
}
.inner-company-fir .item .box .sta1 .sec{
    color:#fff;
}
.inner-company-fir .item .box .sta1 .pic{
    filter: grayscale(100%) brightness(1000%);
}
.inner-company-fir .item .box .sta1{
    background: #0a857e;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
}
.inner-company-fir .item .box:hover .sta1{
    color: #fff;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    opacity: 1;
}
.inner-company-fir .item .box:hover .sta1 .sec{
    color: #fff;
}
.inner-company-fir .item .box:hover .sta2{
    color: #000;
    background-color: #000;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    opacity: 0;
}
.c-inner-img{
    width: 100%;
    margin-top: 3.5%;
}
.inner-company-sec .t1{
    text-align:center;
    font-size:26px;
    color:#0a857e;
    font-weight: bold;
    margin-bottom: 25px;
}
.inner-company-sec .des{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #626262;
}
.inner-company-sec .inner-title{
    margin-bottom: 49px;
}
.inner-company-sec .icon{
    width: 14px;
    height: 27px;
    background: url("../img/c-icon.png") no-repeat center;
    margin:3% auto;
    -webkit-animation: arrowMove 1.3s infinite;
    animation: arrowMove 1.3s infinite;
}
@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

.inner-company-sec .item{
    display: flex;
    justify-content: space-between;
}
.inner-company-sec .item .list{
    width: 17%;
    height: 190px;
    position: relative;
    background: #f4f5f7;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.inner-company-sec .item .list-inner{
    width: 100%;
    padding: 0 12%;
}
.inner-company-sec .item .list img{
    display: block;
}
.inner-company-sec .item .list .title{
    font-size:22px;
    color:#303030;
    margin-top: 11%;
}
.inner-company-sec .item .list i{
    display: block;
    position: absolute;
    font-size:240px;
    color:#008a83;
    opacity: 0.05;
    bottom: -96px;
    right: 23px;
    font-family: Impact;
    font-style: italic;
}
.inner-company-sec .item .list:hover{
    background: #fff;
    box-shadow: 0 0 14px #92d7d3;
}
.inner-company-sec .item .list:hover img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news_type{
    text-align:center;
    border-bottom:1px solid #eee;
}
.news_type a{
    display: inline-block;
    padding-bottom: 3%;
    margin:0 5%;
    font-size:20px;
    color:#8b8b8b;
    position: relative;
}
.news_type a:after{
    display: block;
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:0;
    height: 3px;
    background: #0a857e;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.news_type a:hover ,.news_type a.active{
    color:#0a857e;
    font-size:24px;
}
.news_type a:hover:after ,.news_type a.active:after{
    width: 20px;
}
.inner-news-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-news-list .imgbox{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.inner-news-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-news-list .text{
    background: #fff;
    padding-top: 5%;
}
.inner-news-list .text .cat .cattitle{
    float: left;
    line-height: 25px;
    font-size:16px;
    font-weight: bold;
    color:#0a857e;
    display: none;
}
.inner-news-list .text .cat .time{
    line-height: 25px;
    font-size: 15px;
    color: #999;
    font-family: Times New Roman;
    font-weight: bold;
}
.inner-news-list .text .title{
    font-size:16px;
    color:#000000;
    margin:5% 0 3% 0;
}
.inner-news-list:hover .text .title{
    color:#0a857e;
}
.inner-news-list .text .con{
    line-height: 24px;
    font-size:14px;
    color:#525252;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.inner-news-list .text .more{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    width: 134px;
    margin-top: 2%;
}
.inner-news-list:hover .text .more{
    background: #0a857e;
    padding:0 15px;
}
.inner-news-list .text .more span{
    font-size:14px;
    color:#0a857e;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 10px;
}
.inner-news-list:hover .text .more span{
    color:#fff;
}
.inner-news-list .text .more .line{
    width: 0;
    height: 1px;
    background: #0a857e;
    position: relative;
}
.inner-news-list:hover .text .more .line{
    background: #fff;
}
.inner-news-list:hover .text .more .line{
    width: 25px;
}
.inner-news-list .text .more .line i{
    display: block;
    width: 8px;
    height: 12px;
    background: url("../img/jian.png") no-repeat center;
    right:0;
    top:100%;
    margin-top: -6px;
    position: absolute;
}
.inner-news-list:hover .text .more .line i{
    background: url("../img/jian1.png") no-repeat center;
}

.bg{
    background: #f9f9f9;
}
.inner-news-left{
    float: left;
    width: 68%;
    border-right: 1px solid #dbdbdb;
    padding-right: 3%;
}
.inner-news-left .tbox{
    line-height: 60px;
    border-bottom: #d0d0d0 1px dashed;
    margin-bottom: 3%;
}
.inner-news-left .tbox span{
    font-size: 18px;
    color: #3a3a3d;
    display: block;
    float: left
}
.inner-news-left .tbox .back{
    display: block;
    float: right;
    padding-left:30px;
    font-size: 14px;
    color: #767676;
    background: url("../img/fangge.png") no-repeat left center;
}
.inner-news-left .tbox .back:hover{
    color:#0a857e;
}
.inner-news-left .titlebox .time .s3{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #0a857e;
}
.inner-news-left .titlebox .cishu{
    float: right;
}
.cishu span{
    display: inline-block;
    padding-left:20px;
    font-size:14px;
    color:#767676;
}
.cishu span.s1{
    background: url("../img/s1bg.png") no-repeat left center;
    background-size: 15px;
    margin-right: 10px;
}
.cishu span.s2{
    background: url("../img/s2bg.png") no-repeat left center;
    background-size: 15px;
}
.inner-news-left .titlebox .sec{
    font-size: 22px;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom:1px solid #dbdbdb;
    color: #585859;
    margin-top: 1.5%;
}
.alldescon{
    color: #6d6e70;
    font-size:16px;
    line-height: 35px;
}
.alldescon img{
    max-width: 100%;
}
.inner-news-right{
    float: right;
    width: 29%;
}
.other_title{
    line-height: 60px;
    border-bottom: #d0d0d0 1px dashed;
    margin-bottom: 3%;
}
.other_title span{
    display: inline-block;
    font-size:16px;
    font-weight: bold;
    color:#0a857e;
}
.other_item .list{
    border-bottom: #e6e6e6 3px solid;
    padding: 22px 0 22px 0;
}
.other_item .list:last-child{
    margin-bottom: 9%;
}
.other_item .list .time{
    font-size: 22px;
    color: #979797;
}
.other_item .list .title{
    font-size:16px;
    color: #545454;
    margin:2% 0 1% 0;
}
.other_item .list:hover .title{
    color:#0a857e;
}
.other_item .list .con{
    font-size:14px;
    color: #969696;
    line-height: 23px;
}
.other_news_sec .list .swiper-container{
    width: 100%;
}
.other_news_sec .list .imgBg{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.other_news_sec .list .imgBg .title{
    background: rgba(0,0,0,0.5);
    width: 100%;
    line-height: 45px;
    font-size:14px;
    color:#fff;
    padding:0 20px;
    position: absolute;
    left:0;
    bottom:0;

}
.lxbox-inner{
    height: 820px;
    width: 100%;
    margin-top: 2%;
    position: relative;
}
.lxbox-inner .left{
    float: left;
    width: 70%;
    height: 100%;
    box-shadow: 0 0 23px #aab4c5;
}
.lxbox-inner .left #mymap{
    width: 100%;
    height: 100%;
}
.lxbox-inner .right{
    float: right;
    width: 30%;
    height: 100%;
    background: url("../img/c-right-bg.jpg") no-repeat center  / cover;
    padding:2% 4%;
}
.lxbox-inner .right .list{
    width: 100%;
    height: 16.66%;
}
.lxbox-inner .right .list .imgbox{
    width: 80px;
    position: relative;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.lxbox-inner .right .list .imgbox img{
    max-width: 100%;
}
.lxbox-inner .right .list .text{
    float: right;
    width: calc(100% - 80px);
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom:1px solid #a1adc1;
    position: relative;
    z-index: 2;
}
.lxbox-inner .right .list .text-inner{
    width: 100%;
}
.lxbox-inner .right .list .text .en{
    font-size:14px;
    color:#fff;
}
.lxbox-inner .right .list .text .fir{
    font-size:17px;
    color:#fff;
    margin-top: 10px;
}
.lxbox-inner .right .list .text .fir a{
    color:#fff;
}
.lxbox-inner .fuimg{
    right: -103px;
    top: -56px;
    position: absolute;
    z-index: 1;
}
.inner-contacter .lx-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contacter  .lx-item-box{
    background: url("../img/lxbg.jpg") no-repeat center bottom;
}
.inner-contacter .lx-item .list{
    width: 31%;
}
.inner-contacter .lx-item .list:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.inner-contacter .lx-item .list:nth-child(n+3){
    margin-bottom: 3%;
}
.inner-contacter .lx-item .list .tbox{
    line-height: 78px;
    padding: 0 17%;
    background: #7b88a0 url(../img/c-add-list.png) no-repeat left 8% center;
    font-size: 28px;
    color: #fff;
    letter-spacing: 9px;
    border-radius: 10px 10px 0 0;
}
.inner-contacter .lx-item .list .con{
    background: #fff;
    padding: 10% 11%;
    box-shadow: 0 0 10px #aab4c5;
    height: 286px;
}
.inner-contacter .lx-item .list .con .p{
    margin-bottom: 6%;
    line-height: 24px;
}
.inner-contacter .lx-item .list .con .p .s1{
    font-size:16px;
    color:#676767;
}
.inner-contacter .lx-item .list .con .p .s2{
    font-size:16px;
    color:#000;
}
.inner-contacter .lx-item .list .con .p .s2 a{
    color:#000;
}
.inner-liuyan{
    background: url("../img/liuyanbg.jpg") no-repeat center / cover;
}
.inner-liuyan-box{
    background: #fff;
    box-shadow: 0 0 15px #d1d1d1;
    padding:4% 0;
}
.inner-liuyan-box .tbox{
    text-align:center;
    margin-bottom: 4%;
}
.inner-liuyan-box .tbox .fir{
    font-size:36px;
    color:#282828;
    font-weight: bold;
}
.inner-liuyan-box .tbox .sec{
    font-size:16px;
    color:#8e8e8e;
    margin-top: 10px;
}
.inner-liuyan-nei{
    width: 65%;
    margin:0 auto;
}
.inner-liuyan-nei form .inputbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.inner-liuyan-nei form .form-tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
}
.inner-liuyan-nei form .form-tr.area{
    width: 100%;
    margin-bottom: 20px;
}
.inner-liuyan-nei form .form-tr span{
    font-size:18px;
    color:#282828;
}
.inner-liuyan-nei form .form-tr span i{
    display: inline-block;
    font-size: 23px;
    color: #f00000;
    width: 12px;
}
.inner-liuyan-nei form .form-tr input{
    line-height: 50px;
    background: #f7f7f7;
    font-size:16px;
    color:#333;
    outline: none;
    text-indent: 25px;
    width: 84%;
}
.inner-liuyan-nei form .form-tr input::placeholder{
    font-size:16px;
    color:#bcbcbc;
}
.inner-liuyan-nei form .form-tr textarea{
    background: #f7f7f7;
    font-size:16px;
    color:#333;
    outline: none;
    width: 92.3%;
    height: 200px;
    padding:25px;
}
.inner-liuyan-nei form .form-tr textarea::placeholder{
    font-size:16px;
    color:#bcbcbc;
}
.inner-liuyan-nei form .liuyanout .form-tr{
    float: left;
}
.inner-liuyan-nei form .liuyanout .verify{
    float: left;
    margin-left: 5%;
    height: 50px;
    width: 170px;
}
.inner-liuyan-nei form .liuyanout .verify img{
    width: 100%;
    height: 100%;
}
.inner-liuyan-nei form .allmore{
    width: 360px;
    margin:5% auto 0 auto;

}
.inner-liuyan-nei form .allmore a span{
    font-size:18px;
}

.inner-energy-fir{
    height: 400px;
    margin:2% 0 5% 0;
}
.inner-energy-fir .text{
    float: left;
    width: 57%;
    height: 100%;
    background: #f7f7f7;
    padding:0 4.5%;
    display: flex;
    align-items: center;
}
.inner-energy-fir .text-inner{
    width: 100%;
}
.inner-energy-fir .text .fir{
    font-size:24px;
    color:#282828;
    font-weight: bold;
}
.inner-energy-fir .text .sec{
    font-size:18px;
    color:#858585;
    line-height: 30px;
    margin: 3% 0 14% 0;
}
.inner-energy-fir .imgbox{
    float: right;
    width: 43%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.inner-page .allmore a span{
    font-size:18px;
}

.inner-energy-sec{
    background: #f7f7f7;
}
.inner-title-sec{
    text-align:center;
    margin-bottom: 3%;
    overflow: hidden;
}
.inner-title-sec .fir{
    display: inline-block;
    font-size:36px;
    color:#282828;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.inner-title-sec .fir:before ,.inner-title-sec .fir:after{
    position: absolute;
    content:"";
    display: block;
    height: 2px;
    background: #e5e5e5;
    width: 140px;
    top:50%;
    margin-top: -1px;
}
.inner-title-sec .fir:before{
    left:-170px;
}
.inner-title-sec .fir:after{
    right:-170px;
}
.inner-title-sec .fir i{
    display: block;
    position: absolute;
    height: 2px;
    width: 60px;
    background: #008a83;
    top:50%;
    margin-top: -1px;
    z-index: 2;
}
.inner-title-sec .fir i.i1{
    left:-90px;
}
.inner-title-sec .fir i.i2{
    right:-90px;
}
.inner-title-sec .sec{
    line-height: 28px;
    text-align: center;
    padding: 0 26%;
    font-size: 18px;
    color: #7c7c7c;
    margin-top: 1.5%;
}
.inner-energy-sec .top .swiper-slide .imgbox{
    width: 100%;
    height: 217px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.inner-energy-sec .top .swiper-slide: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-energy-sec .top .swiper-slide.swiper-slide-thumb-active .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-energy-sec .top .swiper-slide .title{
    text-align:center;
    font-size:20px;
    color:#282828;
    line-height: 55px;
    border-bottom:3px solid #ededed;
    position: relative;
}
.inner-energy-sec .top .swiper-slide .title:after{
    position: absolute;
    content:"";
    width: 0;
    height: 3px;
    background: #008d86;
    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;
}
/*.inner-energy-sec .top .swiper-slide:hover .title:after{
    width: 100%;
}*/
.inner-energy-sec .top .swiper-slide.swiper-slide-thumb-active .title:after{
    width: 100%;
}
.inner-energy-sec .bottom{
    margin-top: 3%;
}
.inner-energy-sec .bottom .swiper-slide{
    background: #FFF url("../img/sh2.png") no-repeat right -7% bottom 89%;
    padding:3% 4%;
    border-left:4px solid #008a83;
    position: relative;
}
.inner-energy-sec .bottom .swiper-slide .des{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-energy-sec .bottom .swiper-slide .des .s1{
    display: block;
    width: 155px;
    font-size:24px;
    color:#282828;
    font-weight: bold;
    position: relative;
}
.inner-energy-sec .bottom .swiper-slide .des .s2{
    width: calc(100% - 155px);
    font-size:18px;
    line-height: 26px;
    color:#7c7c7c;
    padding-left:4%;
    border-left:1px solid #ededed;
}
.inner-energy-thr{
    background: #f7f7f7;
}
.all-solve-box .con{
    width: 100%;
    position: relative;
}
.all-solve-box .con .des{
    float: right;
    background:#fff url(../img/sh3.png) no-repeat right -105px bottom -90px;
    padding:1.5% 2%;
    position: relative;
    border-bottom:4px solid #008a83;
    box-shadow: 0 0 10px #cfcfcf;
    min-height: 239px;
}

.all-solve-box .con .imgbox{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
}
.all-solve-box .con .des .title{
    font-size:24px;
    color:#282828;
    font-weight: bold;
}
.all-solve-box .con .des .text{
    font-size: 16px;
    color: #a7a7a7;
    line-height: 26px;
}
.all-solve-box .con .des .text table{
    width: 100% !important;
}
.all-solve-box .con .des .text table img{
    max-width: 100%;
}
.all-solve-box .con .des .abox{
    text-align:right;
}
.all-solve-box.enery .con .des{
    width:50%;
}
.all-solve-box.enery .con .imgbox{
    width: 47%;
}
.cate_box{
    background: #f7f7f7;
    padding: 4% 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 485px;
}
.cate_box .imgbox{
    width: 50%;
    height: 100%;
    position: relative;
}
.cate_box .text{
    width: 46%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.cate_box .text .paramlist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
}
.cate_box .text .paramlist span{
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    font-size: 16px;
    color: #0a857e;
    font-weight: bold;
    line-height: 22px;
    border-right: 2px solid #0a857e;
    margin-bottom: 5%;
    padding: 0 4%;
}
.cate_box .text .abox{
    text-align: right;
    margin-top: 8%;
}
.abox .allmore{
    box-shadow: 0 0 9px #4b9d98;
}
.abox .allmore a span{
    font-size:16px;
}
.pro_t_box{
    border-bottom:1px solid #dbdbdb;
}
.pro_t_box .s1{
    float: left;
    line-height: 48px;
    padding: 0 99px 0 21px;
    font-size:24px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 1px;
    background: url("../img/product_t_bg.png") no-repeat center;
    background-size: 100% 100%;
}
.pro_t_box .right{
    float: right;
    width: calc(100% - 300px);
}
.pro_t_box .right .swiper-container-prolist{
    width:100%;
}
.pro_t_box .right .title a{
    display: block;
    line-height: 48px;
    position: relative;
    font-size:18px;
    color:#333;
    text-align:center;
}
.pro_t_box .right .title a:after{
    content:"";
    position: absolute;
    width:0;
    height: 2px;
    background: #0a857e;
    -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:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
}
.pro_t_box .right .swiper-slide-thumb-active .title a:after{
    width: 100%;
}
.pro_t_box .right .swiper-slide-thumb-active .title a{
    color:#0a857e;
}
.pro_t_box .but{
    position: relative;
    height: 48px;
    width: 60px;
    float: right;
    display: none;
}
.pro_t_box .but div:after{
    display: none;
}
.pro_t_box .but .swiper-button-next{
    width: 20px;
    height: 48px;
    background: url("../img/pro_t_box_right.png") no-repeat center;
    right:0;
    margin-top: -24px;
}
.pro_t_box .but .swiper-button-next:hover{
    background: url("../img/pro_t_box_right1.png") no-repeat center;
}
.pro_t_box .but .swiper-button-prev{
    width: 20px;
    height: 48px;
    background: url("../img/pro_t_box_left.png") no-repeat center;
    left:0;
    margin-top: -24px;
}
.pro_t_box .but .swiper-button-prev:hover{
    background: url("../img/pro_t_box_left1.png") no-repeat center;
}
.pro_itme .swiper-container{
    width: 100%;
    height: 100%;
}
.pro_itme .con{
    width: 100%;
    position: relative;
}
.pro_itme .con .imgbox{
    position: absolute;
    width: 29.5%;
    height: 100%;
    left:0;
    top:0;
    overflow: hidden;
    background: #f7f7f7;
}
.pro_itme .con .text{
    float: right;
    width: 70%;
}
.pro_itme .con .text table{
    width: 100% !important;
    border-collapse: collapse;
    word-break: break-all;
}

.pro_itme .con .text table tr td{
    font-size: 15px !important;
    color:#282828;
    padding: 5px;
    border:1px solid #fff!important;
    text-align:center!important;
}
.pro_itme .con .text table tr:nth-child(even){
    background: #ededed;
}
.pro_itme .con .text table tr:nth-child(1){
    background: #0a857e;
}
.pro_itme .con .text table tr:nth-child(1) td{
    color:#fff;
    font-size:18px;
}
.pro_itme .con .text table img{
    max-width: 100%;
}
.pro_itme .con .text{
    font-size: 16px;
    color: #282828;
    min-height: 325px;
    background: #ededed;
}
.pro_itme .con .text p{
    line-height: 30px;
}

.pro_itme{
    margin-top: 1.5%;
}
.indurlist{
    margin-top: 2.5%;
}
.indurlist .d1{
    display: inline-block;
    margin-right: 3%;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    color: #007872;
    padding:0 25px 0 35px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 1.5%;
}
.indurlist .d1:last-child{
    margin-right: 0;
}
.indurlist .d1 i{
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border:1px solid #008a83;
    left:15px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indurlist .d1 i:after{
    position: absolute;
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #008a83;
    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%);
}
.indurlist table{
    width: 100%!important;
}
.indurlist table img{
    max-width: 100%;
}
.indurlist img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.all-solve-box.aoi .con .imgbox{
    width: 100%;
    position: relative;
}
.all-solve-box.aoi .con .des {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: none;
    background: #fff url(../img/sh3.png) no-repeat right -76px bottom -105px;
    box-shadow: 0px 0px 7px #ebebeb;
    margin-top: 4%;
    padding: 4% 1%;
}
.all-solve-box.aoi .con .des table{
    width: 100%;
}
.all-solve-box.aoi .swiper-slide{
    padding:0.5%;
}
.all-solve-box.aoi .con .des .title{
    width: 255px;
    text-align:center;
}
.all-solve-box.aoi .con .des .title .s1{
    font-size:24px;
    font-weight: bold;
    color:#282828;
}
.all-solve-box.aoi .con .des .title .s2{
    font-size:30px;
    font-weight: bold;
    color:#008a83;
    letter-spacing: 2px;
}
.all-solve-box.aoi .con .des  .text{
    width: calc(100% - 267px);
    border-left: 1px solid #ededed;
    padding-left:2%;
}
.all-solve-box.jiguang .con .imgbox {
    width: 38%;
}
.all-solve-box.jiguang .con .des {
    width: 60%;
    padding: 1.5% 2%;
}
.inner-title-sec-jiguang .sec{
    padding:0 12%;
}
.all-solve-box.jiguang .con .des .abox{
    margin-top: 3%;
}
.sbanner .text-aoi {
    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%);
}
.sbanner .text-inner-aoi .firtext {
    color: #fff;
}
.haslist{
    padding: 3%;
    background: #f7f7f7;
}
.haslist .imgbox{
    width: 100%;
    height: 180px;
    position: relative;
}
.haslist .imgbox:hover 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);
}
.haslist .title a{
    display: block;
    text-align:center;
    font-size:16px;
    color:#333;
    margin-top: 20px;
}
.pro-des-box{
    font-size:16px;
    line-height: 30px;
    color:#333;
}
.pro-des-box table{
    width: 100% !important;
    border-collapse: collapse;
    word-break: break-all;
}
.pro-des-box table tr td{
    border: 1px solid #ddd!important;
    font-size: 14px !important;
    color: #333;
    text-align:left;
    padding: 3px;
}
.pro-des-box table tr td img{
    max-width: 100%;
}
.pro-des-box  p strong{
    display: inline-block;
    line-height: 35px;
    padding-left: 30px;
    background: url("../img/mark.png") no-repeat left center;
}
.pro-des-box img{
    max-width:100%;
    display: inline-block;
}
.sbanner_moive{
    width: 100%;
    height: 37.36vw;
    position: relative;
}
.inner-5G-sec .top .swiper-slide .imgbox {
    height: 275px;
}
.back_btn {
    display: block;
    width: 145px;
    height: 50px;
    border-radius: 58px;
    line-height: 50px;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    overflow: hidden;
    position: relative;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.back_btn:hover{
    color:#fff;
}
.back_btn::after,.back_btn::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.back_btn span{
    position: relative;
    z-index: 2;
}
.back_btn::before{
    background: #87bfbc;
}
.back_btn::after{
    background: #008a83;
}
.back_btn:hover::after,.back_btn:hover::before{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.back_btn:hover::after{
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
.newsPage .back_btn{
    position: absolute;
    right:0;
    top:15%;
}


.haspeizhi .imgbox{
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.haspeizhi .swiper-slide: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);
}
.haspeizhi .title{
    width: 77%;
    margin:20px auto 0 auto;
    display: block;
    position: relative;
    line-height: 45px;
    background: #0a857e;
    color:#fff;
    font-size:18px;
    text-align:center;
    box-shadow: 0 0 5px #42bbb4;
}
.haspeizhi .title:after ,.haspeizhi .title:before{
    content:"";
    display: block;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    height: 4px;
    background: #ededed;
    width:200px;
    z-index: -1;
}
.haspeizhi .title:after{
    right:100%;
}
.haspeizhi .title:before{
    left:100%;
}
.haspeizhi .con{
    font-size: 18px;
    color: #6b6b6b;
    width: 83%;
    margin: 3% auto 0 auto;
}
.haspeizhi .con p{
    padding-left: 40px;
    position: relative;
    margin-bottom: 3%;
}
.haspeizhi .con p i{
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #008a83;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.haspeizhi .con p i:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 1px solid #008a83;
    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%);
}
.all-solve-box.jgdb{
    background: #f7f7f7;
}
.all-solve-box.jgdb .con .des{
    box-shadow: none;
    border-bottom:none;
    background: none;
    width: 56%;
}

.inner-3C-fir .text .sec{
    margin: 3% 0 0% 0;
}

.sbanner .text-3c {
    bottom: 55%;
    left: 0;
}
.all-licheng-box{
    margin-bottom: 3%;
}
.all-licheng-box .left{
    float: left;
    width: 165px;
    height: 65px;
    line-height: 65px;
    background: #0a857e;
    text-align:center;
    color:#fff;
    font-size:24px;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center;
}
.all-licheng-box .right{
    float: right;
    width: calc(100% - 165px);
    border:1px solid #0a857e;
    height: 65px;
    display: flex;
    align-items: center;
}
.all-licheng-box .right .list{
    float: left;
    width: 10%;
    text-align:center;
    font-size:18px;
    color:#747474;
    position: relative;
}
.all-licheng-box .right .list:after{
    position: absolute;
    display: block;
    content:"";
    width: 14px;
    height: 12px;
    background: url("../img/l-jian.png") no-repeat center;
    top:50%;
    right:-5%;
    transform: translateY(-50%);
}
.all-licheng-box .right .list:last-child:after{
    display: none;
}
.sbanner .text-fengce {
    bottom: 18%;
    left: 0;
}
.fengce-pic-more{
    float: left;
    width: 37%;
    position: relative;
    height: 100%;
}
.fengce-pic-more .swiper-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.hasliebiao .pic{
    position: relative;
    width: 100%;
    height: 340px;
}
.hasliebiao .title{
    position: relative;
    width: 100%;
    color:#333;
    font-weight: bold;
    text-align:center;
    font-size: 20px;
}
.swiper-button{
    width: 30px;
    height: 55px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,0.25);
}
.swiper-button:after{
    font-size:20px;
}
.swiper-container-hasliebiao .swiper-button-next{
    right:0;
}
.swiper-container-hasliebiao .swiper-button-prev{
    right:0;
}
.swiper-button:hover{
    background-color: #008a83;
}
.inner-title-sec-fengce .sec{
    padding:0;
}
.all-solve-box.fengce .con .imgbox{
    width: 37%;
}
.all-solve-box.fengce .con .des{
    width: 48%;
}
.pic_more2 img{
    max-width: 100%;
    margin:0 auto 2% auto;
}

.ce_sider{
    float: left;
    width: 275px;
    background: #f6f6f6;
    padding:15px;
}
.ce_sider ul li{
    margin-bottom: 10px;
    position: relative;
}
.ce_sider ul li:last-child{
    margin-bottom: 0;
}
.ce_sider ul li .firsta{
    font-size:18px;
    color:#008d86;
    padding:0 15px;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #e9e9e9;
    border-radius: 8px;
}
.ce_sider ul li .firsta img.icon{
    margin-right: 15px;
}
.ce_sider ul li .firsta:hover ,.ce_sider ul li .firsta[date=active]{
    background: #0a857e;
    color:#fff;
}
.ce_sider ul li .firsta:hover img.icon ,.ce_sider ul li .firsta[date=active] img.icon{
    filter: grayscale(100%) brightness(1000%);
}
.ce_sider ul li i{
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    background: #d5d5d5;
    position: absolute;
    top:9px;
    right:15px;
    cursor: pointer;
}
.ce_sider ul li .erji a{
    display: block;
    line-height: 45px;
    padding:0 15px;
    font-size:18px;
    color:#3d3d3d;
    border-radius: 8px;
    margin: 5px 0;
}
.ce_sider ul li .erji a:hover ,.ce_sider ul li .erji a.active{
    background: #e9e9e9;
    color:#008d86;
}
.ce_sider ul li .erji{
    display: none;
}
.zhineng-pro{
    float: right;
    width: calc(100% - 295px);
}
.zhineng-pro .list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.zhineng-pro .list-inner{
    background: #f6f6f6;
    padding-bottom: 13%;
    text-align: center;
}
.zhineng-pro .list-inner .imgbox{
    width: 90%;
    margin:0 auto;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.zhineng-pro .list-inner: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);
}
.zhineng-pro .list-inner .text .fir{
    text-align:center;
    color:#333;
    font-size:16px;
    line-height: 27px;
}
.zhineng-pro .list-inner .text .sec{
    text-align:center;
    color:#666;
    font-size:15px;
    margin-top: 3%;
    line-height: 23px;
    height: 23px;
}
.zhineng-pro .list-inner .more{
    display: flex;
    width: 155px;
    height: 40px;
    background: #0a8580;
    align-items:center;
    justify-content: center;
    margin:7% auto 0 auto;
    border-radius: 5px;
}
.zhineng-pro .list-inner .more span{
    font-size:16px;
    color:#fff;
    display: inline-block;
    margin-right: 20px;
}
.zhineng-pro .list-inner .more:hover{
    background: #7b88a0;
}
.zhineng-pro .list-inner .allmore{
    margin:8% auto 0  auto;
}
.zhineng-pro .list-inner .allmore a{
    min-width: 165px;
}
.zhineng-pro .list-inner .allmore a span{
    line-height: 40px;
}
.zhineng-pro-info{
    float: right;
    width: calc(100% - 315px);
}
.pro-des-box-sec p strong {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    background: #0a857e;
    background-size: 100% 100%;
    padding: 0 3%;
    font-size: 18px;
    letter-spacing: 7px;
}
.pro-des-box-sec .strongparent{
    border-bottom:1px solid #dbdbdb;
    margin-bottom: 2%;
}
.inner-title-sec-proinfo .fir{
    font-size: 26px;
}
.zhineng-pro-info .cishu{
    text-align:center;
    padding-bottom: 2%;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 3%;
}
.zhineng-pro-info .inner-title-sec{
    margin-bottom: 2%;
}
.sbanner .text-5g{
    left:0;
    top: 27%;
}

.touzimap{
    width: 100%;
    height: 600px;
    position: relative;
}
.touzimap #tzmap{
    position: absolute;
    top:0;
    left:-30%;
    width: 130%;
    height: 100%;
}
.tz_lx{
    width: 540px;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:15%;
}
.tz_lx .tbox{
    line-height: 78px;
    padding: 0 17%;
    background: #7b88a0 url(../img/tz-add-list.png) no-repeat left 8% center;
    font-size: 28px;
    color: #fff;
    letter-spacing: 9px;
    border-radius: 10px 10px 0 0;
}
.tz_lx .con{
    background: #fff;
    padding: 10% 11%;
    box-shadow: 0 0 10px #aab4c5;
    height: 286px;
}
.tz_lx .con .p{
    margin-bottom: 6%;
    line-height: 24px;
}
.tz_lx .con .p .s1{
    font-size:18px;
    color:#676767;
}
.tz_lx .con .p .s2{
    font-size:18px;
    color:#000;
    font-weight: bold;
}
.tz_lx .con .p .s2 a{
    color:#000;
}
.tz_lx .con .p span{
    display: inline-block;
}

.lssf-list-title{
    text-align:center;
    margin-bottom: 3%;
}
.lssf-list-title span{
    display: inline-block;
    padding: 15px 3%;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    background: #eee;
    cursor: pointer;
    margin: 0.2% 0.1%;
}
.lssf-list-title span.active{
    background: #0a857e;
    color:#fff;
}
.inner-pro-lssf-item{
    margin-top: 7%;
}
.inner-pro-lssf-item:nth-child(1){
    margin-top: 0;
}
.lssf-list-item .lssf-son-list{
    display: none;
}
.lssftype-content-box{
    margin-bottom: 3%;
}
.swiper-container-smt .con .imgbox{
    width: 100%;
}
.swiper-container-smt .con .imgbox img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.fanganlist{
    margin-bottom: 4%;
}
.fanganlist:last-child{
    margin-bottom: 0;
}
.fanganmoive{
    width: 62%;
    height: 450px;
    margin:0 auto 4% auto;
}
.fanganimgmore{
    margin-bottom: 3%;
}
.dj-last-fangan .dj-moive{
    width: 100%;
    height: 100%;
}
.dj-last-fangan .zhuti{
    margin-bottom: 3%;
}
.inner-hanjie .cate_box .imgbox{
    width: 50%;
}
.inner-hanjie-sec .item .list{
    float: left;
    width: 14.2%;
    padding: 0 0.3%;
    margin-bottom: 2%;
}
.inner-hanjie-sec .item .list .imgbox{
    width: 100%;
    height: 195px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.inner-hanjie-sec .item .list:hover .imgbox img{
    transform: scale(1.05);
}
.inner-hanjie-sec .item .list .title a{
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: relative;
}
.inner-hanjie-sec .item .list .title a:after{
    display: block;
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: #0a857e;
}
.inner-hanjie-sec .item .list:hover .title a:after{
    width: 100%;
}
.inner-hanjie-sec .item .list:hover a{
    color:#0a857e;
}

.zhineng-tou{
    background: #f6f6f6;
    padding:5%;
    margin-bottom: 4%;
}
.zhineng-tou .imgbox{
    width: 50%;
    height: 365px;
    position: relative;
    float: left;
}
.zhineng-tou .text{
    float: right;
    width: 48%;
}
.zhineng-tou .text .fir{
    font-size:28px;
    color:#333;
    font-weight: bold;
}
.zhineng-tou .text .sec{
    margin:6% 0 11% 0;
}
.zhineng-tou .text .sec span{
    display: inline-block;
    font-size:16px;
    font-weight: bold;
    color:#333;
}
.zhineng-tou .text .sec p{
    display: inline-block;
    margin-right: 2%;
    position: relative;
    font-size: 14px;
    color: #007872;
    padding: 5px 17px 5px 27px;
    background: #e7e7e7;
    border-radius: 5px;
    margin-bottom: 2%;
}
.zhineng-tou .text .sec p:after{
    position: absolute;
    content:"";
    left:15px;
    width: 4px;
    height: 4px;
    background: #008a83;
    border-radius: 10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sm-topper{
    width: 100%;
    position: fixed;
    background: #fff;
    padding:0 3%;
    height: 70px;
    top:0;
    left:0;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    display: none;
    box-shadow: 0 0 5px #c3c3c3;
}
.sm-search{
    width: 40px;
    height: 100%;
    background: url(../img/search22.png) no-repeat center;
    cursor: pointer;
    background-size: 22px;
}
.sm-search.active{
    background: url(../img/search2.png) no-repeat center;
    background-size: 20px;
}
.fixBut{
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: relative;
}
.sm-button-xian{
    width: 26px;
    height: 15px;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #727171;
    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: 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;
}
.fixBut.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);
    top: 1px;
}
.fixBut.active .sm-button-xian span.lin-cent{
    opacity: 0;
}
.fixBut.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);
}
.navBgout{
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    top:70px;
    left:0;
    background: #fff;
    padding:4%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    border-top:1px solid #eee;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translate(-100%,0);
    visibility: hidden;
}
.navBgout.active{
    opacity: 1;
    transform: translate(0,0);
    visibility: visible;
}
.navBgBottom-con {
    width: 100%;
    height: 100%;
}
.navBgBottom-con-list{
    border-bottom:1px solid #d9d9d9;
    margin-bottom: 4%;
    padding-bottom: 3%;
}
.navBgBottom-con-list .t{
    font-size:18px;
    font-weight: 700;
    color:#008a83;
    margin-bottom: 2%;
}
.navBgBottom-con-list .t a{
    color:#008a83;
}
.navBgBottom-con-list .abox a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 4%;
}
.navBgBottom-con-list .abox a:hover{
    color:#008a83;
}
.navBgBottom-con-list .pbox p{
    font-size: 16px;
    color: #7093b1;
    line-height: 30px;
}
.navBgBottom-con-list .pbox p a{
    color: #7093b1;
}
.pro-title-item{
    margin-top: 3%;
}
.pro-title-item a{
    display: inline-block;
    padding:10px 14px;
    background: #f7f7f7;
    border-radius: 5px;
    color: #007872;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pro-title-item a.active{
    background: #379f99;
    color:#fff;
}
.more_type_box{
    display: none;
}
.more_type_box .list{
    width: 16.66%;
    float: left;
    padding:0 0.5%;
    margin-bottom: 1%;
}
.more_type_box .list .imgbox{
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
}
.more_type_box .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);
}
.bannerbox_mobile{
    display: none;
}
.footer_mobile{
    display: none;
    background: url("../img/foot_mobile_bg.jpg") no-repeat center / cover;
}
.footer_mobile .top{
    width: 100%;
    padding:7% 0;
    text-align:center;
}
.footer_mobile .top .logo img{
    display: block;
    margin:0 auto;
    height: 31px;
}
.footer_mobile .top .tbox{
    margin: 5% 0 5% 0;
}
.footer_mobile .top .tbox .fir{
    font-size:24px;
    color:#ababab;
    margin-bottom: 2px;
}
.footer_mobile .top .tbox .fir a{
    color:#ababab;
}
.footer_mobile .top .tbox .sec{
    font-weight: bold;
    font-size:18px;
    color:#ababab;
}
.footer_mobile .top .abox a{
    font-size:14px;
    color:#ababab;
}
.footer_mobile .bottom{
    background: #333;
    text-align: center;
    width: 100%;
    padding:4%;
    font-size:12px;
    color:#999;
}
.footer_mobile .bottom a{
    color:#999;
}

.moive-button{
    position: absolute;
    right:20px;
    bottom:5%;
    width: 75px;
    z-index: 3;
    display: none;
}
.moive-button .in-button{
    width: 100%;
    height: 21px;
    border-radius: 20px;
    background: rgba(0,0,0,0.5);
    position: relative;
}
.moive-button span{
    display: block;
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-bottom:4%;
}
.moive-button .in-button:before{
    position: absolute;
    content:"";
    left:5px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #0a857e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.moive-button.active .in-button:before{
    left:75%;
}
.moive-button .stait{
    padding:0 10px;
    display: flex;
    justify-content: space-between;
}
.moive-button .stait i{
    display: inline-block;
    font-size:14px;
    color:#004da0;
}
.moive-button .stait i:nth-child(1){
    color:#0a857e;
}
.moive-button.active .stait i:nth-child(1){
    color:#fff;
}
.moive-button .stait i:nth-child(2){
    color:#fff;
}
.moive-button.active .stait i:nth-child(2){
    color:#0a857e;
}
.pro-des-picbox{
    text-align:center;
}
.pro-des-picbox .list{
    display:inline-block;
    width: 25%;
    height: 255px;
    position: relative;
}
.all-solve-box .con .des100{
    width: 100% !important;
}
.inner-search .zhineng-pro{
    float: none;
    width: 100%;
}
.inner-search .zhineng-pro .list{
    width: 25%;
}
.searchNav{
    position: fixed;
    width: 100%;
    height: 280px;
    top: 70px;
    left: 0;
    padding:0 4%;
    background: #008d86b5;
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translate(-100%,0);
    visibility: hidden;
}
.searchNav.active{
    opacity: 1;
    transform: translate(0,0);
    visibility: visible;
}

.searchNav form{
    width: 100%;
}
.searchNav input[type=text]{
    color: #333;
    width: 80%;
    border: none;
    float: left;
    height: 60px;
    font-size: 14px;
    padding-left: 36px;
    background: #fff;
}
.searchNav input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 60px;
    background: #fff url(../img/search1.png) no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.cate_box_hanjie{
    padding: 4% 5% 0 5%;
    height: 408px;
}
.cate_box_hanjie .imgbox img{
    top:inherit;
}
.cate_box_hanjie .text {
    width: 50%;
}
.hangye-but-sm{
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 13%;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
}
.hangye-but-sm .list{
    width: 65px;
    height: 65px;
    border-radius: 13px;
    position: relative;
    border:1px solid rgba(255,255,255,0.35);
    text-align:center;
    background: rgba(255,255,255,0.05);
}
.hangye-but-sm .list.active{
    border:1px solid #fff;
}
.hangye-but-sm .list .imgbox{
    width: 100%;
    height: 24px;
    position: relative;
    margin-top: 7px;
}
.hangye-but-sm .list .imgbox img{
    opacity: 0.5;
}
.hangye-but-sm .list.active .imgbox img{
    opacity: 1;
}
.hangye-but-sm .list .title{
    font-size:12px;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
}
.hangye-but-sm .list.active .title{
    color:#fff;
}