.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("../font/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: 150%;
    max-height: 140%;
    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("/template/img/top-bg.png") no-repeat right center;
    background-size: auto 100%;
    max-width: 1920px;
    margin:0 auto;
}
.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("/template/img/search.png") no-repeat center;
    cursor: pointer;
}
.searbox:hover{
    background: url("/template/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(/template/img/search1.png) no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background: url(/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/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("/template/img/s1bg.png") no-repeat left center;
    background-size: 15px;
    margin-right: 10px;
}
.cishu span.s2{
    background: url("/template/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("/template/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("/template/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(/template/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("/template/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("/template/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(/template/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("/template/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("/template/img/pro_t_box_right.png") no-repeat center;
    right:0;
    margin-top: -24px;
}
.pro_t_box .but .swiper-button-next:hover{
    background: url("/template/img/pro_t_box_right1.png") no-repeat center;
}
.pro_t_box .but .swiper-button-prev{
    width: 20px;
    height: 48px;
    background: url("/template/img/pro_t_box_left.png") no-repeat center;
    left:0;
    margin-top: -24px;
}
.pro_t_box .but .swiper-button-prev:hover{
    background: url("/template/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(/template/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("/template/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("/template/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: 50%;
    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: 50%;
}
.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(/template/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(/template/img/search22.png) no-repeat center;
    cursor: pointer;
    background-size: 22px;
}
.sm-search.active{
    background: url(/template/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("/template/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(/template/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;
}

:root {
    --color-primary: #156BA7;
    --color-primary-rgb: 21 107 167;
    --color-primary-rgb-50: 82 171 233;
    --color-primary-rgb-100: 60 160 230;
    --color-primary-rgb-200: 37 149 228;
    --color-primary-rgb-300: 27 136 212;
    --color-primary-rgb-400: 24 122 190;
    --color-primary-rgb-500: 21 107 167;
    --color-primary-rgb-600: 18 92 144;
    --color-primary-rgb-700: 15 78 122;
    --color-primary-rgb-800: 12 63 99;
    --color-primary-rgb-900: 10 49 76;
}

/*↓foot 波浪效果*/
    .parallax>use {
        animation: move-forever 12s linear infinite;
        transform-origin: 50% 50%;
    }

    .parallax>use:nth-child(1) {
        animation-delay: -2s;
    }

    .parallax>use:nth-child(2) {
        animation-delay: -2s;
        animation-duration: 5s;
    }

    .parallax>use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 3s;
    }

    @keyframes move-forever {
        0% {
            transform: translate(-90px, 0%);
        }

        100% {
            transform: translate(85px, 0%);
        }
    }

    .editorial {
        display: block;
        width: 100%;
        height: 13em;
        margin: 0;
    }
/*波浪end*/


/*sen*/
@font-face {
  font-family: 'iconfont';
  src: url('/template/iconfont/iconfont.woff2') format('woff2'),
       url('/template/iconfont/iconfont.woff') format('woff'),
       url('/template/iconfont/iconfont.ttf') format('truetype');
}
.i{display:inline-block; vertical-align:middle;font-size:1em;position:relative;top:-1px;font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

.pure-g,.w001,.w002,.w003,.w004,.w005,.w006,.w007,.w008,.w009,.w010{letter-spacing:-.31em;text-rendering:optimizespeed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start;padding-left:0;}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){table .pure-g{display:block}}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}
.g0,.g,.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.gm0,.gm,.gm1,.gm2,.gm3,.gm4,.gm5,.gm6,.gm7,.gm8,.gm9.gm10,.w0,.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12,.w13,.w14,.w15,.w16,.w17,.w18,.w19,.w20,.w21,.w22,.w23,.w24,.w25,.w26,.w27,.w28,.w29,.w30,.w31,.w32,.w33,.w34,.w35,.w36,.w37,.w38,.w39,.w40,.w41,.w42,.w43,.w44,.w45,.w46,.w47,.w48,.w49,.w50,.w51,.w52,.w53,.w54,.w55,.w56,.w57,.w58,.w59,.w60,.w61,.w62,.w63,.w64,.w65,.w66,.w67,.w68,.w69,.w70,.w71,.w72,.w73,.w74,.w75,.w76,.w77,.w78,.w79,.w80,.w81,.w82,.w83,.w84,.w85,.w86,.w87,.w88,.w89,.w90,.w91,.w92,.w93,.w94,.w95,.w96,.w97,.w98,.w99,.w100,.s0,.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12,.s13,.s14,.s15,.s16,.s17,.s18,.s19,.s20,.s21,.s22,.s23,.s24,.s25,.s26,.s27,.s28,.s29,.s30,.s31,.s32,.s33,.s34,.s35,.s36,.s37,.s38,.s39,.s40,.s41,.s42,.s43,.s44,.s45,.s46,.s47,.s48,.s49,.s50,.s51,.s52,.s53,.s54,.s55,.s56,.s57,.s58,.s59,.s60,.s61,.s62,.s63,.s64,.s65,.s66,.s67,.s68,.s69,.s70,.s71,.s72,.s73,.s74,.s75,.s76,.s77,.s78,.s79,.s80,.s81,.s82,.s83,.s84,.s85,.s86,.s87,.s88,.s89,.s90,.s91,.s92,.s93,.s94,.s95,.s96,.s97,.s98,.s99,.s100{display:inline-block;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;zoom:1}
.g0{display:none}.g,.g1{width:100%}.g2{width:50%}.g3{width:33.3333%}.g4{width:25%}.g5{width:20%}.g6{width:16.6666%}.g7{width:14.2857%}.g8{width:12.5%}.g9{width:11.1111%}.g10{width:10%}
.w0{width:0;display:none}.w1{width:1%}.w2{width:2%}.w3{width:3%}.w4{width:4%}.w5{width:5%}.w6{width:6%}.w7{width:7%}.w8{width:8%}.w9{width:9%}.w10{width:10%}.w11{width:11%}.w12{width:12%}.w13{width:13%}.w14{width:14%}.w15{width:15%}.w16{width:16%}.w17{width:17%}.w18{width:18%}.w19{width:19%}.w20{width:20%}.w21{width:21%}.w22{width:22%}.w23{width:23%}.w24{width:24%}.w25{width:25%}.w26{width:26%}.w27{width:27%}.w28{width:28%}.w29{width:29%}.w30{width:30%}.w31{width:31%}.w32{width:32%}.w33{width:33%}.w34{width:34%}.w35{width:35%}.w36{width:36%}.w37{width:37%}.w38{width:38%}.w39{width:39%}.w40{width:40%}.w41{width:41%}.w42{width:42%}.w43{width:43%}.w44{width:44%}.w45{width:45%}.w46{width:46%}.w47{width:47%}.w48{width:48%}.w49{width:49%}.w50{width:50%}.w51{width:51%}.w52{width:52%}.w53{width:53%}.w54{width:54%}.w55{width:55%}.w56{width:56%}.w57{width:57%}.w58{width:58%}.w59{width:59%}.w60{width:60%}.w61{width:61%}.w62{width:62%}.w63{width:63%}.w64{width:64%}.w65{width:65%}.w66{width:66%}.w67{width:67%}.w68{width:68%}.w69{width:69%}.w70{width:70%}.w71{width:71%}.w72{width:72%}.w73{width:73%}.w74{width:74%}.w75{width:75%}.w76{width:76%}.w77{width:77%}.w78{width:78%}.w79{width:79%}.w80{width:80%}.w81{width:81%}.w82{width:82%}.w83{width:83%}.w84{width:84%}.w85{width:85%}.w86{width:86%}.w87{width:87%}.w88{width:88%}.w89{width:89%}.w90{width:90%}.w91{width:91%}.w92{width:92%}.w93{width:93%}.w94{width:94%}.w95{width:95%}.w96{width:96%}.w97{width:97%}.w98{width:98%}.w99{width:99%}.w100{width:100%}
@media (max-width:767px) {
    .gm0{display:none}.gm,.gm1{width:100%}.gm2{width:50%}.gm3{width:33.3333%}.gm4{width:25%}.gm5{width:20%}.gm6{width:16.6666%}.gm7{width:14.2857%}.gm8{width:12.5%}.gm9{width:11.1111%}.gm10{width:10%}
    .s0{width:0;display:none}.s1{width:1%}.s2{width:2%}.s3{width:3%}.s4{width:4%}.s5{width:5%}.s6{width:6%}.s7{width:7%}.s8{width:8%}.s9{width:9%}.s10{width:10%}.s11{width:11%}.s12{width:12%}.s13{width:13%}.s14{width:14%}.s15{width:15%}.s16{width:16%}.s17{width:17%}.s18{width:18%}.s19{width:19%}.s20{width:20%}.s21{width:21%}.s22{width:22%}.s23{width:23%}.s24{width:24%}.s25{width:25%}.s26{width:26%}.s27{width:27%}.s28{width:28%}.s29{width:29%}.s30{width:30%}.s31{width:31%}.s32{width:32%}.s33{width:33%}.s34{width:34%}.s35{width:35%}.s36{width:36%}.s37{width:37%}.s38{width:38%}.s39{width:39%}.s40{width:40%}.s41{width:41%}.s42{width:42%}.s43{width:43%}.s44{width:44%}.s45{width:45%}.s46{width:46%}.s47{width:47%}.s48{width:48%}.s49{width:49%}.s50{width:50%}.s51{width:51%}.s52{width:52%}.s53{width:53%}.s54{width:54%}.s55{width:55%}.s56{width:56%}.s57{width:57%}.s58{width:58%}.s59{width:59%}.s60{width:60%}.s61{width:61%}.s62{width:62%}.s63{width:63%}.s64{width:64%}.s65{width:65%}.s66{width:66%}.s67{width:67%}.s68{width:68%}.s69{width:69%}.s70{width:70%}.s71{width:71%}.s72{width:72%}.s73{width:73%}.s74{width:74%}.s75{width:75%}.s76{width:76%}.s77{width:77%}.s78{width:78%}.s79{width:79%}.s80{width:80%}.s81{width:81%}.s82{width:82%}.s83{width:83%}.s84{width:84%}.s85{width:85%}.s86{width:86%}.s87{width:87%}.s88{width:88%}.s89{width:89%}.s90{width:90%}.s91{width:91%}.s92{width:92%}.s93{width:93%}.s94{width:94%}.s95{width:95%}.s96{width:96%}.s97{width:97%}.s98{width:98%}.s99{width:99%}.s100{width:100%}
}
.ml1{margin-left:1%}.ml2{margin-left:2%}.ml3{margin-left:3%}.ml4{margin-left:4%}.ml5{margin-left:5%}.ml6{margin-left:6%}.ml7{margin-left:7%}.ml8{margin-left:8%}.ml9{margin-left:9%}.ml10{margin-left:10%}
@media (max-width:767px) {
.s100.ml1,.gm.ml1,.gm1.ml1,.s100.ml2,.gm.ml2,.gm1.ml2,.s100.ml3,.gm.ml3,.gm1.ml3,.s100.ml4,.gm.ml4,.gm1.ml4,.s100.ml5,.gm.ml5,.gm1.ml5,.s100.ml6,.gm.ml6,.gm1.ml6,.s100.ml7,.gm.ml7,.gm1.ml7,.s100.ml8,.gm.ml8,.gm1.ml8,.s100.ml9,.gm.ml9,.gm1.ml9,.s100.ml10,.gm.ml10,.gm1.ml10{margin-left:0}
}

.w001{width:101%;margin-left:-1%;padding-left:0;}
.w001 > .g1{width:99.00990099%;margin-left:0.9900990099%;margin-top:0.9900990099%;}
.w001 > .g2, .w001 > .g3, .w001 > .g4, .w001 > .g5, .w001 > .g6{margin-left:.990099%;margin-top:.990099%}
.w001 > .g2{width:49.009901%}.w001 .g3{width:32.343234%}.w001 > .g4{width:24.009901%}.w001 > .g5{width:19.009901%}.w001 > .g6{width:15.676567%}
.w002{width:102%;margin-left:-2%;padding-left:0;}.w002 > .g1{width:98.039215686%;margin-left:1.960784314%;margin-top:1.960784314%}
.w002 > .g2, .w002 > .g3, .w002 > .g4, .w002 > .g5, .w002 > .g6{margin-left:1.960784%;margin-top:1.960784%}
.w002 > .g2{width:48.039216%}.w002 > .g3{width:31.372549%}.w002 > .g4{width:23.039216%}.w002 > .g5{width:18.039216%}.w002 > .g6{width:14.705882%}
.w003{width:103%;margin-left:-3%;padding-left:0;}
.w003 > .g2, .w003 > .g3, .w003 > .g4, .w003 > .g5, .w003 > .g6{margin-left:2.912621%;margin-top:2.912621%}
.w003 > .g2{width:47.087379%}.w003 > .g3{width:30.420712%}.w003 > .g4{width:22.087379%}.w003 > .g5{width:17.087379%}.w003 > .g6{width:13.754045%}
.w004{width:104%;margin-left:-4%;padding-left:0;}
.w004 > .g2, .w004 > .g3, .w004 > .g4, .w004 > .g5, .w004 > .g6{margin-left:3.846153%;margin-top:3.846153%}
.w004 > .g2{width:46.153847%}.w004 > .g3{width:29.48718%}.w004 > .g4{width:21.153847%}.w004 > .g5{width:16.153847%}.w004 > .g6{width:12.820513%}
.w005{width:105%;margin-left:-5%;padding-left:0;}
.w005 > .g2, .w005 > .g3, .w005 > .g4, .w005 > .g5, .w005 > .g6{margin-left:4.761904%;margin-top:4.761904%}
.w005 > .g2{width:45.238096%}.w005 > .g3{width:28.571429%}.w005 > .g4{width:20.238096%}.w005 > .g5{width:15.238096%}.w005 > .g6{width:11.904762%}
.w006{width:106%;margin-left:-6%;padding-left:0;}
.w006 > .g2, .w006 > .g3, .w006 > .g4, .w006 > .g5, .w006 > .g6{margin-left:5.660377%;margin-top:5.660377%}
.w006 > .g2{width:44.339623%}.w006 > .g3{width:27.672956%}.w006 > .g4{width:19.339623%}.w006 > .g5{width:14.339623%}.w006 > .g6{width:11.006289%}
.w007{width:107%;margin-left:-7%;padding-left:0;}
.w007 > .g2, .w007 > .g3, .w007 > .g4, .w007 > .g5, .w007 > .g6{margin-left:6.542056%;margin-top:6.542056%}
.w007 > .g2{width:43.457944%}.w007 > .g3{width:26.791277%}.w007 > .g4{width:18.457944%}.w007 > .g5{width:13.457944%}.w007 > .g6{width:10.12461%}
.w008{width:108%;margin-left:-8%;padding-left:0;}
.w008 > .g2, .w008 > .g3, .w008 > .g4, .w008 > .g5, .w008 > .g6{margin-left:7.407407%;margin-top:7.407407%}
.w008 > .g2{width:42.592593%}.w008 > .g3{width:25.925926%}.w008 > .g4{width:17.592593%}.w008 > .g5{width:12.592593%}.w008 > .g6{width:9.259259%}
.w009{width:109%;margin-left:-9%;padding-left:0;}
.w009 > .g2, .w009 > .g3, .w009 > .g4, .w009 > .g5, .w009 > .g6{margin-left:8.25688%;margin-top:8.25688%}
.w009 > .g2{width:41.74312%}.w009 > .g3{width:25.076453%}.w009 > .g4{width:16.74312%}.w009 > .g5{width:11.74312%}.w009 > .g6{width:8.409786%}
.w010{width:110%;margin-left:-10%;padding-left:0;}
.w010 > .g2, .w010 > .g3, .w010 > .g4, .w010 > .g5, .w010 > .g6{margin-left:9.090909%;margin-top:9.090909%}
.w010 > .g2{width:40.909091%}.w010 > .g3{width:24.242424%}.w010 > .g4{width:15.909091%}.w010 > .g5{width:10.909091%}.w010 > .g6{width:7.575757%}
@media (max-width:767px) {
    .w001 > .gm1{width:99.009901%}.w001 > .gm2{width:49.009901%}.w001 > .gm3{width:32.343234%}
    .w002 > .gm1{width:98.039216%}.w002 > .gm2{width:48.039216%}.w002 > .gm3{width:31.372549%}
    .w003 > .gm1{width:97.087379%}.w003 > .gm2{width:47.087379%}.w003 > .gm3{width:30.420712%}
    .w004 > .gm1{width:96.153847%}.w004 > .gm2{width:46.153847%}.w004 > .gm3{width:29.48718%}
    .w005 > .gm1{width:95.238096%}.w005 > .gm2{width:45.238096%}.w005 > .gm3{width:28.571429%}
    .w006 > .gm1{width:94.339623%}.w006 > .gm2{width:44.339623%}.w006 > .gm3{width:27.672956%}
    .w007 > .gm1{width:93.457944%}.w007 > .gm2{width:43.457944%}.w007 > .gm3{width:26.791277%}
    .w008 > .gm1{width:92.592593%}.w008 > .gm2{width:42.592593%}.w008 > .gm3{width:25.925926%}
    .w009 > .gm1{width:91.74312%}.w009 > .gm2{width:41.74312%}.w009 > .gm3{width:25.076453%}
    .w010 > .gm1{width:90.909091%}.w010 > .gm2{width:40.909091%}.w010 > .gm3{width:24.242424%}
}



/*--↓分页--ok*/
.fy{margin:30px auto;font: 12px/12px Tahoma;text-align: center;padding:0;}
.fy li{margin:0 3px;padding:0;display:inline-block;}
.fy li.active a{color:#EF2525;pointer-events:none;}
.fy a,.fy>b{display:inline-block;line-height:30px;min-width:16px;padding:0 8px;border:1px solid #393e76;text-decoration:none;text-align:center;}
.fy>b,.fy a:hover{background:#393e76;color:#fff;border-color:#393e76;}
.nolink{pointer-events:none;opacity:.5}
.fyi{line-height:26px;}
.fy-ye{display:none;}
/*--↑分页 end--*/

/*↓上下篇ok*/
#sxp{margin:40px 0 10px 0; padding:10px 0; line-height:20px;overflow: hidden;font-size:14px;border-top:1px solid #fbfafa;color:#888;}
#sxp a{color:#035FA1; color:#555}
#sxp p{margin:0;padding:10px 0;}
#sxp i{color:#ccc;font-size:1em;}
#sxp .nosxp {color:#d9d6d6;font-size:1em;}
#sxp2 .no-more{color:#999;}
/*↑上下篇 end*/

/*↓留言咨询*/
.lybox{margin-right: auto;margin-left: auto;}
	.liuyan{display:block;}
    .ly-item p{font-weight: 700;}
	.ly-item p span{display: inline-block;color: #e94f23;margin-right:8px;}

	.liuyan input{height:40px;line-height:38px;}
	.liuyan input, .liuyan textarea{box-sizing:border-box;width:100%;padding:1px 8px;border:1px solid rgba(193,193,193,.4);outline:none;transition:.3s linear;	}
	.liuyan input[type=text]:focus,
    .liuyan input[type=password]:focus {border-color:rgba(255,255,255,.7);box-shadow:inset 0 1px 2px rgba(15,15,15,.075), 0 0 5px rgba(0,0,0,.3);background:rgba(255,255,255,1);}

	.liuyan textarea{height:10em;}
	.liuyan textarea:focus,
    .liuyan textarea[type=password]:focus {border-color:#fff;box-shadow:inset 0 1px 2px rgba(15,15,15,.075), 0 0 5px rgba(0,0,0,.3);background:rgba(255,255,255,1);}

    .ly-item{clear: both;position:relative; margin:1em 0;}
	.note{position:absolute;top:4em;left:8px; line-height:20px;padding:3px 5px;pointer-events: none;}

	.tj input{width:220px;max-width:100%; height:40px; display:inline-block;background:#40B12C; border:0 none;margin: auto;font-size:14px;color: #fff;border-radius:2px;}
    .aside-ly .tj input{width:100%;}
	.tj input:hover{background:#f49d1a; cursor:pointer;}

input::-webkit-input-placeholder {color:#bbb;}
input:-moz-placeholder {color:#bbb;}
input::-moz-placeholder {color:#bbb;}
input:-ms-input-placeholder {color:#bbb;}
.note{color:#bbb;}

@media screen and (min-width:1200px) {
	.liuyan input{height:46px;line-height:44px;}
}

#captcha{position: relative;}
#captcha img{position:absolute;bottom:2px;right:2px; height:calc(100% - 4px);}
/*↑留言咨询 end*/
.dq{max-width: 1400px;margin:10px auto; color:#999; line-height:60px;}.dq a{color:#999;}


.sen-mh{max-height:60px;}
.in_company{height: auto !important;}
#banner{background: #eee url(/template/img/b.webp) center center no-repeat;background-size: cover;height:20vw; margin-top: 123px;}
@media(max-width: 992px){#banner{margin-top: 70px;}}
@media(max-width: 768px){#banner{margin-top: 60px;}}

/*栏目-产品*/
.cate_box{overflow: hidden;margin-bottom: 30px;}
.cate_box .imgbox .img_jz{max-height: 120%;}
.paramlist h3{width:100%;margin-bottom: 5%;font-size: 18px;font-weight: bold;color: #2b8a83;text-align:right;}
@media(max-width: 768px){.paramlist h3{font-size: 16px;text-align: center;}}
@media (max-width: 768px) {
    .cate_box .text .abox {display: block !important;}
}


/*详情-产品*/
.w1400{max-width: 1400px;margin: auto;}
@media(max-width: 768px){.w1400{width:96%;}}

:root{--c:#00bf72}
.xq h1{font-size:18px;padding:1em 0;color:#0a857e}
    .cpxq-rbox{margin-top:2%;}
.cpxq-content{margin-top: 2%;}
    .slides,#cpimgbox .one-tu{text-align: center;}
    .slides p{margin:0}
    #cpimgbox .one-tu{overflow: hidden;position: relative;}
    #cpimgbox .one-tu::before{width:1px;content: "";height:0;padding-bottom: 100%;display: block;}
    .one-tu p{position: absolute;right: 0;left: 0;bottom: 0;top: 0;margin: 0;}
    .one-tu p img{display: inline-block;min-width: 60%;}

    #sxp2{border-top: 1px solid #e5e5e5; opacity: .8;margin-top: 3em;padding-top: 3em;}
    @media(max-width:768px){#sxp2{display: none;}}
    @media(min-width:1500px){ .xq-lx{margin-top:3em;}}

    .btn2{border:1px solid var(--c);color:var(--c); position: relative;}
    .btn2:hover{color: #fff !important;}
    .btn2:after{position: absolute;content: "";top:0;bottom: 0;left: 0;width: 0;background: var(--c);z-index: -1;}
    .btn2:hover:after{width: 100%; transition: all .3s;}

    .cp-lmfaq h2,.cp-lmfaq h3,.cp-lmfaq h4,.cp-lmfaq h5,.cp-lmfaq h6{margin:2em 0 .5em 0;}
    .cp-ggfaq h2,.cp-ggfaq h3,.cp-ggfaq h4,.cp-ggfaq h5,.cp-ggfaq h6{margin:2em 0 .5em 0;}
    .cp-lmfaq p,.cp-ggfaq p{margin:.2em 0}

    .cptj .imgbox{border:1px solid #e5e5e5;}
    .cptj h3{padding:0 1em; font-size: 1em;font-weight: normal; text-align: center;}


    #cpimgbox .slides a.slidesjs-next,#cpimgbox .slides a.slidesjs-previous {
        box-shadow: none;
        background: rgba(255, 255, 255, 0.3);
        margin-top: -20px;
        width:40px;
        height:40px;
        line-height:40px;
    }
    #cpimgbox a.slidesjs-previous{left:0;}
    #cpimgbox a.slidesjs-next{right:0;}
    #cpimgbox a.slidesjs-next:before,#cpimgbox a.slidesjs-previous:before {
        margin: 0;
        width:40px;
        height:40px;
        line-height:40px;
    }
    #cpimgbox .slides a:hover.slidesjs-next,#cpimgbox .slides a:hover.slidesjs-previous {
        background: rgba(63, 63, 81, 0.8);
    }
    .cp-suxing p{padding:.5em 0;}
    .cp-suxing i{width:10px;height:10px;display: inline-block;border-radius: 50%;border: 1px solid #008a83;position: relative;}
    .cp-suxing 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%);}

/*栏目-新闻*/
.lm-h2{padding:1em 0; border-bottom: 1px solid #e5e5e5;}
html[lang="cn"] .lm-h2{letter-spacing:5px;}
    .lm-news-item{margin:1em 0; overflow: hidden; padding-top:10px;border-bottom: 1px dotted #e5e5e5;}
    .lm-txt{height: 100%;}
    .lm-txt h3{font-size:1.5em;margin: .5em 0;}
    .lm-txt p{opacity: .8;margin: .5em 0;}
    .lm-news-item:hover a{color: var(--c);}
@media(max-width:768px){
    .lm-txt{margin-left:90px;}
}

/*新闻-详情页*/
    .news-content{margin-top:40px;}
    .timehot span{display: inline-block;margin-right:20px;color:#999;}
    #content aside #sxp p {padding: .5em 1em;background: #f5f5f5; background:var(--bgcolor);margin-bottom: 1em;}
    .ce-item {border-bottom: 1px solid #f5f5f5;padding: .5em 0;margin: 0;}
    .fanhui a {display: block;text-align: center;background: #f5f5f5; background:var(--bgcolor);margin-top: 2em;color: #666;line-height: 3em;}
    .fanhui a i {font-size:1.8em;}

.ss-tis{padding:1em 0;}
